Skip to content

Releases: cerc-io/go-ethereum

v1.10.2-statediff-0.0.17

09 Apr 03:40
e842aad
Compare
Choose a tag to compare

This is an internal release to enable us to work with the statediffing service (v0.0.17). This release is rebased on top of master branch go-etheruem v1.10.2

  • Updated docs
  • Include Postgres migrations
  • Includes the fix for #57, whereby state and storage leaf keys are now recorded in the records that indicate when a leaf node is pruned away from the trie.

v1.10.1-statediff-0.0.17

09 Apr 02:35
86ba398
Compare
Choose a tag to compare

This is an internal release to enable us to work with the statediffing service (v0.0.17). This release is rebased on top of master branch go-etheruem v1.10.1

  • Updated docs
  • Include Postgres migrations
  • Includes the fix for #57, whereby state and storage leaf keys are now recorded in the records that indicate when a leaf node is pruned away from the trie.

v1.10.1-statediff-0.0.16

24 Mar 19:36
b4a421f
Compare
Choose a tag to compare

This is an internal release to enable us to work with the statediffing service (v0.0.16). This release is rebased on top of master branch go-etheruem v1.10.1

  • Includes the fix for #57, whereby state and storage leaf keys are now recorded in the records that indicate when a leaf node is pruned away from the trie.

v1.10.1-statediff-0.0.15

13 Mar 02:21
daa2cdd
Compare
Choose a tag to compare

This is an internal release to enable us to work with the statediffing service (v0.0.15). This release is rebased on top of master branch go-etheruem v1.10.1

v1.9.25-statediff-0.0.15

24 Feb 22:04
05aadb9
Compare
Choose a tag to compare

This is an internal release to enable us to work with the statediffing code (v0.0.15) using go modules. This release is rebased on top of master branch go-etheruem v1.9.25.

Latest updates:

  • Add end points for fetching and writing statediff payloads by block hash
  • Add support for indexing PostStateAndStatus
  • Integrate statediffing and indexing prometheus metrics into core go-ethereum metrics
  • Use a worker pool to process statediffs concurrently when operating in the direct indexing mode

v1.9.25-statediff-0.0.14

10 Feb 17:56
fe49597
Compare
Choose a tag to compare

This is an internal release to enable us to work with the statediffing code (v0.0.14) using go modules. This release is rebased on top of master branch go-etheruem v1.9.25.

Latest updates:

  • Add support for indexing PostStateAndStatus
  • Integrate statediffing and indexing prometheus metrics into core go-ethereum metrics
  • Use a worker pool to process statediffs concurrently when operating in the direct indexing mode

v1.9.25-statediff-0.0.13

23 Jan 22:13
283fc6d
Compare
Choose a tag to compare

This is an internal release to enable us to work with the statediffing code (v0.0.13) using go modules. This release is rebased on top of master branch go-etheruem v1.9.25.

Latest updates:

  • Integrate statediffing and indexing prometheus metrics into core go-ethereum metrics
  • Use a worker pool to process statediffs concurrently when operating in the direct indexing mode

v1.9.24-statediff-0.0.13

26 Nov 00:59
706e84e
Compare
Choose a tag to compare

This is an internal release to enable us to work with the statediffing code (v0.0.13) using go modules. This release is rebased on top of master branch go-etheruem v1.9.24.

Updates:

  • Integrate statediffing and indexing prometheus metrics into core go-ethereum metrics
  • Use a worker pool to process statediffs concurrently when operating in the direct indexing mode

v1.9.24-statediff-0.0.12

25 Nov 19:24
Compare
Choose a tag to compare

This is an internal release to enable us to work with the statediffing code (v0.0.12) using go modules. This release is rebased on top of master branch go-etheruem v1.9.24.

Updates:

  • Integrate statediffing and indexing prometheus metrics into core go-ethereum metrics
  • Use a worker pool to process statediffs concurrently when operating in the direct indexing mode

v1.9.24-statediff-0.0.11

13 Nov 21:16
Compare
Choose a tag to compare

This is an internal release to enable us to work with the statediffing code (v0.0.11) using go modules. This release is rebased on top of master branch go-etheruem v1.9.24.

Updates:

  • Use Go 1.15
  • Fix API registration with new node interfaces
  • Statediffing service mode by which statediffs are generated and processed into IPLD objects and directly written to Postgres, this process can be configured to track the ongoing sync process and/or receive RPC requests to write diffs out at specific block heights