prysm-pulse/beacon-chain/rpc/beacon
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
..
assignments_test.go Archival RPC usages removal (#6453) 2020-07-01 20:04:02 +00:00
assignments.go Archival RPC usages removal (#6453) 2020-07-01 20:04:02 +00:00
attestations_test.go Archival RPC usages removal (#6453) 2020-07-01 20:04:02 +00:00
attestations.go Archival RPC usages removal (#6453) 2020-07-01 20:04:02 +00:00
beacon_test.go Move MaxRPCPageSize flag from beacon node to shared/cmd (#6297) 2020-06-29 09:17:24 -05:00
blocks_test.go API: Fix finalization/justification slot representations (#6443) 2020-06-30 15:17:59 +00:00
blocks.go API: Fix finalization/justification slot representations (#6443) 2020-06-30 15:17:59 +00:00
BUILD.bazel Archival RPC usages removal (#6453) 2020-07-01 20:04:02 +00:00
committees_test.go Archival RPC usages removal (#6453) 2020-07-01 20:04:02 +00:00
committees.go Archival RPC usages removal (#6453) 2020-07-01 20:04:02 +00:00
config_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
config.go Add Endpoint to Return Current Chain Config Parameters (#4595) 2020-02-04 05:28:35 +00:00
server.go Add a few test cases to ReceiveBlockNoPubsub with race detection (#6298) 2020-07-03 05:46:53 +00:00
slashings_test.go Reverse broadcast-slashing flag to disable-broadcast-slashings (#5952) 2020-05-22 17:19:45 +00:00
slashings.go Reverse broadcast-slashing flag to disable-broadcast-slashings (#5952) 2020-05-22 17:19:45 +00:00
validators_stream_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
validators_stream.go Unlock mutex on return (#6303) 2020-06-18 11:04:08 -05:00
validators_test.go Add a few test cases to ReceiveBlockNoPubsub with race detection (#6298) 2020-07-03 05:46:53 +00:00
validators.go Archival RPC usages removal (#6453) 2020-07-01 20:04:02 +00:00