prysm-pulse/beacon-chain/state
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
..
stategen Removed some simple go-ssz usage (#8250) 2021-01-12 19:31:34 +00:00
stateutil Replace bytes.Equal with assert.DeepEqual in tests (#8318) 2021-01-22 15:15:40 +00:00
BUILD.bazel Copied over ssz.DeepEqual as sszutil.DeepEqual from go-ssz (#8258) 2021-01-13 20:40:56 +00:00
cloners.go Pubsub: ensure better TopicIDs validation (#7418) 2020-10-03 01:51:58 +00:00
doc.go Fixes docs.go -> doc.go file name (#7128) 2020-08-27 20:28:54 +00:00
field_trie_test.go Fix ineffectual assignments (#7403) 2020-10-01 18:53:36 +00:00
field_trie.go Prevent Panics in Field Trie Helpers (#7613) 2020-10-23 21:41:45 +00:00
getters_test.go Remove expensive validators only method (#7717) 2020-11-03 12:47:21 -06:00
getters.go Pass By Value Instead Of Reference (#7710) 2020-11-09 10:08:08 +00:00
helpers_test.go Prevent Panics in Field Trie Helpers (#7613) 2020-10-23 21:41:45 +00:00
references_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
setters.go Combines func params of the same type (#7500) 2020-10-12 15:43:19 +00:00
state_trie_test.go Replace bytes.Equal with assert.DeepEqual in tests (#8318) 2021-01-22 15:15:40 +00:00
state_trie.go Add state field count to config (#8068) 2020-12-07 21:49:28 -06:00
types_bench_test.go Tiny optimization in state refs lock/unlock (#6520) 2020-07-08 12:53:36 +00:00
types_test.go Remove go-ssz entirely from prysm (#8257) 2021-01-20 21:03:46 +00:00
types.go Add state field count to config (#8068) 2020-12-07 21:49:28 -06:00
validator_map_test.go Add New Validator Map Handler (#6910) 2020-08-07 01:42:50 +00:00