Skip to content

Latest commit

 

History

History
98 lines (70 loc) · 5.11 KB

CHANGELOG.md

File metadata and controls

98 lines (70 loc) · 5.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.0.6 - 2024-11-20

Added

  • (mpt) Extend TrieProvider in kona-executor (#813)

Other

  • (driver) use tracing macros (#823)
  • (workspace) Migrate back to thiserror v2 (#811)

0.0.5 - 2024-11-06

Added

  • (TrieProvider) Abstract TrieNode retrieval (#787)

Other

  • (executor) rm upstream util (#755)

0.0.4 - 2024-10-29

Other

  • update Cargo.toml dependencies

0.0.3 - 2024-10-25

Added

  • remove thiserror (#735)
  • (executor) Clean ups (#719)
  • (executor) EIP-1559 configurability spec updates (#716)
  • (executor) Update EIP-1559 configurability (#648)
  • (executor) Use EIP-1559 parameters from payload attributes (#616)
  • (derive) bump op-alloy dep (#605)
  • kona-providers (#596)
  • (executor) Migrate to thiserror (#544)
  • (mpt) Migrate to thiserror (#541)
  • (primitives) Remove Attributes (#529)
  • large dependency update (#528)

Fixed

  • (executor) Holocene EIP-1559 params in Header (#622)
  • (workspace) hoist and fix lints (#577)

Other

  • re-org imports (#711)
  • (workspace) Removes Primitives (#638)
  • (executor) move todo to issue: (#680)
  • (executor) Cover Builder (#676)
  • (executor) Use Upstreamed op-alloy Methods (#651)
  • (executor) Test Coverage over Executor Utilities (#650)
  • doc logos (#609)
  • (workspace) Allow stdlib in cfg(test) (#548)
  • Bumps Dependency Versions (#520)
  • (primitives) rm RawTransaction (#505)

0.0.2 - 2024-09-04

Added

  • (executor) Expose full revm Handler (#475)
  • (workspace) Workspace Re-exports (#468)
  • (executor) StatelessL2BlockExecutor benchmarks (#350)
  • (executor) Generic precompile overrides (#340)
  • (executor) Builder pattern for StatelessL2BlockExecutor (#339)

Fixed

  • (workspace) Use published revm version (#459)
  • downgrade for release plz (#458)
  • (workspace) Add Unused Dependency Lint (#453)
  • Don't hold onto intermediate execution cache across block boundaries (#396)

Other

  • (workspace) Alloy Version Bumps (#467)
  • (workspace) Update for anton-rs org transfer (#474)
  • (workspace) Hoist Dependencies (#466)
  • refactor types out of kona-derive (#454)
  • (deps) Bump revm version to v13 (#422)

0.0.1 - 2024-06-22

Other

  • (workspace) Prep release (#301)
  • version dependencies (#296)
  • (deps) fast forward op alloy dep (#267)
  • (workspace) kona-executor (#259)