Skip to content

Commit e1ac92c

Browse files
authored
Upgrade EVMC to 11.0.0-alpha.2 (#707)
This enables `BLOBBASEFEE` implementation and fixes small issues with CMake cross-compilation.
1 parent 33c66e7 commit e1ac92c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/state/host.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@ evmc_tx_context Host::get_tx_context() const noexcept
315315
m_block.prev_randao,
316316
0x01_bytes32, // Chain ID is expected to be 1.
317317
uint256be{m_block.base_fee},
318-
nullptr, // TODO: Add blob hashes.
318+
uint256be{}, // TODO: Add blob base fee.
319+
nullptr, // TODO: Add blob hashes.
319320
0,
320321
};
321322
}

0 commit comments

Comments
 (0)