Skip to content

Commit

Permalink
deprecated old push_batch_votes
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Aug 6, 2024
1 parent 7580272 commit 7ff09d0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions node/actors/network/src/proto/rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ syntax = "proto3";
package zksync.network.rpc;

enum Capability {
reserved "PUSH_BATCH_VOTES";
reserved 5;
CONSENSUS = 0;
PING = 2;
PUSH_VALIDATOR_ADDRS = 1;
PUSH_BLOCK_STORE_STATE = 3;
GET_BLOCK = 4;
/// Deprecated, because adding `genesis_hash` to `attester::Batch`
/// was not backward compatible - old binaries couldn't verify
/// signatures on messages with `genesis_hash` and were treating it
/// as malicious behavior.
PUSH_BATCH_VOTES_V1 = 5;
PUSH_BATCH_VOTES_V2 = 8;
PULL_BATCH_VOTES = 9;
PUSH_BATCH_STORE_STATE = 7;
Expand Down

0 comments on commit 7ff09d0

Please sign in to comment.