Skip to content

Releases: cerc-io/eth-statediff-service

v4.0.1-alpha

31 May 17:43
1dc90d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0-alpha...v4.0.1-alpha

v3.0.3

31 May 11:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v4.0.0-alpha

17 May 13:54
cdcc3df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v4.0.0-alpha

v3.0.2

17 May 09:07
5f6aec3
Compare
Choose a tag to compare

What's Changed

  • Support remote RPC client to access LevelDB by @nikugogoi in #83

Full Changelog: v3.0.1...v3.0.2

v3.0.1

16 May 04:45
867f5c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

01 Feb 18:17
1d10009
Compare
Choose a tag to compare
  • Updated to work with statediffing geth version v1.10.15-statediff-3.0.1, works with ipld-eth-db version v3.x.x
  • public.blocks batching
  • Pgx support
  • Write to sql files
  • Update to use v1.0.0 iterator
  • Bump version to match the major version of ipld-eth-db that it works with

v2 => v3 Changelog: release-v2.0.0...release-v3.0.0

v2.0.0

26 Jan 16:51
0c630b6
Compare
Choose a tag to compare
  • Updated to work with statediffing geth version v1.10.15-statediff-2.0.0, still works with ipld-eth-db version v2.x.x
  • Bump version to match the major version of ipld-eth-db that it works with

Changelog: release-v0.2.10...release-v2.0.0

v0.2.10

20 Dec 20:23
15cb0b8
Compare
Choose a tag to compare
  • Updated to work with statediffing geth version v1.10.13-statediff-0.0.29, still works with ipld-eth-db version v0.2.x
  • Grafana dashboard added

Changelog: release-v0.2.9...release-v0.2.10

v0.2.9i

02 Dec 05:24
Compare
Choose a tag to compare
v0.2.9i Pre-release
Pre-release
  • Update statediffing geth dependency, reflecting changes/improvements/fixes there
  • Works with new natural PK DB schema
  • Support for data dump and sql file writing modes
  • Bump Go to 1.16
  • Merge write and serve command
  • API for adding new block ranges to queue
  • Prometheus metrics
  • Overlay in dockerfile
  • Add additional env bindings for cli options
  • Gen random node ID if none is provided
  • Fix CLI

v0.2.9h

02 Dec 04:48
0c2a9bc
Compare
Choose a tag to compare
v0.2.9h Pre-release
Pre-release
  • Update statediffing geth dependency, reflecting changes/improvements/fixes there
  • Works with new natural PK DB schema
  • Support for data dump and sql file writing modes
  • Bump Go to 1.16
  • Merge write and serve command
  • API for adding new block ranges to queue
  • Prometheus metrics
  • Overlay in dockerfile
  • Add additional env bindings for cli options
  • Gen random node ID if none is provided
  • Fix CLI