-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: parse XDR Result to JSON; encode RawVal return types (#541)
* fix: parse XDR Result to JSON The test here copies the logic of [the errors example](https://github.com/stellar/soroban-examples/blob/main/errors/src/lib.rs), showing that valid `Ok` results were not being correctly parsed to JSON. Co-authored-by: Willem Wyndham <[email protected]> * fix(strval): encode RawVal return types --------- Co-authored-by: Willem Wyndham <[email protected]> Co-authored-by: Paul Bellamy <[email protected]>
- Loading branch information
1 parent
9f15784
commit 4ffd829
Showing
3 changed files
with
70 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters