prysm-pulse/shared/params
Preston Van Loon 6b9d9e5d3a
Add a few test cases to ReceiveBlockNoPubsub with race detection (#6298)
* Add a few test cases to ReceiveBlockNoPubsub with race detection, fix data race in state
* Expose voluntary exits included API. More race condition fixes in state. More tests
* add tests to norace as well for coverage
* Merge branch 'master' of github.com:prysmaticlabs/prysm into add-test-coverage-on-receive-block
* PR feedback
* Fixed can't save head in DB by:
1.) Remove new state mgmt condition in SaveHeadBlockRoot
2.) Reuse state summary cache between db and service
* Merge branch 'master' of github.com:prysmaticlabs/prysm into add-test-coverage-on-receive-block
* passing tests
* gofmt and goimports
* Merge branch 'master' of github.com:prysmaticlabs/prysm into add-test-coverage-on-receive-block
* lint
* move import and goimport again
* move import and goimport again
* Merge refs/heads/master into add-test-coverage-on-receive-block
* Merge refs/heads/master into add-test-coverage-on-receive-block
* Add bool to selectively record events
* Merge refs/heads/master into add-test-coverage-on-receive-block
* Merge refs/heads/master into add-test-coverage-on-receive-block
* Merge refs/heads/master into add-test-coverage-on-receive-block
* Merge refs/heads/master into add-test-coverage-on-receive-block
2020-07-03 05:46:53 +00:00
..
spectest Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
BUILD.bazel Refactor params/config to separate files for clarity (#6427) 2020-06-27 00:20:24 +00:00
config_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
config.go Refactor params/config to separate files for clarity (#6427) 2020-06-27 00:20:24 +00:00
io_config.go QSP-14 consistent file permissions (#6378) 2020-06-25 16:12:59 +00:00
loader_test.go Load chain config from file (#5694) 2020-05-05 20:58:07 +03:00
loader.go Load chain config from file (#5694) 2020-05-05 20:58:07 +03:00
mainnet_config.go Add a few test cases to ReceiveBlockNoPubsub with race detection (#6298) 2020-07-03 05:46:53 +00:00
minimal_config.go Refactor params/config to separate files for clarity (#6427) 2020-06-27 00:20:24 +00:00
network_config.go Refactor params/config to separate files for clarity (#6427) 2020-06-27 00:20:24 +00:00
testnet_altona_config.go Add More Altona Bootnodes (#6441) 2020-06-29 04:02:20 +00:00
testnet_e2e_config.go Refactor params/config to separate files for clarity (#6427) 2020-06-27 00:20:24 +00:00
testnet_onyx_config.go Refactor params/config to separate files for clarity (#6427) 2020-06-27 00:20:24 +00:00
testutils.go Refactor params/config to separate files for clarity (#6427) 2020-06-27 00:20:24 +00:00