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 GetBlockAtHeight for Archive Node invoker #4265

Closed
koko1123 opened this issue Apr 25, 2023 · 1 comment
Closed

Implement GetBlockAtHeight for Archive Node invoker #4265

koko1123 opened this issue Apr 25, 2023 · 1 comment
Assignees
Labels
Execution Cadence Execution Team

Comments

@koko1123
Copy link
Contributor

Problem

Some flow batch scanner scripts fail on the Archive node because thefvm instance in the the invoker module of the archive node does not implement methods like GetBlockAtHeight and GetAccount

Solution

Implement these methods and bugfix the errors caused by a GetAccount calls in the fvm

Testing

The flow-batch-scanner example scripts should produce the same output as Execution nodes

@koko1123 koko1123 added the Execution Cadence Execution Team label Apr 25, 2023
@koko1123 koko1123 self-assigned this Apr 25, 2023
@koko1123
Copy link
Contributor Author

replicated by onflow/flow-archive#102

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

No branches or pull requests

1 participant