mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 13:28:01 -05:00
Add New Validator Map Handler (#6910)
* add new method * Merge branch 'master' into addMapHandler * comments * Merge branch 'addMapHandler' of https://github.com/prysmaticlabs/geth-sharding into addMapHandler * Update beacon-chain/state/types.go Co-authored-by: terence tsao <terence@prysmaticlabs.com> * Merge refs/heads/master into addMapHandler * Merge refs/heads/master into addMapHandler * Merge refs/heads/master into addMapHandler * Merge refs/heads/master into addMapHandler * Merge refs/heads/master into addMapHandler * Merge refs/heads/master into addMapHandler * Merge refs/heads/master into addMapHandler * Merge refs/heads/master into addMapHandler * gofmt
This commit is contained in:
@@ -53,6 +53,7 @@ go_test(
|
||||
"references_test.go",
|
||||
"state_trie_test.go",
|
||||
"types_test.go",
|
||||
"validator_map_test.go",
|
||||
],
|
||||
embed = [":go_default_library"],
|
||||
deps = [
|
||||
|
||||
Reference in New Issue
Block a user