
Go Ethereum
@go_ethereum
Followers
8K
Following
4
Media
0
Statuses
107
Twitter communication channel for Go Ethereum
Inside the Ether
Joined July 2020
Geth v1.16.3 is out! . This is a maintenance release. It contains a sate history rewrite, new features, fixes for the Osaka devnets, performance improvements, and bug fixes. Release notes: #ethereum #golang.
github.com
What's Changed This is a maintenance release to prepare for the Fusaka release next week. It contains a sate history rewrite, adds new inactive features, fixes for the Osaka devnets, performanc...
3
17
44
Geth v1.16.2 is out! . This is a maintenance release that includes implementations of the Fusaka EIPs, along with.several new features, optimizations, and bug fixes. Release notes: #ethereum #golang.
github.com
This is a maintenance release that includes implementations of the Fusaka EIPs, along with several new features, optimizations, and bug fixes. Upgrading to this version is optional, but feedback f...
0
6
31
Notably, there is also one drawback with the new archive node: eth_getProof is not supported for historical blocks. As this is an early version of the feature, it may contain bugs and will continue to evolve. Use at your own risk, and we greatly appreciate any bug reports!.
By default, Geth will retain state for the most recent 90,000 blocks. If you'd like to preserve a longer history, you can adjust this using the --history.state flag. Geth does not support backfilling pruned states. To restore older state, a full sync is required.
0
1
7
Geth v1.16.0 is out! . This major release introduces path-based archive mode, along with several performance improvements. You can enable archive mode in the default path scheme by setting the flag: --gcmode=archive. Release notes: #ethereum #golang.
github.com
We are proud to present the v1.16.0 release, introducing path-based archive node and several other improvements to the state database implementation. There is also the usual amount of bug fixes and...
0
12
72
Urgent Update for Geth Users!. Attention validators! If you are running Geth v1.15.1, upgrade to v1.15.2 immediately to prevent potential financial loss!. A regression in v1.15.1 can cause block creation failures, leading to missed slots. 🔗 Release Notes
github.com
This release fixes a few regressions. In particular, it restores block building on mainnet, which was broken in v1.15.1. Note: a regression in the Prague fork implementation was discovered and fixe...
0
73
159
RT @vdWijden: 🚨PSA: go-ethereum emergency release🚨. We released v1.14.13 today which fixes an issue introduced in 1.14.0. If you are runnin….
github.com
This is a security release, fixing a vulnerability (CVE-2025-24883). Please update your nodes ASAP. As with all our previous releases, you can find the: Pre-built binaries for all platforms on ou...
0
58
0
Get v1.14.13 is out. This is a security release, fixing a vulnerability (CVE-2025-24883). Please update your nodes. Release notes: #ethereum #golang.
github.com
This is a security release, fixing a vulnerability (CVE-2025-24883). Please update your nodes ASAP. As with all our previous releases, you can find the: Pre-built binaries for all platforms on ou...
0
7
20
Geth v1.14.12 is out. Although no huge features, it's been quite a while since last release and a lot of changes has accumulated. Release notes: #ethereum #golang.
github.com
This release covers quite a lot of time, and has many changes across the codebase. In particular; changes in tracing and account management, optimizations in database, trie and evm, and, as always ...
0
4
22
Geth v1.14.11 out, a very minor release. v1.14.11 mainly exists in order to push new docker images (1.14.10 and 1.14.9 didn't make it into `latest` or `stable`). Please update if you got stuck on older docker versions. #ethereum #golang.
github.com
This is a minor release, with the primary goal of publishing new stable and latest docker images. A problem in the CI pipeline prevented the publishing of docker images. We have now resolved the pr...
1
2
13
Geth v1.14.10 out, a blob pool hotfix release. Our previous release introduced a regression that prevented the pool from discarding included blobs, thus stopped accepting new ones. Please update if you're on v1.14.9 #Ethereum .
github.com
Geth v1.14.10 is a hotfix release to fix a blob pool regression introduced in v1.14.9. Users running the previous bad version should update ASAP. That said, there is no immediate danger to these us...
1
14
35
Geth v1.14.9 out! This is a maintenance release, but also introduces support for the new multicall spec. For details, please check the release notes. #golang #Ethereum .
github.com
This release has been nuked. It broke the blob pool, please do not use it. This is a maintenance release, but also introduces support for the new multicall spec, which is a much anticipated featur...
0
12
40
Geth v1.14.18 out, mostly containing bugfixes across the board. For details, please check the release notes. #golang #Ethereum .
github.com
This is a maintenance release with bug fixes only. Command changes Blobpool related flags in Geth now actually work. (#30203) The evm run command no longer overwrites the sender account in genesis...
0
8
30
Geth v1.14.6 has been released! This update ships with the experimental witness building validation code used in the "cross validation" proposal (.
github.com
Geth v1.14.6 is a maintenance release, but it does ship with the experimental witness building validation code used in @karalabe's "cross validation" proposal. Note that the engine AP...
3
17
32
Geth v1.14.5 has just been released! This update addresses a regression introduced in v1.14.4 that prevented the node from discovering other peers in certain networking setups. #golang #Ethereum.
github.com
Geth v1.14.5 is a hotfix release that addresses a regression introduced in v1.14.4, which prevented the node from discovering other peers in certain networking setups (#29944). It is otherwise iden...
0
6
19
Geth v1.14.4 just out! It features 5-7% faster block import speeds, our old-but-new ether supply tracker and default minimum miner tips dropped from 1 gwei to 0.001 gwei. #golang #Ethereum .
github.com
Geth v1.14.4 in a usual maintenance release, but it does ship a 5-7% block import speed improvement. Furthermore, v1.14.4 also finally includes an Ether supply live tracer, that you can enable via ...
0
13
47
In case you missed it, Geth v1.13.14 and prior had a P2P regression that allowed remote bad actors to trigger a memory blowup, potentially OOMing Geth. This was fixed in Geth v1.13.15; and also all the Geth v1.14.x releases. Please ensure you're safe.
github.com
### Impact A vulnerable node can be made to consume very large amounts of memory when handling specially crafted p2p messages sent from an attacker node. In order to carry out the attack, the...
0
6
25
Geth v1.14.3 out (with v1.14.1 and 1.14.2 elegantly skipped courtesy of CI/PPA misconfigurations)!. The release is a small maintenance release with some block processing and RPC API improvements. #Ethereum.
github.com
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 wonde...
0
9
18
Our next milestone - Geth v1.14.0 - is out!. Pathdb by default, live tracing, beacon light client, no more pre-merge nets, no more pending block and more!. Please read through the release notes carefully, some changes might impact you. #golang #Ethereum.
github.com
Geth v1.14.0 (Asteria) is a major release with some juicy new features as well as some breaking changes. Please read through the release notes before updating to it. Whilst it should not adversely ...
0
19
79
Geth v1.13.15 just out. It is is a maintenance-release that contains some fixes mainly to avoid data-corruption. We recommend all users to upgrade at your earliest convenience. #ethereum #golang.
github.com
Geth v1.13.15 is a maintenance-release that contains some fixes mainly to avoid snapsync-related data-corruption. We recommend all users to upgrade to v1.13.15 as soon as possible. As with all our...
1
11
25