-
Notifications
You must be signed in to change notification settings - Fork 37
Implement XdrCodec for TransactionResult #82
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
After submitting transactions, the network returns a TransactionResult in XDR format. Decoding this correctly is vital for determining the success or failure of the transactions.
Implementation Guidelines
Key Files: crates/core/src/xdr/codec.rs.
- Implement the
XdrCodectrait for theTransactionResulttype. - Hook into the existing
decode_xdr_base64andencode_xdr_base64functions where necessary.
Expectations
What done looks like: System can parse raw XDR transaction results into structured TransactionResult 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