-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI: Storage to XDR file #21
Comments
leighmcculloch
changed the title
Invoke contract with persistent storage
Invoke contract with persistent storage/ledgerstate
Jul 6, 2022
leighmcculloch
changed the title
Invoke contract with persistent storage/ledgerstate
CLI: Storage
Jul 6, 2022
The format of the storage is sufficient as XDR for now, but there would be benefits to this being JSON or TxRep in the future. These issues exist for future work to support those types: stellar/xdrgen#112 stellar/xdrgen#113. |
Since the format is XDR, I added another issue for a subcommand to decode it if needed, which we can trivially add at some point: #23 |
willemneal
added a commit
that referenced
this issue
Feb 6, 2024
* feat: move ContractSpec to spec tools crate * feat: add methods to GetTransaction and break up sending transaction * feat: make persistent the default storage type * feat: create soroban-rpc crate (#21) * feat: create soroban-rpc crate * fix: add event test * fix: switch to --is-view so e2e tests will pass and no breaking changes
psheth9
pushed a commit
that referenced
this issue
Feb 7, 2024
* feat: move ContractSpec to spec tools crate * feat: add methods to GetTransaction and break up sending transaction * feat: make persistent the default storage type * feat: create soroban-rpc crate (#21) * feat: create soroban-rpc crate * fix: add event test * fix: switch to --is-view so e2e tests will pass and no breaking changes
psheth9
pushed a commit
that referenced
this issue
Feb 7, 2024
* feat: move ContractSpec to spec tools crate * feat: add methods to GetTransaction and break up sending transaction * feat: make persistent the default storage type * feat: create soroban-rpc crate (#21) * feat: create soroban-rpc crate * fix: add event test * fix: switch to --is-view so e2e tests will pass and no breaking changes
psheth9
pushed a commit
that referenced
this issue
Feb 7, 2024
[Epic] Separating soroban-rpc to prepare for repo change (#1174) * feat: move ContractSpec to spec tools crate * feat: add methods to GetTransaction and break up sending transaction * feat: make persistent the default storage type * feat: create soroban-rpc crate (#21) * feat: create soroban-rpc crate * fix: add event test * fix: switch to --is-view so e2e tests will pass and no breaking changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Invoke contract with persistent storage/ledgerstate
The text was updated successfully, but these errors were encountered: