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

Support consistent reads (call-s) at a specified block number #55

Open
ghost opened this issue Dec 17, 2017 · 0 comments
Open

Support consistent reads (call-s) at a specified block number #55

ghost opened this issue Dec 17, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 17, 2017

It's not possible to execute read-only methods (the ones that execute a call underneath) consistently if the node we are connected to is constantly importing new blocks. It becomes a problem during long-running operations as we may end up with inconsistent state.

Solution would be to introduce reads at a specific block number.

We probably have to wait until ethereum/web3.py#446 gets implemented, otherwise it would be a bit too much hacking...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants