Releases: wealdtech/ethereal
Release 2.8.2
This is a maintenance release for Ethereal 2.8.x. Changes in this release include:
- update TTD for ropsten
Release 2.8.1
This is a maintenance release for Ethereal 2.8.x. Changes in this release include:
- allow implicit connection for block info
Release 2.8.0
This is a feature release for Ethereal. This version of Ethereal uses EIP-1559 for its transactions, which has resulted in a number of changes:
- the
--gasprice
and--max-gasprice
options have been removed from relevant transactions - there is a new option
--priority-fee-per-gas
that sets the priority fee paid for transactions. This defaults to 1.5 Gwei - there is a new option
--max-fee-per-gas
that limits the total fee per gas (fee plus priority fee) that will be sent for any transaction. This defaults to 200 Gwei
Use of EIP-1559 streamlines the sending of transactions by not requiring the user to guess a good gas price, which should make transaction-related work easier. Because this is the first release that supports EIP-1559 it is possible that there are user experience issues; please report any issues to the github issues list
Release 2.7.4
v2.7.4 2.7.4
Release 2.7.3
Version 2.7.3.
Release 2.7.1
v2.7.1 2.7.1
Release 2.7.0
This release provides EIP-1559 information for relevant transactions.
Release 2.6.0
This release supports the alternate V3 deposit data.
Release 2.5.0
This release brings support for the Pater beacon chain testnet.
Release 2.4.0
This release brings with it both a docker image and pre-built binaries.