feat(ITS): [ENG-1627]: Moving ITS from release branch to main (#236)

Co-authored-by: Nikhil <nikhil@skip.money>
This commit is contained in:
David Terpay
2023-08-11 18:22:39 +00:00
committed by GitHub
co-authored by Nikhil
parent 14f83b5e25
commit 1ed1adc856
31 changed files with 3771 additions and 6086 deletions
-17
View File
@@ -1,17 +0,0 @@
syntax = "proto3";
package pob.abci.v1;
option go_package = "github.com/skip-mev/pob/abci";
// AuctionInfo contains information about the top of block auction
// that was run in PrepareProposal using vote extensions.
message AuctionInfo {
// extended_commit_info contains the vote extensions that were used to run the auction.
bytes extended_commit_info = 1;
// max_tx_bytes is the maximum number of bytes that were allowed for the proposal.
int64 max_tx_bytes = 2;
// num_txs is the number of transactions that were included in the proposal.
uint64 num_txs = 3;
}