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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #1775

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 16, 2024

🤖 New release

  • revme: 0.10.1 -> 0.10.2 (✓ API compatible changes)
  • revm: 14.0.1 -> 14.1.0 (✓ API compatible changes)
  • revm-interpreter: 10.0.1 -> 11.0.0 (⚠️ API breaking changes)
  • revm-primitives: 9.0.1 -> 10.0.0 (⚠️ API breaking changes)
  • revm-precompile: 11.0.1 -> 11.1.0 (✓ API compatible changes)
  • revm-test: 0.1.0
  • revm-optimism: 1.0.0

⚠️ revm-interpreter breaking changes

--- failure derive_trait_impl_removed: built-in derived trait no longer implemented ---

Description:
A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits.
        ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/derive_trait_impl_removed.ron

Failed in:
  type DummyHost no longer derives PartialEq, in /tmp/.tmpc0V5MY/revm/crates/interpreter/src/host/dummy.rs:16
  type DummyHost no longer derives Eq, in /tmp/.tmpc0V5MY/revm/crates/interpreter/src/host/dummy.rs:16

--- failure trait_associated_type_added: non-sealed public trait added associated type without default value ---

Description:
A non-sealed trait has gained an associated type without a default value, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/trait_associated_type_added.ron

Failed in:
  trait associated type revm_interpreter::Host::EvmWiringT in file /tmp/.tmpc0V5MY/revm/crates/interpreter/src/host.rs:11

⚠️ revm-primitives breaking changes

--- failure derive_trait_impl_removed: built-in derived trait no longer implemented ---

Description:
A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits.
        ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/derive_trait_impl_removed.ron

Failed in:
  type Env no longer derives Eq, in /tmp/.tmpc0V5MY/revm/crates/primitives/src/env.rs:21
  type Env no longer derives PartialEq, in /tmp/.tmpc0V5MY/revm/crates/primitives/src/env.rs:21
  type Env no longer derives Eq, in /tmp/.tmpc0V5MY/revm/crates/primitives/src/env.rs:21
  type Env no longer derives PartialEq, in /tmp/.tmpc0V5MY/revm/crates/primitives/src/env.rs:21
  type EVMError no longer derives Hash, in /tmp/.tmpc0V5MY/revm/crates/primitives/src/result.rs:155
  type EVMError no longer derives Hash, in /tmp/.tmpc0V5MY/revm/crates/primitives/src/result.rs:155

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/enum_missing.ron

Failed in:
  enum revm_primitives::OptimismInvalidTransaction, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/result.rs:212
  enum revm_primitives::result::OptimismInvalidTransaction, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/result.rs:212

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/enum_variant_missing.ron

Failed in:
  variant HaltReason::FailedDeposit, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/result.rs:489
  variant HaltReason::FailedDeposit, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/result.rs:489
  variant InvalidTransaction::OptimismError, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/result.rs:322
  variant InvalidTransaction::OptimismError, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/result.rs:322
  variant SpecId::BEDROCK, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:61
  variant SpecId::REGOLITH, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:62
  variant SpecId::CANYON, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:64
  variant SpecId::ECOTONE, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:66
  variant SpecId::FJORD, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:67
  variant SpecId::GRANITE, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:68
  variant SpecId::BEDROCK, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:61
  variant SpecId::REGOLITH, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:62
  variant SpecId::CANYON, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:64
  variant SpecId::ECOTONE, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:66
  variant SpecId::FJORD, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:67
  variant SpecId::GRANITE, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:68

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/inherent_method_missing.ron

Failed in:
  TxEnv::clear, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env.rs:622
  TxEnv::clear, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env.rs:622
  BlockEnv::clear, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env.rs:512
  BlockEnv::clear, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env.rs:512

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/module_missing.ron

Failed in:
  mod revm_primitives::handler_cfg, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env/handler_cfg.rs:1
  mod revm_primitives::env::handler_cfg, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env/handler_cfg.rs:1

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/struct_missing.ron

Failed in:
  struct revm_primitives::OptimismFields, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env.rs:678
  struct revm_primitives::env::OptimismFields, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env.rs:678
  struct revm_primitives::GraniteSpec, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:228
  struct revm_primitives::specification::GraniteSpec, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:228
  struct revm_primitives::RegolithSpec, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:220
  struct revm_primitives::specification::RegolithSpec, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:220
  struct revm_primitives::EcotoneSpec, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:224
  struct revm_primitives::specification::EcotoneSpec, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:224
  struct revm_primitives::handler_cfg::CfgEnvWithHandlerCfg, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env/handler_cfg.rs:64
  struct revm_primitives::env::handler_cfg::CfgEnvWithHandlerCfg, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env/handler_cfg.rs:64
  struct revm_primitives::CfgEnvWithHandlerCfg, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env/handler_cfg.rs:64
  struct revm_primitives::env::CfgEnvWithHandlerCfg, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env/handler_cfg.rs:64
  struct revm_primitives::handler_cfg::EnvWithHandlerCfg, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env/handler_cfg.rs:110
  struct revm_primitives::env::handler_cfg::EnvWithHandlerCfg, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env/handler_cfg.rs:110
  struct revm_primitives::EnvWithHandlerCfg, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env/handler_cfg.rs:110
  struct revm_primitives::env::EnvWithHandlerCfg, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env/handler_cfg.rs:110
  struct revm_primitives::BedrockSpec, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:218
  struct revm_primitives::specification::BedrockSpec, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:218
  struct revm_primitives::handler_cfg::HandlerCfg, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env/handler_cfg.rs:9
  struct revm_primitives::env::handler_cfg::HandlerCfg, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env/handler_cfg.rs:9
  struct revm_primitives::HandlerCfg, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env/handler_cfg.rs:9
  struct revm_primitives::env::HandlerCfg, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env/handler_cfg.rs:9
  struct revm_primitives::CanyonSpec, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:222
  struct revm_primitives::specification::CanyonSpec, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:222
  struct revm_primitives::FjordSpec, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:226
  struct revm_primitives::specification::FjordSpec, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/specification.rs:226

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field optimism of struct TxEnv, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env.rs:601
  field optimism of struct TxEnv, previously in file /tmp/.tmpYYNW6i/revm-primitives/src/env.rs:601
Changelog

revme

0.10.2 - 2024-09-18

Added

  • introducing EvmWiring, a chain-specific configuration (#1672)
  • (statetest) enable EOF in Prague tests (#1753)

Fixed

  • statetest json set spec_id (#1766)

Other

  • (revme) replace structopt with clap (#1754)

revm

14.1.0 - 2024-09-18

Added

  • introducing EvmWiring, a chain-specific configuration (#1672)

Fixed

  • (inspector) always call selfdestruct if entry is made (#1746)

Other

  • (deps) bump anyhow from 1.0.88 to 1.0.89 (#1772)
  • simplify SuccessOrHalt trait bound (#1768)
  • (deps) bump alloy-sol-types from 0.8.0 to 0.8.2 (#1762)
  • (deps) bump anyhow from 1.0.86 to 1.0.87 (#1760)
  • make clippy happy (#1755)
  • Test l1 gas used fjord (#1749)
  • Add test for revm::optimism::L1BlockInfo::calculate_tx_l1_cost_fjord (#1743)
  • (deps) bump tokio from 1.39.2 to 1.40.0 (#1739)

revm-interpreter

11.0.0 - 2024-09-18

Added

  • introducing EvmWiring, a chain-specific configuration (#1672)

Other

  • simplify SuccessOrHalt trait bound (#1768)
  • make clippy happy (#1755)

revm-primitives

10.0.0 - 2024-09-18

Added

  • introducing EvmWiring, a chain-specific configuration (#1672)

Other

  • (deps) bump alloy-primitives from 0.8.0 to 0.8.2 (#1761)

revm-precompile

11.1.0 - 2024-09-18

Added

  • introducing EvmWiring, a chain-specific configuration (#1672)

Other

  • (deps) bump once_cell from 1.19.0 to 1.20.0 (#1773)
  • make clippy happy (#1755)

revm-optimism

1.0.0 - 2024-09-18

Added

  • introducing EvmWiring, a chain-specific configuration (#1672)
  • (examples) generate block traces (#895)
  • implement EIP-4844 (#668)
  • (Shanghai) All EIPs: push0, warm coinbase, limit/measure initcode (#376)
  • Migrate primitive_types::U256 to ruint::Uint<256, 4> (#239)
  • Introduce ByteCode format, Update Readme (#156)

Fixed

Other

  • (deps) bump anyhow from 1.0.88 to 1.0.89 (#1772)
  • Bump new logo (#1735)
  • (README) add rbuilder to used-by (#1585)
  • added simular to used-by (#1521)
  • add Trin to used by list (#1393)
  • Fix typo in readme (#1185)
  • Add Hardhat to the "Used by" list (#1164)
  • Add VERBS to used by list (#1141)
  • license date and revm docs (#1080)
  • (docs) Update the benchmark docs to point to revm package (#906)
  • (docs) Update top-level benchmark docs (#894)
  • clang requirement (#784)
  • Readme Updates (#756)
  • Logo (#743)
  • book workflow (#537)
  • add example to revm crate (#468)
  • Update README.md (#424)
  • add no_std to primitives (#366)
  • revm-precompiles to revm-precompile
  • Bump v20, changelog (#350)
  • typos (#232)
  • Add support for old forks. (#191)
  • revm bump 1.8. update libs. snailtracer rename (#159)
  • typo fixes
  • fix readme typo
  • Big Refactor. Machine to Interpreter. refactor instructions. call/create struct (#52)
  • readme. debuger update
  • Bump revm v0.3.0. README updated
  • readme
  • Add time elapsed for tests
  • readme updated
  • Include Basefee into cost calc. readme change
  • Initialize precompile accounts
  • Status update. Taking a break
  • Merkle calc. Tweaks and debugging for eip158
  • Replace aurora bn lib with parity's. All Bn128Add/Mul/Pair tests passes
  • TEMP
  • one tab removed
  • readme
  • README Example simplified
  • Gas calculation for Call/Create. Example Added
  • readme usage
  • README changes
  • Static gas cost added
  • Subroutine changelogs and reverts
  • Readme postulates
  • Spelling
  • Restructure project
  • First iteration. Machine is looking okay


This PR was generated with release-plz.

@github-actions github-actions bot closed this Sep 18, 2024
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.

0 participants