Skip to content
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

Implement state_export #42

Open
mustermeiszer opened this issue Nov 17, 2022 · 0 comments
Open

Implement state_export #42

mustermeiszer opened this issue Nov 17, 2022 · 0 comments
Labels
I8-enhancement An additional feature. P2-nice-to-have Issue is worth doing. Q1-easy Can be done by primarily duplicating and adapting code.

Comments

@mustermeiszer
Copy link
Collaborator

A method that allows to return a copy of a state a specific block.

API

fn state_export(at: BlockId) -> <B as Backend<Block>>::State

Needed for https://github.com/centrifuge/genMake and useful for https://github.com/centrifuge/herrin.

@mustermeiszer mustermeiszer added Q1-easy Can be done by primarily duplicating and adapting code. I8-enhancement An additional feature. P2-nice-to-have Issue is worth doing. labels Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I8-enhancement An additional feature. P2-nice-to-have Issue is worth doing. Q1-easy Can be done by primarily duplicating and adapting code.
Projects
None yet
Development

No branches or pull requests

1 participant