-
Notifications
You must be signed in to change notification settings - Fork 5
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
Metadata as of blockhash #16
Comments
I think we can implement something to get not only metadata but also query any storage item based on the block or whatever can implement something like an |
To be honest I would like a polkadot rpc call that gave me the block
numbers of all on chain upgrades. I haven’t figured out an efficient way to
figure out which metadata version one needs yet.
Storage based on a certain block would be great too. A lot of projects seem
to build in lots of bells and whistles. I think a minimal crate where all
the bells and whistles can be built upon it would be fantastic.
…On Wed, 15 Jun 2022 at 18:52, Daniel Olano ***@***.***> wrote:
I think we can implement something to get not only metadata but also query
any storage item based on the block or whatever can implement something
like an IntoBlock. Would that still relate to this issue?
—
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGEJCBDOR4WRQXX34LUT7DVPIJ5BANCNFSM5Y4COVBQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For going back in time we will need metadata as of a specific blockhash.
The text was updated successfully, but these errors were encountered: