Skip to content

Releases: etclabscore/go-ethereum

Geth Classic v6.1.2-stable

12 Dec 16:39
Compare
Choose a tag to compare

IMPORTANT: Classic Geth is a relic from 2016 and will only be kept compatible with upcoming hardforks to ease the migration paths for old infrastructure and services. Classic Geth, however, will reach END OF LIFE on January 15th, 2020. The Agharta hardfork will be the last hardfork supported by Classic Geth. The v6.1.x versions will be the last release track ever for Classic Geth. Subsequently, in 2020, Classic Geth will ultimately only receive consensus critical patches if necessary. There will be no further bug fixes or improvements released. The Aztlán hardfork in March 2020 will not be supported. As of today, it is no longer recommended to run Classic Geth in production. Please, consider migrating your infrastructure to one of the following clients:


RELEASE NOTES: This 6.1.2-stable release is enabled with Agharta protocol features as per ECIP-1056 and will activate the hardfork on Ethereum Classic mainnet block 9_573_000.

Please, use at own risk -- for research and development purposes only. Geth Classic will no longer provide binaries. Please, consider migrating your infrastructure to Parity Ethereum, Multi-Geth, or Hyperledger Besu.

The full list of introduced changes since 6.1.1-beta:

  • core/config: activate agharta on mainnet 9573000 (#71)

Geth Classic v6.1.1-beta

04 Nov 15:56
Compare
Choose a tag to compare

IMPORTANT: Classic Geth is a relict from 2016 and will only be kept compatible with upcoming hardforks to ease the migration paths for old infrastructure and services. Classic Geth, however, will reach END OF LIFE on January 15th, 2020. The Agharta hardfork will be the last hardfork supported by Classic Geth. The v6.1.x versions will be the last release track ever for Classic Geth. Subsequently, in 2020, Classic Geth will ultimately only receive consensus critical patches if necessary. There will be no further bug fixes or improvements released. The Aztlán hardfork in March 2020 will not be supported. As of today, it is no longer recommended to run Classic Geth in production. Please, consider migrating your infrastructure to one of the following clients:


RELEASE NOTES: This 6.1.1-beta release is enabled with Agharta protocol features as per ECIP-1056. It will allow for core developers and community members to start testing a potential protocol upgrade by manually enabling EIPs 145, 1014, and 1052. This release enables the following hardforks:

  • Mordor Agharta Hardfork Block 301_243:
    geth --chain mordor
    
  • Morden Agharta Hardfork Block 5_000_381:
    geth --chain morden
    

This release is considered as beta and still requires testing. Please, use at own risk -- for research and development purposes only. Geth Classic will no longer provide binaries. Please, consider migrating your infrastructure to Parity Ethereum, Multi-Geth, or Hyperledger Besu.

The full list of introduced changes since 6.1.0-alpha:

  • Added morden config for Agharta (#65)
  • Add mordor testnet with Agharta (#66)
  • CI: nuke whiteblock (#67)

Geth Classic v6.1.0-alpha "Agharta"

21 Oct 13:23
Compare
Choose a tag to compare
Pre-release

IMPORTANT: Classic Geth is a relict from 2016 and will only be kept compatible with upcoming hardforks to ease the migration paths for old infrastructure and services. Classic Geth, however, will reach END OF LIFE on January 15th, 2020. The Agharta hardfork will be the last hardfork supported by Classic Geth. The v6.1.x versions will be the last release track ever for Classic Geth. Subsequently, in 2020, Classic Geth will ultimately only receive consensus critical patches if necessary. There will be no further bug fixes or improvements released. The Aztlán hardfork in March 2020 will not be supported. As of today, it is no longer recommended to run Classic Geth in production. Please, consider migrating your infrastructure to one of the following clients:


RELEASE NOTES: This 6.1.0-alpha pre-release is enabled with Agharta protocol features as per ECIP-1056. It will allow for core developers and community members to start testing a potential protocol upgrade by manually enabling EIPs 145, 1014, and 1052.

This release is considered as unstable and still requires a lot of testing. Please, use at own risk -- for research and development purposes only. No binaries will be provided until the releases are considered stable.

The full list of introduced changes since 6.0.10-stable:

  • Docs: update badges (#34)
  • Delete CODEOWNERS (#38)
  • Agharta/eip1014 create2 (#51)
  • Added whiteblock config/script (#11)
  • Agharta/eip145 bitwise shift (#54)
  • Agharta/EIP1052 EXTCODEHASH implementation (#55)

Geth Classic v6.0.10-stable

21 Oct 11:01
69d8ab8
Compare
Choose a tag to compare

Geth Classic v6.0.10-stable is a bug-fix release that improves performance and stability.

The full list of introduced changes since the v6.0.8-stable release:

  • 6.0.8-stable backports (#59)
    • updated TestParseNode to work with go v1.12.8 (#42)
    • Closes #46 update mainnet bootnodes list (#45)
    • Windows build fix and makefile update (#48)
    • ecrecover edge case chains fix (#58)

Geth Classic v6.0.9-Stable Hot-Fix

22 Aug 15:31
aaa9966
Compare
Choose a tag to compare

Geth Classic v6.0.9-Stable Hot-Fix release is a hot fix to v6.0.8-Stable Atlantis, which updates the default bootnode list with active peers.

This release includes the following updates:

  • Updated default mainnet bootnodes (#45)

Geth Classic v6.0.8-stable

13 Aug 12:11
72c72b6
Compare
Choose a tag to compare

Geth Classic v6.0.8-stable is a bug-fix release that improves performance and stability. Among others, it fixes issues with malformed status response codes on certain RPC requests.

Attention: This stable release is the mandatory minimum requirement for any node serving Ethereum Classic, Morden Classic Testnet, Kotti Classic Testnet, the Kensington Classic Testnet, and any other network that plans to implement the Atlantis protocol upgrade. Upgrading as soon as possible is highly recommended.

The full list of introduced changes since the v6.0.7-beta release:

  • 6.0.8-stable backports (#37)
    • Replace repository reference for accounts/abi/bind (#29)
    • Docs: update badges (#34)
    • Tx Encoding and decoding fix (#33)
    • Storage and edge case fixes (#28)

Geth Classic v6.0.7-beta

07 Aug 17:48
b898609
Compare
Choose a tag to compare

Geth Classic v6.0.7-beta is a release that fixes a critical consensus-relevant issue dealing with various edge-cases discovered during tests on Morden testnet as part of the Atlantis protocol upgrade and applies EIP-684 as default to all chains to avoid splits.

Upgrading classic Geth nodes is highly recommended and mandatory to avoid chain splits after the Atlantis hardfork which is scheduled to activate in September on the Ethereum Classic main network.

The full list of introduced changes since the v6.0.6-beta release:

  • Backports for 6.0.7-beta (#21)
    • Update morden bootnodes (#16)
    • Fixed state transition logic for edge case (#17)
    • Core execution refactor, EIP 684, edge case fixes, starting nonce for morden (#19)
  • State Trie clearing journal edge case fix (#14)
  • Update morden bootnodes (#16)
  • Modify dockerfile to switch to debian for whiteblock build (#10)

Geth Classic v6.0.6-beta

03 Jul 15:31
338747b
Compare
Choose a tag to compare

Geth Classic v6.0.6-beta is a release that fixes a critical consensus-relevant issue dealing with zero-nonce accounts as part of the Atlantis protocol upgrade. Upgrading classic Geth nodes is highly recommended and mandatory to avoid chain splits after the Atlantis hardfork which is scheduled to activate in September on the Ethereum Classic main network.

The full list of introduced changes since the v6.0.5-alpha release: