Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions ecosystem/sep-0051.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Author: Leigh McCulloch
Status: Draft
Created: 2025-04-16
Updated: 2025-05-13
Version: 2.0.0
Version: 2.0.1
Discussion: https://github.com/stellar/stellar-protocol/discussions/1702
```

Expand Down Expand Up @@ -878,7 +878,7 @@ JSON:
"tx": {
"source_account": "GDTJSJTEYGG7L23UZSROA5SNR4GJMOUXYNRDCVMEY3FPB22HUYWQBZIA",
"fee": 2792036,
"seq_num": 29059748724737,
"seq_num": "29059748724737",
"cond": "none",
"memo": "none",
"operations": [
Expand Down Expand Up @@ -916,10 +916,10 @@ JSON:
]
},
"instructions": 146813,
"read_bytes": 0,
"disk_read_bytes": 0,
"write_bytes": 248
},
"resource_fee": 2791936
"resource_fee": "2791936"
}
}
},
Expand Down Expand Up @@ -1021,6 +1021,8 @@ Two types of breaking changes can occur in relation to XDR-JSON:

## Changelog

- `v2.0.1`: Update to `TransactionEnvelope` example to match latest
stellar-xdr definitions.
- `v2.0.0`: Change 64bit integer (Hyper and Unsigned Hyper) to map to JSON
strings instead of JSON numbers. Add string encoding of 128/256bit integer
types. Matches Protocol v23 XDR-JSON.
Expand Down
Loading