Skip to content

ethrex: v4.0.0 - Path-based Storage

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Oct 22:12
· 24 commits to main since this release
523909e

This release changes our internal trie database to be path-based as opposed to hash-based, which both increases read performance when executing and reduces database growth substantially (by about 10x).

Installation and running instructions can be found in our docs

💥 BREAKING CHANGES

  • feat(l1): The trie database is now path-based instead of hash-based by @iovoid in #4806

✨ New Features