-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure transaction executions are stored with fork and db provid…
…ers (#1852) * fix: ensure transaction executions are stored with fork and db providers * feat: add implementation for TxExecutions into mdbx * fix: ensure tests now include TxExecInfo and add missing implementations * tests: add empty block testing * fix: rename TxExecutions to TxTraces * fix: use consistent naming to access tables * fix: use 0 as default transaction hash for empty testing * fix: enhance readability of iter with zip * fix: use `Range` implementation Co-authored-by: Ammar Arif <[email protected]> --------- Co-authored-by: Ammar Arif <[email protected]>
- Loading branch information
Showing
7 changed files
with
243 additions
and
43 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
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
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
Oops, something went wrong.