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:
Nishant Das
2020-08-07 09:42:50 +08:00
committed by GitHub
parent 6351d187ef
commit 78ec783604
6 changed files with 100 additions and 24 deletions

View File

@@ -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 = [