Releases: ellaism/go-ellaism
Releases · ellaism/go-ellaism
v4.2.1
v4.2.0
This is a feature and bug fix release:
- Improved default logging: a new logging format is enabled by default, being more user-friendly.
- Machine-readable format: use the
--mlog
parameter, you can ask geth to output machine-readable log formats such asplain
,kv
andjson
. - Fix an issue in head sync tracking which can cause peers dropping.
- Fix
GOMAXPROCS
setting allowing better customization. - Fix a bug in the
geth monitor
command for Windows.
v4.1.2
v4.1.1
Bug fixes and stability fixes for Ellaism, including:
- core: avoid recovery deadlock when recovering chaindata with an invalidity not at head.
- geth: --chain command cleans incoming value to sidestep issue when given value contains trailing slash.
- geth: version tag is now shown.
v4.1.0
Merged new features and bug fixes from Geth Classic, including:
- Recoverability and stability for blockchain database.
mlog
machine-readable and event-based logging.- Added
dump
command that allows dumping the full blockchain database. - Please see the Geth Classic release note for more information.
Included specific bug fixes and stability fixes for Ellaism, including:
- Fixed a bug in test where it uses the wrong minimal gas limit.
- Added new startup message for Ellaism.
v4.0.0
This is the initial release of Geth Ellaism forked from Geth Classic.
- Ellaism full support by default.
- Backported bug fixes from Geth Classic.
For more information, see also the Geth Classic v4.0.0 changelog.