Skip to content

Releases: cerc-io/eth-statediff-service

v0.2.2

19 Oct 22:33
4cbaa63
Compare
Choose a tag to compare
  • Update statediffing geth dependency, reflecting changes/improvements/fixes there
  • Expose simple API for adding new block ranges to the cmd/write.go queue

v0.2.1 concurrent iterator statediffing service

24 Mar 23:56
450ff19
Compare
Choose a tag to compare

eth-statediff-service using a concurrent state iterator

This release of eth-statediff-service is a standalone version of the v1.10.1-statediff-0.0.16 go-ethereum statediffing service that works directly on top of leveldb and can only serve historical data.

This release fixed support for tracking state pruning by leaf key

v0.2.0 concurrent iterator statediffing service

01 Mar 17:35
fa0be51
Compare
Choose a tag to compare

eth-statediff-service using a concurrent state iterator

eth-statediff-service is a standalone version of the v1.9.25-statediff-0.0.15 go-ethereum statediffing service that works directly on top of leveldb and can only serve historical data.

This release indexes receipt post state and status and adds endpoints to fetch/write statediff payloads by blockhash

v0.1.0 concurrent iterator statediffing service

08 Nov 23:35
456043d
Compare
Choose a tag to compare

eth-statediff-service using a concurrent state iterator

eth-statediff-service is a standalone version of the go-ethereum statediffing service that works directly on top of leveldb and can only serve historical data

This release include codeHash=>code mappings in the state object payloads

v0.0.1 pre-concurrent iterator

09 Sep 22:10
120bcdd
Compare
Choose a tag to compare

eth-statediff-service using the standard go-ethereum state node iterator

eth-statediff-service is a standalone version of the go-ethereum statediffing service that works directly on top of leveldb and can only serve historical data.