Skip to content

Latest commit

 

History

History
110 lines (78 loc) · 5.38 KB

CHANGELOG.md

File metadata and controls

110 lines (78 loc) · 5.38 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.7 - 2024-11-20

Added

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

Fixed

  • (mpt) Remove unnused collapse (#808)

Other

  • v0.6.6 op-alloy (#804)
  • (workspace) Migrate back to thiserror v2 (#811)
  • Revert "chore: bump alloy deps (#788)" (#791)

0.0.6 - 2024-11-06

Added

  • (TrieProvider) Abstract TrieNode retrieval (#787)

Other

  • bump alloy deps (#788)

0.0.5 - 2024-10-29

Fixed

  • add feature for alloy-provider, fix test_util (#738)

0.0.4 - 2024-10-25

Added

  • remove thiserror (#735)
  • (executor) Clean ups (#719)
  • use derive more display (#675)
  • kona-providers (#596)
  • (ci) Split online/offline tests (#582)
  • (mpt) Migrate to thiserror (#541)

Fixed

  • (mpt) Empty root node case (#705)
  • typos (#690)
  • (workspace) hoist and fix lints (#577)
  • (mpt) Empty list walker (#493)

Other

  • cleans up kona-mpt deps (#725)
  • re-org imports (#711)
  • (mpt) codecov (#655)
  • (mpt) mpt noop trait impls (#649)
  • (mpt) account conversion tests (#647)
  • doc logos (#609)
  • (workspace) Allow stdlib in cfg(test) (#548)

0.0.3 - 2024-09-04

Added

  • (mpt) TrieNode benchmarks (#351)

Fixed

  • (workspace) Add Unused Dependency Lint (#453)
  • (deps) Bump Alloy Dependencies (#409)

Other

  • (workspace) Alloy Version Bumps (#467)
  • (workspace) Update for anton-rs org transfer (#474)
  • (workspace) Hoist Dependencies (#466)
  • (bin) Remove kt (#461)
  • (deps) Bump revm version to v13 (#422)

0.0.2 - 2024-06-22

Added

  • (client) Derivation integration (#257)
  • (client) Oracle-backed derive traits (#252)
  • (client) Account + Account storage hinting in TrieDB (#228)
  • (client) Add current_output_root to block executor (#225)
  • (ci) Dependabot config (#236)
  • (client) StatelessL2BlockExecutor (#210)
  • (mpt) Block hash walkback (#199)
  • (mpt) Simplify TrieDB (#198)
  • (mpt) Trie DB commit (#196)
  • (mpt) Trie node insertion (#195)
  • (host) Host program scaffold (#184)
  • (workspace) Client programs in workspace (#178)
  • (mpt) TrieCacheDB scaffold (#174)
  • (mpt) TrieNode retrieval (#173)
  • (mpt) Refactor TrieNode (#172)

Fixed

  • (mpt) Fix extension node truncation (#300)
  • (ci) Release plz (#145)

Other

  • version dependencies (#296)
  • (mpt) Do not expose recursion vars (#197)