bluealloy / revm

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

chore: release #1574

Closed github-actions[bot] closed 2 weeks ago

github-actions[bot] commented 3 weeks ago

🤖 New release

Changelog

## `revme`

## [0.7.0](https://github.com/bluealloy/revm/compare/revme-v0.6.0...revme-v0.7.0) - 2024-06-30 ### Other - replace AccessList with alloy version ([#1552](https://github.com/bluealloy/revm/pull/1552))
## `revm`
## [11.0.0](https://github.com/bluealloy/revm/compare/revm-v10.0.0...revm-v11.0.0) - 2024-06-30 ### Added - *(Prague)* Add EIP-7702 ([#1565](https://github.com/bluealloy/revm/pull/1565)) - *(EOF)* disallow ExtDelegateCall to legacy bytecode ([#1572](https://github.com/bluealloy/revm/pull/1572)) - *(EOF)* Add target address expansion checks ([#1570](https://github.com/bluealloy/revm/pull/1570)) ### Other - store tokio::runtime::Handle in ethers/alloyDB ([#1557](https://github.com/bluealloy/revm/pull/1557)) - use const blocks ([#1522](https://github.com/bluealloy/revm/pull/1522)) - fix compile for alloydb ([#1559](https://github.com/bluealloy/revm/pull/1559)) - replace AccessList with alloy version ([#1552](https://github.com/bluealloy/revm/pull/1552)) - replace U256 with u64 in BLOCKHASH ([#1505](https://github.com/bluealloy/revm/pull/1505))
## `revm-interpreter`
## [7.0.0](https://github.com/bluealloy/revm/compare/revm-interpreter-v6.0.0...revm-interpreter-v7.0.0) - 2024-06-30 ### Added - support selfdestruct for dummyhost ([#1578](https://github.com/bluealloy/revm/pull/1578)) - *(Prague)* Add EIP-7702 ([#1565](https://github.com/bluealloy/revm/pull/1565)) - *(EOF)* disallow ExtDelegateCall to legacy bytecode ([#1572](https://github.com/bluealloy/revm/pull/1572)) - *(EOF)* Add target address expansion checks ([#1570](https://github.com/bluealloy/revm/pull/1570)) ### Fixed - *(eof)* ExtDelegateCall caller/target switch ([#1571](https://github.com/bluealloy/revm/pull/1571)) ### Other - use const blocks ([#1522](https://github.com/bluealloy/revm/pull/1522)) - fix compile for alloydb ([#1559](https://github.com/bluealloy/revm/pull/1559)) - replace AccessList with alloy version ([#1552](https://github.com/bluealloy/revm/pull/1552)) - replace U256 with u64 in BLOCKHASH ([#1505](https://github.com/bluealloy/revm/pull/1505))
## `revm-primitives`
## [6.0.0](https://github.com/bluealloy/revm/compare/revm-primitives-v5.0.0...revm-primitives-v6.0.0) - 2024-06-30 ### Added - *(Prague)* Add EIP-7702 ([#1565](https://github.com/bluealloy/revm/pull/1565)) - add helper function to mape EVMError's Database error variant ([#1567](https://github.com/bluealloy/revm/pull/1567)) ### Other - replace AccessList with alloy version ([#1552](https://github.com/bluealloy/revm/pull/1552)) - replace U256 with u64 in BLOCKHASH ([#1505](https://github.com/bluealloy/revm/pull/1505))
## `revm-precompile`
## [8.0.1](https://github.com/bluealloy/revm/compare/revm-precompile-v8.0.0...revm-precompile-v8.0.1) - 2024-06-30 ### Other - updated the following local packages: revm-primitives


This PR was generated with release-plz.