What's Changed
- docs: update AGENTS.md and SECURITY.md by @dmitry123 in #434
- chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 by @dependabot[bot] in #433
- Fix eth_call initcode handling for missing
toand align halt mapping by @dmitry123 in #439 - fix(security): harden rwasm deploy and genesis loading by @hedwig0x in #440
- fix(ci): skip crates publish for prerelease tags by @hedwig0x in #442
- fix(ci): fetch tags for release changelog by @hedwig0x in #443
Full Changelog: v1.3.0-rc.1...v1.3.0-rc.3
All Changes
- chore: bump version to v1.3.0-rc.3
- fix(revm): remove redundant debug log message
- fix(ci): fetch tags for release changelog (#443)
- fix(ci): skip crates publish for prerelease tags (#442)
- chore: bump version to v1.3.0-rc.2
- fix(security): harden rwasm deploy and genesis loading (#440)
- fix: bug fixes, update workflows, update deps (#438)
- feat(runtime-upgrade): recompile deployed wasm runtime (#435)
- fix(ci): keep rc builder images off latest (#431)
- fix(contracts): preserve permissive runtime target dir (#430)
- ci: use clang for docker cross builds (#429)
- ci: use clang for release cross builds (#427)
- ci: fix extra feature in ci config, replace runner
- chore: fix rust version in AGENTS.md file
- chore: bump version to v1.3.0-rc.1
- fix(clippy): resolve warnings on release branch
- feat(reth-v2.2.0): migrate fluentbase to new revm-rwasm and reth-rwasm (#410)
- feat(universal-token): add eip-2612 permit/nonces/domain separator (#377)
- Map unsupported bytecode to opcode not found (#439)
- chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 (#433)
- docs: update AGENTS.md and SECURITY.md (#434)
- docs: document Linear task decomposition (#424)
- docs: add security policy (#423)
- docs: document backlog Linear workflow (#419)
- feat: publish permissive EVM runtime artifact (#418)
- feat: enable genesis verifiers (#416)
- fix(revm): inspect storage writes before mutation (#409)
- docs: track Linear task workflow (#417)
- test: unify e2e tx builder API (#415)
- docs: add agent development guide (#414)
- fix(revm): fix potential incorrect frame log access and add checkpoint tests (#408)
- fix(evm): prevent static call w/ value greater than zero for CALLCODE opcode (#412)
- chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1 (#413)
- fix: update trusted peers for testnet (#407)