Skip to content

Commit

Permalink
Compute unrealized checkpoints with pcli (#13692)
Browse files Browse the repository at this point in the history
* Compute unrealized checkpoints with pcli

* gazelle

* fix lint

* Gazelle

---------

Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
  • Loading branch information
potuz and prestonvanloon authored Mar 12, 2024
1 parent e19c99c commit 4e10734
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 225 deletions.
1 change: 1 addition & 0 deletions beacon-chain/core/epoch/precompute/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ go_library(
visibility = [
"//beacon-chain:__subpackages__",
"//testing/spectest:__subpackages__",
"//tools:__subpackages__",
],
deps = [
"//beacon-chain/core/helpers:go_default_library",
Expand Down
1 change: 1 addition & 0 deletions tools/pcli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ go_library(
importpath = "github.com/prysmaticlabs/prysm/v5/tools/pcli",
visibility = ["//visibility:private"],
deps = [
"//beacon-chain/core/epoch/precompute:go_default_library",
"//beacon-chain/core/transition:go_default_library",
"//beacon-chain/state:go_default_library",
"//beacon-chain/state/state-native:go_default_library",
Expand Down
Loading

0 comments on commit 4e10734

Please sign in to comment.