You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* bump for revm 25 compatibility, not clear what BlobExcessGasAndPrice should be - considering it should strictly be derived we could use alloy-hardforks to match the block number. Foundry only instantiates using ::new with the block environment already configured
* bump deps
* remove with_block, it is no longer possible to reliably set directly from block due to changes in BlobExcessGasAndPrice
* bump alloy
* re-add with_block
* bump to revm 27
* update new `from_chain_and_timestamp` method
* bump alloy
* remove with_block as it is unused in Foundry
* restore test
* revert, pass chain as parameter is cleanest in my opinion
* add set_chain builder method, default to `mainnet` => Prague
* Option<Chain>, default to Prague if not set
* fmt
* address feedback, meta should also handle chain accordingly
* fix, apply default
0 commit comments