Releases: ethereum/go-ethereum
Attwater (1.3.2)
This release contains bug fixes and improvements.
Features and improvements
Removed legalese #1993
ABI fixes #1943
Polish protocol gathering #1934
Ongoing core refactor #1917
Added unofficial signTransaction method #1666
Peer download selection algorithm #1953
Bug fixes
Verify recovery ID #1984
Downloader delivery #1980
Downloader ignore list #1960
Arenarius (1.3.1)
This release is a preliminary release to our 2.0 release is already quite packed with new features, optimisations and fixes. For a full list of changes and fixes see the 1.3.0 milestone.
This release also marks a new line of release names. We've chosen the list of rodents starting with the Geomyidae (gophers).
Features and improvements
- Light KDF #1940
- Optimised log filtering #1899
- GPU mining #1869
- Ethereum fast sync, eth/63 #1889
- Implemented testnet #1888
- Preliminary ICAP functions #1887
Bug fixes
More information about the next release can be found on the milestone 1.3.2 page.
Bugfoot (1.2.3) hotfix 2
This release fixes a critical, yet unlikely, bug in the EVM which may cause you to go out of sync due to a state root failure.
More information about the issue can be found in this gist.
Bugfoot (1.2.2) hotfix 1
This release fixes a potential issue with clients getting stuck during chain re-organisation. This is a potential random DOS, triggered on possibly some clients (no full-scale DOS) #1865
This release also fixes an issue with clients syncing on eth/62 occasionally dropping older eth/61 peers, though healthy peers will never drop anyone #1866
Bugfoot (1.2.1)
This release includes mostly bug fixes, optimisations and improvements. For a full list of changes and fixes see the 1.2.0 milestone. Here are the most notable changes:
Improvements & features
- Improved chain re-organisation and adding of missing transactions #1669
- Ethereum Wire Protocol version 62 #1701 ¹
- Added
receiptRoot
to RPCgetBlock
response #1742
Bug fixes
- Fixed
submitHashrate
RPC call #1671 - Solidity compiler API update fixes compatibility issue with latest solc ##1770 and expose solidity errors #1598
- Expose missing
shh_getMessage
#1718 - Fixed crash on unknown blocks (
develop
only) #1842 - Fixed duplication of
nonce
s during fast transaction generation #1662
Notes
¹ While we've been running eth/62 for the last month or so untouched and haven't notices issues, a small local environment is very different from the live network. If you experience any sync problems, you can force geth to sync on the previous eth/61 protocol via --eth=61
.
Liquid Fairies (1.1.0) Hotfix 3
This release fixes an important issue related to state handling in block processing.
Liquid Fairies (1.1.0) Hotfix 2
This release is mainly for miners; fixing an important mining strategy with block times.
Liquid Fairies (1.1.0) Hotfix 1
This update fixes an important issue related to block gas tracking.
v1.0.3
This update fixes an important issue related to block gas tracking.
Liquid Fairies (1.1.0)
This release includes several bug fixes, optimisations and improvements:
Improvements & features
- New VM (JIT enabled) #1490, #1638
- Merged databases to 1 #1604
- REPL
inspect
method added #1667 - REPL ctrl-c, ctrl-d behaviour changed #1658
ethtest
tracing option #1640- REPL NATSPEC/password prompts (user agents) #1635
- Trie improvements #1603, #1594
- Hashrate reporter #1596
Bug fixes
SendTransaction
recipient validation #1610, #1615--olympic
fix #1611- Tx rate limiter (thru locking) #1663
--exec
output fix #1659EstimateGas
reports correct gas consumption #1654attach
reconnectability #1652- Windows REPL improvements and fixes #1642, #1600
- Default extra data changed #1595
- Web3 update #1641
- Removed
fdtrack
message #1694 - TCP/UDP timeout fixes #1689