Skip to content

Commit

Permalink
Wrap transaction with new struct to include ISRs (cosmos#885)
Browse files Browse the repository at this point in the history
Closes: cosmos#880
  • Loading branch information
Manav-Aggarwal authored May 5, 2023
1 parent d7f6772 commit d6d030a
Show file tree
Hide file tree
Showing 3 changed files with 350 additions and 40 deletions.
6 changes: 6 additions & 0 deletions proto/rollkit/rollkit.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,9 @@ message Block {
SignedHeader signed_header = 1;
Data data = 2;
}

message TxWithISRs {
bytes pre_isr = 1;
bytes tx = 2;
bytes post_isr = 3;
}
Loading

0 comments on commit d6d030a

Please sign in to comment.