forked from celo-org/celo-blockchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix concurrent map access error when tracing blocks (celo-org#1822)
Fixes celo-org#1799 This commit ensures that state.StateDB instances are not accessed concurrently when tracing blocks and also adds an e2e test to verify the fix. It also disables logging from the e2e tests, because the logs slowed the tests down and cluttered the output of test runs. It also updates test node instances to ensure that all rpc api modules are enabled.
- Loading branch information
Showing
3 changed files
with
77 additions
and
8 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