What's Changed
- feat(InspectEvm): add inspect_finalize method for tx+inspector with state by @gitToki in #2593
- feat: add optional priority fee check configuration by @frankudoags in #2588
- feat: added instruction_result fn in LoopControl trait by @Soubhik-10 in #2595
- feat: enable P256 in Osaka by @klkvr in #2601
- feat: add basic tests for modexp by @Rjected in #2603
- feat: change blob_max_count to max_blobs_per_tx by @klkvr in #2608
- feat: add Inspector implementation for either::Either by @mattsse in #2614
- chore: rename
transact
methods by @klkvr in #2616 - chore: build less stuff in codspeed ci by @DaniPopes in #2620
- chore: make CallInput default 0..0 by @DaniPopes in #2621
- perf: faster JumpTable bits lookup by @borngraced in #2618
- Fix minor grammar issues in comments for workflows by @MamunC0der in #2602
- feat: add clz opcode by @Rjected in #2598
- chore(tests): test for jumptable by @rakita in #2622
- ci: rm op-revm from bench by @DaniPopes in #2624
- perf: optimize warm_preloaded_addresses reset by @DaniPopes in #2625
- feat(precompile): rug/gmp-based modexp by @Rjected in #2596
- fix: change account state to None if NotExisting on insert_account_info by @LevBeta in #2630
- chore: build less benchmark binaries by @DaniPopes in #2629
- perf: store coinbase address separately to avoid cloning warm addresses in the common case by @borngraced in #2634
- test: update compare_or_save_testdata test helper fn signature by @borngraced in #2637
- perf: re-use frame allocation by @rakita in #2636
- chore: claude.md by @rakita in #2638
- test: bump alloydb test by @rakita in #2640
- chore: lints for revm-database by @rakita in #2639
- feat(osaka): modexp assume minimal base/mod length of 32 (#2613) by @rakita in #2643
- feat: configurable contract size limit (#2611) by @rakita in #2642
- chore: include local context as generic by @bernard-wagner in #2645
- feat: remove EOF by @rakita in #2644
- chore: bump all deps by @rakita in #2647
- docs: lints handler inspector interpreter by @rakita in #2646
- feat: add fallible conversion from OpHaltReason to HaltReason by @Wodann in #2649
- chore: lints for examples by @rakita in #2650
- chore: release by @github-actions in #2641
- chore: bump v77 by @rakita in #2651
New Contributors
- @Soubhik-10 made their first contribution in #2595
- @borngraced made their first contribution in #2618
- @MamunC0der made their first contribution in #2602
- @LevBeta made their first contribution in #2630
Full Changelog: v76...v77