Skip to content

Releases: ethereum/go-ethereum

Liquid Fairies (1.1.0) Hotfix 3

10 Sep 09:23
Compare
Choose a tag to compare

This release fixes an important issue related to state handling in block processing.

Liquid Fairies (1.1.0) Hotfix 2

02 Sep 23:02
Compare
Choose a tag to compare

This release is mainly for miners; fixing an important mining strategy with block times.

Liquid Fairies (1.1.0) Hotfix 1

01 Sep 22:41
Compare
Choose a tag to compare

This update fixes an important issue related to block gas tracking.

v1.0.3

01 Sep 22:34
Compare
Choose a tag to compare

This update fixes an important issue related to block gas tracking.

Liquid Fairies (1.1.0)

25 Aug 14:25
Compare
Choose a tag to compare

Imgur

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 #1659
  • EstimateGas reports correct gas consumption #1654
  • attach 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

v1.0.2

22 Aug 10:02
Compare
Choose a tag to compare
cmd/geth: bumped version 1.0.2

Thawing (1.0.1) Hotfix 1

05 Aug 16:50
Compare
Choose a tag to compare

Thawing!

This release includes several bug fixes and improvements and includes the thawing process.

  • Start of thawing process #1578
  • Difficulty adjust scheme #1588
  • Miner transaction sorting #1583
  • Default, community chosen genesis block #1569
  • Crash in chain manager #1568
  • Log number fixes #1545
  • Go 1.5 ready (crypto fix) #1536
  • Fix for eth_call and eth_estimateGas #1534
  • console resend method fix #1461

Frontier (1.0.0)

29 Jul 14:44
Compare
Choose a tag to compare

Frontier

This is the first major and first live-net version of the go-ethereum client geth (1.0.0) and marks a major milestone in the history of Ethereum and the Go Ethereum codebase.

  • Protocol changes:
    • 5 ETH reward per block
    • Target block time upped to 15s
    • Temp hard limit of 5000g
  • Downloader fixes and improvements
  • Mining improvements and state syncing issues resolved
  • Canary fixes
  • License update
  • Genesis loading

Release 0.9.38 - RC2

09 Jul 16:18
Compare
Choose a tag to compare

This is the Frontier RC2 release. This release fixes the following issues:

  • Windows fixes for account creation #1453
  • Syncing DoS protection #1451, #1450
  • web3 update to 0.8.1
  • Possible (though hardly!) chain DoS fixed #1443
  • Miner log events #1439

For a list of changes included in this release please see Frontier RC2.

Release 0.9.36 - Frozen

07 Jul 13:43
Compare
Choose a tag to compare

Frozen

This is version 0.9.36 and is a major release in the history of Ethereum and the Go Ethereum team. This release marks a feature stop and is a pre-release for Frontier :shipit: and will go down in history as the "Frozen" release.

This release improves and fixes the following:

  • Fixes to receipt storage and added RPC getters for the receipts #1399, #1397
  • Bad block reporting #1400
  • Lazy validation for miners #1389
  • Recover tools #1373
  • Massively reduces state size, disk throughput and transaction processing #1396
  • Account management improvements #1283
  • Improved block downloading & implemented Protocol version 61 #1333
  • Web3.js 0.8.0 #1430

For a list of changes included in this release please see Milestone 0.9.36 and Milestone Frontier.