Skip to content

Releases: etclabscore/core-geth

Juxtaposed Cufflink (v1.11.6)

11 Jun 22:29
v1.11.6
da03267
Compare
Choose a tag to compare
  • Merge ethereum/go-ethereum through v1.9.15
    • Add support for YoloV1 testnet, including EIP2537 (BLS precompiles)
    • Add code for EIP2315, though not yet user-facing
  • Fix Kotti forkid configuration

Blink Purple (v1.11.5)

01 Jun 20:49
v1.11.5
baa0173
Compare
Choose a tag to compare
  • Fix EIP779 (DAO) implementation causing $ETH chain to fail to sync (#108).
  • Fix downloader common ancestor negotiation logging and preventative fix an edge case (#105).
  • Refactor renaming MultiGeth and Parity variable names to their updated counterparts CoreGeth and OpenEthereum respectively (#106).
  • Include tests for forkID values for $ETC networks (#82).

Mink Sparkle (v1.11.4)

20 May 18:57
478a00c
Compare
Choose a tag to compare
  • Merges upstream ethereum/go-ethereum through v1.9.14
  • Fixes a flaky test in ethash (#98)

Tropicana Halo (v1.11.3)

24 Apr 21:54
5aad117
Compare
Choose a tag to compare
  • Updates Mordor and Kotti bootnodes
  • Fixes minor issue with Clique snapshot loop condition
  • Fixes recurrent sync issue occurring on Kotti (in the wake of the intentional fork revision there)

Social Butterfly (v1.11.2)

19 Mar 13:24
v1.11.2
cbe4a64
Compare
Choose a tag to compare

Antiquity In Equity (v1.11.1)

05 Mar 21:22
v1.11.1
159fbaa
Compare
Choose a tag to compare
  • Fixes #8 gap in chain between ancients and leveldb via #51. This issue could happen when geth is killed and the KV/Ancient databases get out of sync with each other. The fix rewinds the KV chaindata to the Ancient head.

Buffalo Buffalo Buffalo (v1.11.0)

04 Mar 14:36
5d3e8e1
Compare
Choose a tag to compare
  • Implements block activation values for ECIP1088, ETC's planned "Phoenix" hard fork. Please upgrade to this release or later for Phoenix support for ETC.

    • 999_983 on Mordor Classic PoW-testnet (April, 2020)
    • 2_200_013 on Kotti Classic PoA-testnet (April, 2020)
    • 10_500_839 on Ethereum Classic PoW-mainnet (June 10th, 2020)
  • Merges upstream ethereum/go-ethereum code from v1.9.11, which includes a few significant upgrades:

    • DNS-based peer discovery. ETC discovery is supported in this release by the associated project https://github.com/etclabscore/discv4-dns-lists, which provides discv4 DNS discovery information currently at blockd.info.
    • eth/65 protocol upgrade for transaction announcements with reduced bandwidth.
    • Javascript engine swapped from Otto to Goja, for ECMAScript 5.1+ compliance.
    • ... and some other minor features and fixes. Please visit the ethereum/go-ethereum release notes for more information.
  • And last but not least (as you may have already surmised 😉) renames the project to Core-Geth!

    • With significant development effort already invested (now approaching 800 commits ahead of our comrade and predecessor multi-geth/multi-geth), and an intention to continue growth, we think it's about the right time to fly our own flag. The aim is for this code base and the software it provides to continue serving ETC and entire Ethn ecosystem reliably and innovatively. We hope that renaming won't be a cause of political contention, but instead add another optimistic rallying point for configuration-freedom and an extensible, accessible Ethereum-as-protocol. 🚀

ℹ️ Wed Mar 4 08:37:13 CST 2020 Re-tagged as v1.11.0 (removing -core suffix for simplicity).