Skip to content

Commit

Permalink
Add finalized_block to sc (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
somnathb1 authored Sep 9, 2023
1 parent 2d40292 commit bff86c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions remote/kv.proto
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ message StateChangeBatch {
repeated StateChange change_batch = 2;
uint64 pending_block_base_fee = 3; // BaseFee of the next block to be produced
uint64 block_gas_limit = 4; // GasLimit of the latest block - proxy for the gas limit of the next block to be produced
uint64 finalized_block = 5;
}

// StateChange - changes done by 1 block or by 1 unwind
Expand Down

0 comments on commit bff86c6

Please sign in to comment.