Skip to content

Releases: cerc-io/ipld-eth-statedb

v0.0.5-alpha

18 May 17:32
bd87702
Compare
Choose a tag to compare

What's Changed

  • Fixes and refactors for use in ipld-eth-server by @roysc in #18
  • Rewrite trie_by_cid package to be read-write by @roysc in #19

Full Changelog: v0.0.4-alpha...v0.0.5-alpha

v0.0.4-alpha

11 Apr 05:00
32e4994
Compare
Choose a tag to compare

Implementations of geth's vm.StateDB interface on top of ipld-eth-db

What's Changed

  • Merge StateDB and Trie that use CIDs and trie traversal access pattern to interface with ipld.blocks by @i-norden in #16

Full Changelog: v0.0.3-alpha...v0.0.4-alpha

v0.0.3-alpha

16 Mar 12:32
c7d05bb
Compare
Choose a tag to compare

Initital implementation of geth's StateDB interface on top of ipld-eth-db

v0.0.2-alpha

13 Mar 16:09
9f53f99
Compare
Choose a tag to compare

Initital implementation of geth's StateDB interface on top of ipld-eth-db

v0.0.1-alpha

13 Mar 12:17
ac6d191
Compare
Choose a tag to compare

Initital implementation of geth's StateDB interface on top of ipld-eth-db