bluealloy / revm

Ethereum Virtual Machine written in rust that is fast and simple to use
https://bluealloy.github.io/revm/
MIT License
1.57k stars 511 forks source link

chore: release #1597

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

🤖 New release

Changelog

## `revme`

## [0.8.0](https://github.com/bluealloy/revm/compare/revme-v0.7.0...revme-v0.8.0) - 2024-07-12 ### 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-12 ### Added - use `kzg-rs` for kzg point evaluation ([#1558](https://github.com/bluealloy/revm/pull/1558)) ### Fixed - *(EOF)* Use cfg code size limit for eofcreate ([#1606](https://github.com/bluealloy/revm/pull/1606)) ### Other - 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`
## [7.1.0](https://github.com/bluealloy/revm/compare/revm-interpreter-v7.0.0...revm-interpreter-v7.1.0) - 2024-07-12 ### Added - use `kzg-rs` for kzg point evaluation ([#1558](https://github.com/bluealloy/revm/pull/1558)) ### Fixed - *(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-12 ### Added - use `kzg-rs` for kzg point evaluation ([#1558](https://github.com/bluealloy/revm/pull/1558)) ### Fixed - *(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 - 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-12 ### 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.