Skip to content

Releases: cerc-io/go-ethereum

v1.10.4-statediff-0.0.24

01 Jul 16:49
9087770
Compare
Choose a tag to compare

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

v1.10.3-statediff-0.0.24

23 Jun 20:37
b64ca14
Compare
Choose a tag to compare

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

v1.10.4-ir-0.0.1

21 Jun 23:27
Compare
Choose a tag to compare

Internal release with receipt MarshalBinary and UnmarshalBinary methods added. This is for working with these updates using go-modules prior to this PR being merged into the root repo in the next tagged release (v1.10.5).

v1.10.3-statediff-0.0.23

18 Jun 16:17
300d43e
Compare
Choose a tag to compare

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

v1.10.3-statediff-0.0.22

13 May 22:54
a179e1c
Compare
Choose a tag to compare

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

v1.10.3-statediff-0.0.21

05 May 17:08
5e7008c
Compare
Choose a tag to compare

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

v1.10.2-statediff-0.0.21

04 May 03:08
967893c
Compare
Choose a tag to compare

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

Updates since last master branch rebase:

  • Improve unit test coverage for IPLD encoding/decoding and EIP-2930 txs
  • Index EIP-2718 tx_type and EIP-2930 access lists
  • Fix bug due to EIP-2718/EIP-2930 txs #64
  • Add MarshalBinary and UnmarshalBinary methods to Receipt type
  • Build docker image and publish it to Docker Hub on release
  • Improve error logging
  • Fix Postgres connection leak
  • 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.2-statediff-0.0.20

29 Apr 12:24
655ea1f
Compare
Choose a tag to compare
build docker image and publish it to Docker Hub on release (#67)

* build docker image and publish it to Docker Hub on release

* bump version

v1.10.2-statediff-0.0.19

15 Apr 18:53
5886ea5
Compare
Choose a tag to compare

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

  • Improve error logging
  • Fix Postgres connection leak
  • 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.2-statediff-0.0.18

15 Apr 15:59
2a11d8f
Compare
Choose a tag to compare

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

  • Fix Postgres connection leak
  • 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.