bluealloy / revm

Rust implementation of the Ethereum Virtual Machine.
https://bluealloy.github.io/revm/
MIT License
1.59k stars 518 forks source link

chore: release #1620

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

🤖 New release

Changelog

## `revme`

## [0.8.0](https://github.com/bluealloy/revm/compare/revme-v0.7.0...revme-v0.8.0) - 2024-07-16 ### Added - *(eof)* cli eof-validation ([#1622](https://github.com/bluealloy/revm/pull/1622)) - *(EOF)* Bytecode::new_raw supports EOF, new_raw_checked added ([#1607](https://github.com/bluealloy/revm/pull/1607)) ### Fixed - *(eip7702)* Add tests and fix some bugs ([#1605](https://github.com/bluealloy/revm/pull/1605)) ### Other - *(GeneralState)* skip fewer specs ([#1603](https://github.com/bluealloy/revm/pull/1603))
## `revm`
## [12.0.0](https://github.com/bluealloy/revm/compare/revm-v11.0.0...revm-v12.0.0) - 2024-07-16 ### Added - pass interpreter into Inspector::log ([#1610](https://github.com/bluealloy/revm/pull/1610)) - *(EOF)* Bytecode::new_raw supports EOF, new_raw_checked added ([#1607](https://github.com/bluealloy/revm/pull/1607)) - use `kzg-rs` for kzg point evaluation ([#1558](https://github.com/bluealloy/revm/pull/1558)) ### Fixed - *(eip7702)* Add tests and fix some bugs ([#1605](https://github.com/bluealloy/revm/pull/1605)) - correctly calculate eofcreate address ([#1619](https://github.com/bluealloy/revm/pull/1619)) - allow non-static lifetime in HandleRegisterBox ([#1608](https://github.com/bluealloy/revm/pull/1608)) - *(EOF)* Use cfg code size limit for eofcreate ([#1606](https://github.com/bluealloy/revm/pull/1606)) ### Other - bump alloy deps ([#1623](https://github.com/bluealloy/revm/pull/1623)) - *(deps)* bump alloy-sol-types from 0.7.6 to 0.7.7 ([#1614](https://github.com/bluealloy/revm/pull/1614)) - group optimism invalid txn errors ([#1604](https://github.com/bluealloy/revm/pull/1604)) - load_account -> warm_preloaded_addresses ([#1584](https://github.com/bluealloy/revm/pull/1584)) - Refactor code, and check if precompile for create collision ([#1600](https://github.com/bluealloy/revm/pull/1600)) - *(revm)* defer bytecode load ([#1588](https://github.com/bluealloy/revm/pull/1588)) - Rename gas_price to gas_limit for precompile args ([#1593](https://github.com/bluealloy/revm/pull/1593))
## `revm-interpreter`
## [8.0.0](https://github.com/bluealloy/revm/compare/revm-interpreter-v7.0.0...revm-interpreter-v8.0.0) - 2024-07-16 ### Added - *(eof)* cli eof-validation ([#1622](https://github.com/bluealloy/revm/pull/1622)) - use `kzg-rs` for kzg point evaluation ([#1558](https://github.com/bluealloy/revm/pull/1558)) ### Fixed - *(eip7702)* Add tests and fix some bugs ([#1605](https://github.com/bluealloy/revm/pull/1605)) - *(EOF)* MIN_CALLEE_GAS light failure, static-mode check ([#1599](https://github.com/bluealloy/revm/pull/1599))
## `revm-primitives`
## [7.0.0](https://github.com/bluealloy/revm/compare/revm-primitives-v6.0.0...revm-primitives-v7.0.0) - 2024-07-16 ### Added - *(EOF)* Bytecode::new_raw supports EOF, new_raw_checked added ([#1607](https://github.com/bluealloy/revm/pull/1607)) - use `kzg-rs` for kzg point evaluation ([#1558](https://github.com/bluealloy/revm/pull/1558)) ### Fixed - *(eip7702)* Add tests and fix some bugs ([#1605](https://github.com/bluealloy/revm/pull/1605)) - *(EOF)* Use cfg code size limit for eofcreate ([#1606](https://github.com/bluealloy/revm/pull/1606)) - missing kzg_settings if kzg-rs feature enabled ([#1601](https://github.com/bluealloy/revm/pull/1601)) ### Other - bump alloy deps ([#1623](https://github.com/bluealloy/revm/pull/1623)) - *(deps)* bump alloy-primitives from 0.7.6 to 0.7.7 ([#1612](https://github.com/bluealloy/revm/pull/1612)) - group optimism invalid txn errors ([#1604](https://github.com/bluealloy/revm/pull/1604)) - *(deps)* bump bitflags from 2.5.0 to 2.6.0 ([#1583](https://github.com/bluealloy/revm/pull/1583)) - Rename gas_price to gas_limit for precompile args ([#1593](https://github.com/bluealloy/revm/pull/1593))
## `revm-precompile`
## [9.1.0](https://github.com/bluealloy/revm/compare/revm-precompile-v9.0.0...revm-precompile-v9.1.0) - 2024-07-16 ### Added - use `kzg-rs` for kzg point evaluation ([#1558](https://github.com/bluealloy/revm/pull/1558)) ### Other - main CHANGELOG ([#1592](https://github.com/bluealloy/revm/pull/1592))


This PR was generated with release-plz.