-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EVM: Implement getBlockByNumber query (#884)
* implement getBlockByNumber query * remove todo on get-block-by-number * lint: get-block-by-number * fix: unnecessary block db loads * Extract helper for block by number * lint: get block by number * implement getBlockByNumber query * Extract helper for block by number * fix storage context * lint: get block by number * test: get block by number
- Loading branch information
1 parent
e68cc2e
commit 1879a45
Showing
2 changed files
with
120 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters