prysm-pulse/beacon-chain/rpc/validator
Radosław Kapka 7842fd9da6
Replace bytes.Equal with assert.DeepEqual in tests (#8318)
* beacon chain

* format imports

* Update beacon-chain/db/kv/migration_archived_index_test.go

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>

* Update beacon-chain/db/kv/migration_block_slot_index_test.go

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>

* remove unused imports

* Update beacon-chain/core/state/skip_slot_cache_test.go

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>

* Update beacon-chain/core/state/skip_slot_cache_test.go

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>

* Update beacon-chain/core/state/skip_slot_cache_test.go

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>

* Update beacon-chain/core/state/skip_slot_cache_test.go

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>

* Update beacon-chain/db/kv/migration_archived_index_test.go

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>

* Update beacon-chain/db/kv/migration_block_slot_index_test.go

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
2021-01-22 15:15:40 +00:00
..
aggregator_test.go Return error on AttestingIndices bitfield length check (#8285) 2021-01-20 03:00:52 +00:00
aggregator.go Disallow duties request where req.Epoch > current.Epoch+1 (#8252) 2021-01-12 23:27:37 +00:00
assignments_test.go Disallow duties request where req.Epoch > current.Epoch+1 (#8252) 2021-01-12 23:27:37 +00:00
assignments.go GetDuties: Refactor assignment status to deduplicate status computation (#8313) 2021-01-21 14:22:05 -08:00
attester_test.go Disallow duties request where req.Epoch > current.Epoch+1 (#8252) 2021-01-12 23:27:37 +00:00
attester.go Disallow duties request where req.Epoch > current.Epoch+1 (#8252) 2021-01-12 23:27:37 +00:00
BUILD.bazel Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
exit_test.go Disallow duties request where req.Epoch > current.Epoch+1 (#8252) 2021-01-12 23:27:37 +00:00
exit.go Add overflow check for StartSlot (#7149) 2020-09-02 02:52:36 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
proposer_test.go Replace bytes.Equal with assert.DeepEqual in tests (#8318) 2021-01-22 15:15:40 +00:00
proposer_utils_test.go Add hydrate indexed att test helper (#8261) 2021-01-13 22:05:57 +00:00
proposer_utils.go Better receiver names in beacon chain module (#8286) 2021-01-19 13:21:32 +00:00
proposer.go Fix import shadowing of state package (#8191) 2021-01-04 20:07:12 +00:00
server_test.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
server.go Disallow duties request where req.Epoch > current.Epoch+1 (#8252) 2021-01-12 23:27:37 +00:00
status_test.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
status.go Remove logging deposit inclusion slot (#8023) 2020-12-02 21:17:47 +00:00
validator_test.go Update TestMain(): do not call os.Exit() explicitly (#8046) 2020-12-04 16:10:07 +00:00