-
Notifications
You must be signed in to change notification settings - Fork 82
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
stellar-core: Smart Contracts: Contract Storage Read Endpoint for remote core (futurenet) #63
Comments
Blocked on #60 |
core side of this is (I think) done in stellar/stellar-core#3500 above. Assigning back to paul for completion. |
2opremio
pushed a commit
that referenced
this issue
Mar 26, 2024
* Publish soroban-rpc instead of soroban-test in workflows * Remove gitref for soroban-cli * Remove dry run script * Remove publish-dry-run * Add versioning back to cargo toml * Undo cargo lock changes * EOL to cargo lock * EOL to rust workflow
2opremio
pushed a commit
that referenced
this issue
Mar 26, 2024
This reverts commit 8d16b4b. Co-authored-by: George <[email protected]>
This issue is stale because it has been assigned for 30 days with no activity. It will be closed in 30 days unless the stale label is removed, and the assignee is removed or updated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follows on from #60
Provide a way to read raw storage xdr from contracts, as a tertiary option for dapp devs. Probably the least used, so the lowest priority.
Access via HTTP, with something like:
/contracts/user:contractId/data/xdrstorageKey -> xdr storage value
Access via console, with something like:
cli read <contract_id> <key>
(Note: see if we can use strval for the key)
TODO
The text was updated successfully, but these errors were encountered: