Other
- feat(anvil): add Tempo gas estimation and tx type tests (#14197) by @stevencartavia
- ci: add missing ARBITRUM_RPC and ETH_SEPOLIA_RPC secrets to flaky/isolate workflows (#14233) by @decofe
- refactor(cli): introduce
RpcCommonOpts(#14224) by @figtracer - ci: remove unused HTTP_ARCHIVE_URLS and WS_ARCHIVE_URLS secrets (#14234) by @decofe
- feat(invariant): show best value realtime in optimization mode (#14226) by @figtracer
- feat(evm): implement
FoundryEvmFactoryforOpEvmFactory(#14228) by @figtracer - clippy: warn on
if_then_some_else_none(autofix) (#14235) by @decofe - clippy: warn on
explicit_into_iter_loop(autofix) (#14236) by @decofe - chore(clippy): remove
literal_string_with_formatting_argsallow, no longer required (#14238) by @decofe - clippy: warn on
single_char_pattern(autofix) (#14237) by @decofe - fix(script): Tempo direct signer + gas calc logic (#14242) by @mablr
- clippy: warn on
unnested_or_patterns(autofix) (#14239) by @decofe - clippy: warn on
enum_glob_use(autofix) (#14240) by @decofe - clippy: warn on
from_iter_instead_of_collect(autofix) (#14241) by @decofe - clippy: warn on
if_not_else(autofix) (#14092) by @decofe - fix(cli): restore short flag for
--rpc-url(#14246) by @mablr - fix(cast):
batch-sendhandling by clearingto/valuefields (#14250) by @mablr - chore(cast): remove redundant batch-mktx clearing (#14252) by @stevencartavia
- fix(anvil): use <= for pending pool replacement underprice check (#14254) by @cuiweixie