Skip to content

kona-mpt-v0.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jun 23:10
· 394 commits to main since this release
0e1457d

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)