Skip to content

Commit

Permalink
Persist ETH1 Information (prysmaticlabs#4305)
Browse files Browse the repository at this point in the history
* add data structures
* generate proto
* add in new fields
* Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding into saveETH1Data
* add comments
* Merge branch 'master' into saveETH1Data
* remove file
* Merge branch 'saveETH1Data' of https://github.com/prysmaticlabs/geth-sharding into saveETH1Data
* Merge branch 'master' into saveETH1Data
* Merge branch 'master' into saveETH1Data
* Merge refs/heads/master into saveETH1Data
* Merge refs/heads/master into saveETH1Data
  • Loading branch information
nisdas authored and cryptomental committed Feb 24, 2020
1 parent d619920 commit 3ba8cfd
Show file tree
Hide file tree
Showing 3 changed files with 1,646 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/beacon/db/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ proto_library(
srcs = [
"attestation_container.proto",
"finalized_block_root_container.proto",
"powchain.proto",
],
visibility = ["//visibility:public"],
deps = [
Expand Down Expand Up @@ -44,8 +45,8 @@ go_test(
srcs = ["attestation_container_helper_test.go"],
deps = [
":go_default_library",
"@com_github_prysmaticlabs_ethereumapis//eth/v1alpha1:go_default_library",
"//shared/bls:go_default_library",
"@com_github_prysmaticlabs_ethereumapis//eth/v1alpha1:go_default_library",
"@com_github_prysmaticlabs_go_bitfield//:go_default_library",
],
)
Loading

0 comments on commit 3ba8cfd

Please sign in to comment.