prysm-pulse/beacon-chain/rpc/beacon
Victor Farazdagi b5c4dc2a75
Refactor db teardown to testing.TB.Cleanup (#5725)
* init-sync updates
* slasher/db/kv tests
* beacon-chain/rpc/beacon tests
* update kv_test
* beacon-chain/rpc-validator tests updated
* slasher/db/kv - remove teardown method
* beacon-chain/sync tests updated
* beacon-chain/db/kv tests updated
* beacon-chain/blockchain tests updated
* beacon-chain/state/stategen tests updated
* beacon-chain/powchain updates
* updates rest of slasher tests
* validator/db tests
* rest of the tests
* minor comments update
* gazelle
* Merge refs/heads/master into teardowndb-to-cleanup
2020-05-04 01:14:34 +00:00
..
assignments_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
assignments.go Add back State To ComputeProposerIndex (#5674) 2020-04-29 15:22:52 +00:00
attestations_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
attestations.go Invert --disable-new-state-mgmt to --enable-new-state-mgmt (#5567) 2020-04-21 22:30:22 +00:00
beacon_test.go Re-enable skipped block list paging unit test (#5691) 2020-05-02 04:03:50 +00:00
blocks_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
blocks.go Handle genesis case for blocks/states at slot index (#5224) 2020-03-27 00:09:14 +00:00
BUILD.bazel Re-enable skipped block list paging unit test (#5691) 2020-05-02 04:03:50 +00:00
committees_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
committees.go Invert --disable-new-state-mgmt to --enable-new-state-mgmt (#5567) 2020-04-21 22:30:22 +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 All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
slashings_test.go Fix tests depending on configuration flag (#5650) 2020-04-27 19:44:35 +00:00
slashings.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
state_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
state.go Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47:10 +00:00
validators_stream_test.go Re-enable skipped block list paging unit test (#5691) 2020-05-02 04:03:50 +00:00
validators_stream.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
validators_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
validators.go Rename Precompute Balance vars to be more descriptive (#5706) 2020-05-01 19:43:04 +00:00