Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

The eth_call RPC works during Beam Sync #893

Closed
lithp opened this issue Aug 8, 2019 · 1 comment
Closed

The eth_call RPC works during Beam Sync #893

lithp opened this issue Aug 8, 2019 · 1 comment
Milestone

Comments

@lithp
Copy link
Contributor

lithp commented Aug 8, 2019

Some components:

  • eth_call checks whether we're in beam-sync mode. If we are:
  • eth_call returns a useful error if you specify a block which is before when we started syncing and also more than 128 blocks behind the tip.
  • eth_call does what it used to, but it catches MissingAccountTrieNode exceptions and fires off CollectMissingAccount events, once the syncer responds the RPC server retries execution.

What's a good way to test this?

@lithp
Copy link
Contributor Author

lithp commented Aug 29, 2019

Solved by #975

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

No branches or pull requests

1 participant