TxPool Breaking Change
--txpool.v2
is enabled by default
- To enable previous implementation use
--txpool.v1
flag
- New pool spec: https://github.com/ledgerwatch/erigon/wiki/Transaction-Pool-Design
- New pool docs: https://github.com/ledgerwatch/erigon/blob/devel/cmd/txpool/readme.md
DB Compatibility Note (only for devel
branch users)
If you use Erigon, compiled from the devel
branch, don't use this release (stable
branch), keep using the devel
branch.
This release contains older MDBX, so it is not compatible with the latest devel
.
Changelog
- This release fixing problem with pending transactions propagation on non-mannet networks.
--txpool.v2
is enabled by default
- bugfixes in headers downloader
- fixes for sync in no discovery mode
- fixes for using peers in the dev mode
--dev.period
option to allow mining of empty blocks in clique
SHA256
reproducible builds in Docker aren't functional at the moment