prysm-pulse/beacon-chain/state/stateutil
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
..
arrays.go Add state field count to config (#8068) 2020-12-07 21:49:28 -06:00
attestations_test.go Replace bytes.Equal with assert.DeepEqual in tests (#8318) 2021-01-22 15:15:40 +00:00
attestations.go Beacon node code health improvements (#8109) 2020-12-14 23:41:24 +00:00
benchmark_test.go Remove custom block body root and block root methods (#8069) 2020-12-09 12:11:42 -06:00
blocks.go Remove custom block body root and block root methods (#8069) 2020-12-09 12:11:42 -06:00
BUILD.bazel Remove go-ssz entirely from prysm (#8257) 2021-01-20 21:03:46 +00:00
state_root_test.go Add state field count to config (#8068) 2020-12-07 21:49:28 -06:00
state_root.go Add state field count to config (#8068) 2020-12-07 21:49:28 -06:00
stateutil_test.go Update TestMain(): do not call os.Exit() explicitly (#8046) 2020-12-04 16:10:07 +00:00
trie_helpers_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
trie_helpers.go Move generic HashTreeRoot funcs to //shared (#6167) 2020-06-18 10:15:13 +08:00
validators.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00