Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Releases: cerc-io/go-eth-state-node-iterator

v1.1.1

17 Jun 12:21
833627c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

10 Jun 07:38
81a7fff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

27 May 19:03
Compare
Choose a tag to compare

Update Go and Geth.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

17 May 13:40
a4f22bc
Compare
Choose a tag to compare

What's Changed

  • Upgrade geth version and remove vulcanize geth dependency by @nikugogoi in #11

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

03 Mar 14:25
fb86725
Compare
Choose a tag to compare

A node iterator for Ethereum state that is capable of concurrent reads. Trie is segmented into sub-tries according to the number of workers, workers iterate and read these sub-tries concurrently.

v1.0.0

26 Jan 17:59
8e349df
Compare
Choose a tag to compare

A node iterator for Ethereum state that is capable of concurrent reads. Trie is segmented into sub-tries according to the number of workers, workers iterate and read these sub-tries concurrently.

Concurrent read node iterator for Ethereum

09 Sep 17:08
f282c17
Compare
Choose a tag to compare

A node iterator for Ethereum state that is capable of concurrent reads