Releases: etclabscore/core-geth
Releases · etclabscore/core-geth
Hyperion Drum (v1.11.15)
- 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.
- Docker images published under
etclabscore/core-geth
.
Bonnie's Impressed (v1.11.14)
- Includes the latest artificial finality feature MESS implementation:
- Instead of the original sin function, uses a polynomial with
big.Int
s. - Bumps required number of peers to 5
- Bumps head staleness check interval to 390 seconds.
- Fixes implementation details to handle known block cases better.
- Instead of the original sin function, uses a polynomial with
- Activates MESS for Ethereum Classic's Mordor testnet at block
2380000
, ETA 29 September 2020. - Includes flags
--ecbp1100=<number>
and RPC calladmin_ecbp1100(<boolean>)
to manual configuration or override.
- Docker images published under
etclabscore/core-geth
.
Dotty's Dress (v1.11.14-rc-messnet-1)
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)
- Adds an experimental feature enabling the use of a remote store for ancient chain data. Instead of using your HDD to hold some big files with ancient chain data, use Storj, or S3! (#168)
- Merges upstream ethereum/go-ethereum through v1.9.20 (#178).
Head Genie (v1.11.12)
- 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.
- Docker images published under
etclabscore/core-geth
.
Quadrivium Discrete (v1.11.11)
- Adds command line flags to configure full and light immutability thresholds:
geth --immutabilitythreshold.full=<number>
geth --immutabilitythreshold.light=<number>
- Docker images published under
etclabscore/core-geth
.
Trivium Petite (v1.11.10)
- 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).
- Docker images published under
etclabscore/core-geth
.
Idiom Athlete (v1.11.9)
- 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
'svalidate
command (#156). - Adds EIP2537 support for OpenEthereum configuration schema (#157).
- Docker images published under
etclabscore/core-geth
.
Fructose Sweet Drink (v1.11.8)
- 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.
- Docker images published under
etclabscore/core-geth
.
Lexical Tough Think (v1.11.7)
- 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.
- Docker images published under
etclabscore/core-geth
.