-
Notifications
You must be signed in to change notification settings - Fork 975
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
common storage read trait #166
Labels
Comments
This was referenced Jul 8, 2022
@tzemanovic what's the status of this? |
done in #324 (incorrectly showing closed, but it was merged) |
github-project-automation
bot
moved this from Pending Devnet
to Tested in Devnet
in Namada-Old
Jan 13, 2023
phy-chain
pushed a commit
to phy-chain/namada
that referenced
this issue
Mar 1, 2024
* Fixed default token type in TokenSendForm, removed SocketClient * Remove logs * Clean up RpcClient * Additional cleanup * Fix default transparent token balance * Cleaned up implementation * Merge conflict fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depends on #110
Add a common trait for client RPC storage read queries, ledger direct storage access (probably needs to include gas metering somehow), VPs posterior storage read (we shouldn't need to re-use code for reading from pre-state, that's typically only ever done by the VP that owns the given storage key) and tx storage read.
The text was updated successfully, but these errors were encountered: