We're issuing this (v1.14.3) release to finally publish v1.14 on the Ubuntu PPA. It is otherwise identical to v1.14.2.
This is a maintenance release containing bug-fixes. In case you are wondering where v1.14.1 (and v1.14.2) went, let's just say, the continuous integration gods have not been good to us.
List of changes in detail:
Geth
When using geth --dev with a custom genesis block, the genesis file must now set difficulty and terminal total difficulty to zero. (#29579)
For fork scheduling errors in geth init, fork timestamps will now be printed correctly. (#29514)
Certain aspects of state handling are now parallelized resulting in a 5-10% speedup for block processing. (#29681)
RPC
eth_feeHistory was changed to apply a limit on the number of requested percentiles (#29644)
eth_createAccessList now honors request cancellation and terminates background work (#29686)
eth_estimateGas takes tx blobs into account for low-balance scenarios (#29703)
Tracing
The live tracing interface has new hooks around EVM system calls (#29355)
flatCallTracer was fixed to return the correct error result when interrupted (#29623)
This is a maintenance release containing bug-fixes. In case you are wondering where v1.14.1 went, let's just say, the continuous integration gods have not been good to us.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/ethereum/go-ethereum from 1.13.14 to 1.14.3.
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
... (truncated)
Commits
ab48ba4
params: release go-ethereum v1.14.3 stable804afb8
.travis.yml: restore PPA condition and bump timeouts (#29742)faff03c
.travis.yml: enable PPA upload on push and fix apt-get command (#29741)1a79f8f
params: begin v1.14.3 release cycle35b2d07
params: release go-ethereum v1.14.2 stableeeb2208
.travis.yml: fix package install on PPA builder14f4228
params: begin v1.14.2 release cycledd09f7e
params: release go-ethereum v1.14.1 stable6154f87
.travis.yml: fix apt-get options (#29734)dd4afb9
.travis.yml: fix install of gcc-multilib (#29733)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show