Genesis State Generator + Interop Docs (#3405)

* add main.go

* interop readme

* proper visibility

* standardize and abstract into simpler funcs

* formatting

* no os pkg

* add test

* no panics anywhere, properly and nicely handle errors

* proper comments

* fix broken test

* readme

* comment

* recommend ssz

* install

* tool now works

* README

* build

* readme

* 64 validators

* rem print
This commit is contained in:
Raul Jordan
2019-09-04 13:47:44 -05:00
committed by GitHub
parent b0e6d7215c
commit 75c0b01932
6 changed files with 358 additions and 5 deletions

View File

@@ -7,7 +7,10 @@ go_library(
"transition.go",
],
importpath = "github.com/prysmaticlabs/prysm/beacon-chain/core/state",
visibility = ["//beacon-chain:__subpackages__"],
visibility = [
"//beacon-chain:__subpackages__",
"//tools/genesis-state-gen:__pkg__",
],
deps = [
"//beacon-chain/core/blocks:go_default_library",
"//beacon-chain/core/epoch:go_default_library",