Update wallet keymanager for v0.11 (#5453)

* Update wallet keystore for spec 0.11
* Add herumi
* Use local herumi
* Merge branch 'master' into wallet-update
* Updates after feedback
* Merge branch 'wallet-update' of github.com:mcdee/prysm into wallet-update
* Merge branch 'master' into wallet-update
* Update WORKSPACE
This commit is contained in:
Jim McDonald
2020-04-16 22:56:13 +01:00
committed by GitHub
parent 52b46d4570
commit 0803f0f0ff
4 changed files with 40 additions and 24 deletions

View File

@@ -146,5 +146,6 @@ go_library(
visibility = [
# Additional access will require security approval.
"@prysm//shared/bls:__pkg__",
"@com_github_wealdtech_go_eth2_types_v2//:__pkg__",
],
)