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.
0.0.7 - 2024-11-20
- (mpt) Extend
TrieProvider
inkona-executor
(#813)
- (mpt) Remove unnused collapse (#808)
- 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
- (TrieProvider) Abstract TrieNode retrieval (#787)
- bump alloy deps (#788)
0.0.5 - 2024-10-29
- add feature for
alloy-provider
, fixtest_util
(#738)
0.0.4 - 2024-10-25
- 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)
- (mpt) Empty root node case (#705)
- typos (#690)
- (workspace) hoist and fix lints (#577)
- (mpt) Empty list walker (#493)
- 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
- (mpt)
TrieNode
benchmarks (#351)
- (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
- (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)