Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #1497

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 8, 2024

馃 New release

  • revme: 0.5.0 -> 0.6.0
  • revm: 9.0.0 -> 10.0.0
  • revm-interpreter: 5.0.0 -> 6.0.0
  • revm-primitives: 4.0.0 -> 5.0.0
  • revm-precompile: 7.0.0 -> 8.0.0
  • revm-test: 0.1.0
Changelog

revme

0.6.0 - 2024-06-11

Added

  • (revme) add prague spec (#1506)

Other

  • skip tests with storage check and return status (#1452)

revm

10.0.0 - 2024-06-11

Added

  • (EOF) EXTCODECOPY,EXTCODESIZE,EXTCODEHASH eof support (#1504)
  • add helpers for working with instruction tables (#1493)
  • (precompiles) fatal error for precompiles (#1499)
  • Persist reverted account and storage slot lookups in JournaledState (#1437)
  • (EOF) EIP-7698 eof creation transaction (#1467)
  • (EOF) Add EOF to inspector handle register (#1469)
  • (optimism) Implement new L1 cost function for Fjord (#1420)
  • (optimism) Add secp256r1 precompile for Fjord (#1436)
  • (revm) revert EIP-2935 BLOCKHASH opcode changes (#1450)
  • load account should return db error (#1447)
  • (EOF) remove TXCREATE (#1415)

Fixed

  • (op) Remove U256::from(<float>) (#1498)
  • (EOF) panic on empty input range, and continue exec after eofcreate (#1477)
  • (Interpreter) wrong block number used (#1458)
  • blockchash for devnet-0 (#1427)

Other

  • remove old deprecated items (#1489)
  • (deps) bump rstest from 0.19.0 to 0.21.0 (#1482)
  • (deps) bump tokio from 1.37.0 to 1.38.0 (#1480)
  • (primitives) rename State/Storage to EvmState/EvmStorage (#1459)
  • remove 'checked' bytecode bench causing benchmarks to crash due to name (#1461)
  • cargo update (#1451)
  • cleanup host blockhash fn (#1430)
  • Revert "Revert "feat: implement EIP-2935 (#1354)" (#1424)" (#1426)
  • Revert "feat: implement EIP-2935 (#1354)" (#1424)
  • (deps) bump anyhow from 1.0.82 to 1.0.83 (#1404)

revm-interpreter

6.0.0 - 2024-06-11

Added

  • (EOF) EXTCODECOPY,EXTCODESIZE,EXTCODEHASH eof support (#1504)
  • add helpers for working with instruction tables (#1493)
  • (EOF) change oob behavior of RETURNDATALOAD and RETURNDATACOPY (#1476)
  • (EOF) EIP-7698 eof creation transaction (#1467)
  • adjust gas-costs for EIP-2935 BLOCKHASH (#1422)
  • add Opcode::modifies_memory back (#1421)
  • (EOF) Add CALLF/JUMPF stack checks (#1417)
  • (EOF) remove TXCREATE (#1415)

Fixed

  • (EOF) panic on empty input range, and continue exec after eofcreate (#1477)
  • (eof) EOFCREATE spend gas and apply 63/64 rule (#1471)
  • (stack) pop with five items was not correct (#1472)
  • (EOF) returncontract immediate is one byte (#1468)
  • (Interpreter) wrong block number used (#1458)
  • (interpreter) avoid overflow when checking if mem limit reached (#1429)
  • blockchash for devnet-0 (#1427)

Other

  • (revme) add new line in revme EOF printer (#1503)
  • remove old deprecated items (#1489)
  • (interpreter) use max gas limit in impl Default for Interpreter (#1478)
  • (interpreter) optimisation for BYTE, SHL, SHR and SAR (#1418)
  • Revert "Revert "feat: implement EIP-2935 (#1354)" (#1424)" (#1426)
  • Revert "feat: implement EIP-2935 (#1354)" (#1424)
  • (EOF) rename extcall opcode/names (#1416)
  • point to gas! in Gas::record_cost (#1413)
  • pop_address should use crate scope (#1410)
  • Remove Host constrain from calc_call_gas (#1409)

revm-primitives

5.0.0 - 2024-06-11

Added

  • (EOF) EXTCODECOPY,EXTCODESIZE,EXTCODEHASH eof support (#1504)
  • (precompiles) fatal error for precompiles (#1499)
  • Persist reverted account and storage slot lookups in JournaledState (#1437)
  • (EOF) EIP-7698 eof creation transaction (#1467)
  • (optimism) Add secp256r1 precompile for Fjord (#1436)
  • (EOF) Add CALLF/JUMPF stack checks (#1417)
  • (EOF) remove TXCREATE (#1415)

Fixed

  • (primitives) specify the optimism cfg on spec_to_generic (#1412)

Other

  • derive PartialEq and Hash on EnvKzgSettings (#1494)
  • remove old deprecated items (#1489)
  • (primitives) rename State/Storage to EvmState/EvmStorage (#1459)
  • Revert "Revert "feat: implement EIP-2935 (#1354)" (#1424)" (#1426)
  • Revert "feat: implement EIP-2935 (#1354)" (#1424)

revm-precompile

8.0.0 - 2024-06-11

Added

  • (precompiles) fatal error for precompiles (#1499)
  • add ecAdd to precompile bench (#1496)
  • (optimism) Add secp256r1 precompile for Fjord (#1436)

Fixed

  • check canonical Fp elements (#1434)
  • (precompile) ignore infinity points in G1 MSM (#1432)
  • (precompile) BLS G2 MSM (#1428)

Other

  • (precompiles) Fix some nits in bls12_381 (#1495)
  • (deps) allow multiple versions of secp256k1 (#1490)
  • (deps) bump rstest from 0.19.0 to 0.21.0 (#1482)
  • (deps) bump blst from 0.3.11 to 0.3.12 (#1481)
  • add test for map_fp_to_g1 precompile (#1465)
  • add docs for BLS scalar input decoding (#1446)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-06-08T13-19-52Z branch 10 times, most recently from 559bbd6 to 649b7c5 Compare June 10, 2024 15:12
@github-actions github-actions bot force-pushed the release-plz-2024-06-08T13-19-52Z branch from 7b443f6 to 1af311d Compare June 11, 2024 16:33
@github-actions github-actions bot closed this Jun 11, 2024
@rakita rakita deleted the release-plz-2024-06-08T13-19-52Z branch June 11, 2024 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants