prysm-pulse/beacon-chain/db/kv
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
..
archived_point_test.go Applies assertion funcs to beacon-chain/db tests (#6938) 2020-08-08 18:39:01 +00:00
archived_point.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
backup_test.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
backup.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
blocks_test.go Blocks filtering should return genesis when startSlot=0 and endSlot=0 (#8270) 2021-01-15 18:36:17 +00:00
blocks.go Blocks filtering should return genesis when startSlot=0 and endSlot=0 (#8270) 2021-01-15 18:36:17 +00:00
BUILD.bazel Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
checkpoint_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
checkpoint.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
deposit_contract_test.go Remove redundant parentheses around nil values (#8199) 2021-01-05 13:29:46 +00:00
deposit_contract.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
encoding_test.go Applies assertion funcs to beacon-chain/db tests (#6938) 2020-08-08 18:39:01 +00:00
encoding.go Add spans to db kv's encode and decode (#6458) 2020-06-30 21:00:49 -07:00
finalized_block_roots_test.go Fix Finalized Epoch Checks (#7364) 2020-09-30 08:25:25 +08:00
finalized_block_roots.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
kv_test.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
kv.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
migration_archived_index_test.go Replace bytes.Equal with assert.DeepEqual in tests (#8318) 2021-01-22 15:15:40 +00:00
migration_archived_index.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00
migration_block_slot_index_test.go Replace bytes.Equal with assert.DeepEqual in tests (#8318) 2021-01-22 15:15:40 +00:00
migration_block_slot_index.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
migration.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
operations_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
operations.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
powchain_test.go DB: Return error when saving nil eth1data (#7396) 2020-09-30 23:23:22 +00:00
powchain.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
schema.go Code quality issues - Remove unused code (#6864) 2020-08-05 13:59:46 +02:00
slashings_test.go Add hydrate indexed att test helper (#8261) 2021-01-13 22:05:57 +00:00
slashings.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
state_summary_cache.go Better receiver names in beacon chain module (#8286) 2021-01-19 13:21:32 +00:00
state_summary_test.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
state_summary.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
state_test.go Beacon node code health improvements (#8109) 2020-12-14 23:41:24 +00:00
state.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
utils_test.go Apply testutils assertions: final cleanup (#7003) 2020-08-25 15:23:06 +00:00
utils.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00