-
Notifications
You must be signed in to change notification settings - Fork 37
Implement XdrCodec for LedgerEntry #86
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Ledger entries represent the state of accounts, trustlines, and contracts. Serialization support is necessary for State Archive handling and RPC responses.
Implementation Guidelines
Key Files: crates/core/src/xdr/codec.rs.
- Implement the
XdrCodectrait for theLedgerEntrytype.
Expectations
What done looks like: Reliable XDR serialization and deserialization for Stellar LedgerEntry objects.
For any question, reach me on Discord: emry_ss
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed