Skip to content

evmone 0.15.0

Latest
Compare
Choose a tag to compare
@chfast chfast released this 08 Apr 08:00
· 117 commits to master since this release
v0.15.0
6c95236

Changed

  • EOF:
    The is the final version compatible with EOF devnet-0.
    • Rename RETURNCONTRACT to RETURNCODE #1153
    • Optimize allocations when validating the header #1160
  • EVMMAX:
    • evmmax: Add inversion method #1142
    • evmmax: Use inv() instead of generated addchains #1143
  • Precompiles:
    • Handle trivial inputs to the expmod precompile #1163
    • Use classic EC point add formula for BN precompiles #1165
    • Optimize EC point multiplication for BN precompiles #1166
    • Refactor the BN254 ecpairing precompile #1175
  • EIP-7702: Remove the check for empty in-state accounts #1141
  • Add prestate validation checks to the state test loader #1134
  • Upgrade the silkpre dependency #1173

Fixed

  • Fix incorrect output size in the BN254 ecpairing precompile #1174