Skip to content

Commit

Permalink
add BlockGasUsed to RequestEndBlock (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
jewei1997 authored Sep 26, 2024
1 parent 96d05f0 commit e9348a9
Show file tree
Hide file tree
Showing 6 changed files with 292 additions and 249 deletions.
536 changes: 287 additions & 249 deletions abci/types/types.pb.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions proto/tendermint/abci/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ message RequestDeliverTx {

message RequestEndBlock {
int64 height = 1;
int64 block_gas_used = 2;
}

message RequestLoadLatest {}
Expand Down
1 change: 1 addition & 0 deletions proto/tendermint/crypto/keys.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/tendermint/mempool/types.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/tendermint/p2p/conn.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/tendermint/types/types.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e9348a9

Please sign in to comment.