Skip to content

Releases: etclabscore/core-geth

Hyperion Drum (v1.11.15)

01 Oct 21:14
v1.11.15
51c7e45
Compare
Choose a tag to compare
  • Activates the artificial finality feature MESS (ECIP1100) on Ethereum Classic Mainnet from block 11_380_000.
  • Merges upstream ethereum/go-ethereum through version v1.9.22.
  • Fixes issue parsing --ethstats url (#194).
  • Activates ECIP-1099 on Mordor at block 2_520_000.

Bonnie's Impressed (v1.11.14)

26 Sep 17:07
v1.11.14
b711e95
Compare
Choose a tag to compare
  • Includes the latest artificial finality feature MESS implementation:
    • Instead of the original sin function, uses a polynomial with big.Ints.
    • Bumps required number of peers to 5
    • Bumps head staleness check interval to 390 seconds.
    • Fixes implementation details to handle known block cases better.
  • Activates MESS for Ethereum Classic's Mordor testnet at block 2380000, ETA 29 September 2020.
  • Includes flags --ecbp1100=<number> and RPC call admin_ecbp1100(<boolean>) to manual configuration or override.

Dotty's Dress (v1.11.14-rc-messnet-1)

14 Sep 13:39
ae6babd
Compare
Choose a tag to compare
Pre-release

Release Candidate branch for MESS features and --messnet specific configurations and features.

  • Based on master at eb8bbb0
  • Merges feat/mess (#181)
  • Merges feat/fakepow-delaysealer (#180)
  • Adds flag --messnet (62f29e8)

MessNet (--messnet) is an adhoc and dedicated testnet with which Core-Geth developers, et al., will test MESS features at order-of-magnitude scale.

This release also activates MESS features on Mordor (ETC's public PoW testnet) at block 2290740 (ETA 15 Sept 2020, ~1500 UTC).

Change set visible here: #182

Renegon (v1.11.13)

10 Sep 12:52
v1.11.13
e834039
Compare
Choose a tag to compare

Head Genie (v1.11.12)

17 Aug 16:06
v1.11.12
5ff3eba
Compare
Choose a tag to compare
  • Merges ethereum/go-ethereum through v1.9.19.
  • Removes command line flags to configure full and light immutability thresholds. These were a short-term, stop-gap option. They are extremely dangerous if used improperly, and their effects are often misunderstood.

Quadrivium Discrete (v1.11.11)

06 Aug 05:13
v1.11.11
6cdc757
Compare
Choose a tag to compare
  • Adds command line flags to configure full and light immutability thresholds:
geth --immutabilitythreshold.full=<number>
geth --immutabilitythreshold.light=<number>

⚠️ ⛓️ Please note that these flags should not be taken lightly. Configured values can impact consensus behavior, and have the potential to alter chaindata databases to be incompatible with the default.


Trivium Petite (v1.11.10)

04 Aug 10:06
v1.11.10
647a909
Compare
Choose a tag to compare
  • Fixes a rollback to block 5M when switching from multi-geth to core-geth (#165).
  • Fixes Go mod support when using core-geth as a library that EVMC additions had broken (#161).

Idiom Athlete (v1.11.9)

27 Jul 22:24
v1.11.9
250b945
Compare
Choose a tag to compare
  • Adds support for EVMC v6 as an experimental feature. Use --vm.ewasm and/or --vm.evm to configure external interpreters. Further documentation on this feature is included at ./docs/core/evmc.md. For in-practice examples of available external interpreters you can use, check out the ones used by the tests, which you'll find documented in the Makefile (#57).
  • Merges ethereum/go-ethereum through v1.9.18, upstream's latest bug fix release (#140, #144, #151, #158).
  • Fixes cache defaults for non-mainnet chains that do not require larger caches (#145).
  • Fixes a bug in echainspec's validate command (#156).
  • Adds EIP2537 support for OpenEthereum configuration schema (#157).

Fructose Sweet Drink (v1.11.8)

09 Jul 19:16
305b508
Compare
Choose a tag to compare
  • Merges ethereum/go-ethereum through bcb3087
  • Adds simulated condensed regression tests.
  • Improves end-to-end miner tests.
  • Improves cross-consensus engine tests and interface implementations.
  • Fixes ETH miner configuration which applied DAO state improperly.
  • Fixes light sync downloader not looking for common ancestor.

Lexical Tough Think (v1.11.7)

16 Jun 21:07
v1.11.7
Compare
Choose a tag to compare
  • Fix Clique consensus issue that caused invalidly priced contract creation transactions (#121). This issue only affected the v1.11.6 version. Networks affected were the Goerli and Kotti testnets, visible in Bad Block logs and stalled syncs/imports.