Add balances to voting summary log (#4857)

This commit is contained in:
terence tsao
2020-02-13 14:52:35 -08:00
committed by GitHub
parent 4072eb711f
commit bb60b2f523
7 changed files with 42 additions and 16 deletions

View File

@@ -262,7 +262,7 @@ index 2ce5c34..4cbb276 100644
+ bytes signature = 3 [(gogoproto.moretags) = "ssz-size:\"96\""];
}
diff --git a/eth/v1alpha1/beacon_chain.proto b/eth/v1alpha1/beacon_chain.proto
index 731fa45..3a9092c 100644
index 5ee000f..0f5f69c 100644
--- a/eth/v1alpha1/beacon_chain.proto
+++ b/eth/v1alpha1/beacon_chain.proto
@@ -15,6 +15,7 @@ syntax = "proto3";
@@ -369,7 +369,7 @@ index 731fa45..3a9092c 100644
// Indices of validators ejected in the given epoch.
repeated uint64 ejected_indices = 9;
@@ -591,11 +591,11 @@ message ValidatorQueue {
@@ -597,11 +597,11 @@ message ValidatorQueue {
// Ordered list of 48 byte public keys awaiting activation. 0th index is the
// next key to be processed.
@@ -383,7 +383,7 @@ index 731fa45..3a9092c 100644
}
message ListValidatorAssignmentsRequest {
@@ -607,7 +607,7 @@ message ListValidatorAssignmentsRequest {
@@ -613,7 +613,7 @@ message ListValidatorAssignmentsRequest {
bool genesis = 2;
}
// 48 byte validator public keys to filter assignments for the given epoch.
@@ -392,7 +392,7 @@ index 731fa45..3a9092c 100644
// Validator indicies to filter assignments for the given epoch.
repeated uint64 indices = 4;
@@ -642,7 +642,7 @@ message ValidatorAssignments {
@@ -648,7 +648,7 @@ message ValidatorAssignments {
uint64 proposer_slot = 4;
// 48 byte BLS public key.
@@ -402,7 +402,7 @@ index 731fa45..3a9092c 100644
// The epoch for which this set of validator assignments is valid.
diff --git a/eth/v1alpha1/validator.proto b/eth/v1alpha1/validator.proto
index 9e19670..440e193 100644
index c0ab286..428875b 100644
--- a/eth/v1alpha1/validator.proto
+++ b/eth/v1alpha1/validator.proto
@@ -15,6 +15,7 @@ syntax = "proto3";