Skip to content

docs: restructure transactions/README.md for multi-op and richer metadata - #60

Merged
knytcomics-ui merged 1 commit into
Gryd-lock:mainfrom
Ndifreke000:issue-43-transactions-table-format
Jul 22, 2026
Merged

docs: restructure transactions/README.md for multi-op and richer metadata#60
knytcomics-ui merged 1 commit into
Gryd-lock:mainfrom
Ndifreke000:issue-43-transactions-table-format

Conversation

@Ndifreke000

@Ndifreke000 Ndifreke000 commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Replaces the single flat table with a per-fixture format: an Envelope table (fee bump inner/outer source, source, memo, time bounds) plus an ordered Operations list, so future fixtures (multi-op, fee-bump, sponsored reserve, claimable balance, memo, time-bounds) have a settled format to follow instead of inventing their own.
  • Migrated payment.xdr, path_payment.xdr, and change_trust.xdr to the new format with no information loss.

Closes #43

…data

Replaces the single flat table (one operation/source/destination per
file) with a per-fixture subsection format: an "Envelope" table for
transaction-level metadata (fee bump inner/outer, source, memo, time
bounds) plus an ordered "Operations" list per fixture, so future
fixtures (multi-operation, fee-bump, sponsored reserve, claimable
balance, memo, time-bounds) can be documented without inventing their
own layout. Migrates payment.xdr, path_payment.xdr, and
change_trust.xdr to the new format with no information loss.

Closes Gryd-lock#43

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@knytcomics-ui
knytcomics-ui merged commit 4707242 into Gryd-lock:main Jul 22, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Restructure transactions/README.md table to support multiple operations and richer metadata per file

2 participants