Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/evmc/evmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ struct evmc_tx_context
size_t blob_hashes_count; /**< The number of blob hashes (EIP-4844). */
const evmc_tx_initcode* initcodes; /**< The array of transaction initcodes (TXCREATE). */
size_t initcodes_count; /**< The number of transaction initcodes (TXCREATE). */
uint64_t block_round; /**< The Monad consensus round number; 0 for EVM. */
Comment thread
Baltoli marked this conversation as resolved.
Comment thread
Baltoli marked this conversation as resolved.
Comment thread
Baltoli marked this conversation as resolved.
};

/**
Expand Down
Loading