What's Changed
- fix: CVE-2025-22872 by @MrKoberman in #1881
- chore: docker alpine dependency updated to latest by @MrKoberman in #1882
- fix: remove github.event.inputs.tag for security reasons by @MrKoberman in #1885
- perf: Optimize HermezDbReader.GetForkIdBlock by replacing cursor with direct key lookup by @cwbhhjl in #1868
- tweak(docs): add latest stable build to docs for witness cache by @elliothllm in #1887
- Zkevm info tree fixes by @hexoscott in #1900
- feat(uint256): bump uint256 package to 1.3.2 by @elliothllm in #1910
- Feat/info tree correctness by @hexoscott in #1911
- fix(unwind): short circuit after unwind by @revitteth in #1837
- Update CODEOWNERS by @tamingchaos in #1892
- fix(witness-gen): add nil check for info tree update by @elliothllm in #1844
- docs(readme): add gateway documentation link by @revitteth in #1915
- Add socket channel limit config to defaults by @hexoscott in #1917
- optimize tx sorting logic by @cwbhhjl in #1875
- chore:update dependencies on build workflow by @MrKoberman in #1926
- upgrade the Go version to 1.24 by @cwbhhjl in #1876
- allow a window of time for an empty block by @hexoscott in #1945
- Feat/transaction yield async by @hexoscott in #1948
- feat(priority): priority senders list for txpool by @elliothllm in #1949
- Optimized tx yielder to avoid a lot of allocations by @IvanBelyakoff in #1953
- fix(get-batch): fix for panic on getBatchByNumber on nil batch blocks by @elliothllm in #1958
- allow post genesis normalcy / london / shanghai enablement by @hexoscott in #1959
- SMT v2 by @hexoscott in #1954
- Optimize utils.HashContractBytecodeBigInt by @IvanBelyakoff in #1960
- ignore fork changes for rollup types relating to PP by @hexoscott in #1965
- Pp2 to zkevm by @hexoscott in #1967
New Contributors
- @MrKoberman made their first contribution in #1881
- @cwbhhjl made their first contribution in #1868
Full Changelog: v2.63.0...v2.63.0-RC1