mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-28 14:17:17 +00:00
0481eb4872
* checkpoint progress * feature flag and test * return true if feature flag is not on * add lint msg * rollback tx if failure * Revert validator/BUILD.bazel
11 lines
210 B
Protocol Buffer
11 lines
210 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package prysm.beacon.db;
|
|
|
|
option go_package = "github.com/prysmaticlabs/prysm/proto/beacon/db";
|
|
|
|
message FinalizedBlockRootContainer {
|
|
bytes parent_root = 1;
|
|
bytes child_root = 2;
|
|
}
|