Ethereum's anticipated Dencun hardfork faces delays An In-depth look TLDR Ethereum’s Dencun upgrade delay stems from differing readiness levels between consensus and execution layer developer teams. The Dencun upgrade Click here to view full article
Massive Offloading Of Ethereum, LSD Holdings Ahead Of Shanghai Upgrade On Thursday, October 26, Ethereum client developers confirmed that they won’t be implementing the Dencun upgrade before the year-end. Click here to view full article
Massive Offloading Of Ethereum, LSD Holdings Ahead Of Shanghai Upgrade On Thursday, October 26, Ethereum client developers confirmed that they won’t be implementing the Dencun upgrade before the year-end. Click here to view full article
On October 19, 2023, Ethereum developers gathered over Zoom for All Core Developers Consensus (ACDC) call #120 . Chaired by Ethereum Foundation Researcher Danny Ryan, the ACDC calls are Click here to view full article
Back to the list Ethereum developers are teasing a mainnet shadow hard fork to occur before the release of the Dencun upgrade. According to the latest Ethereum ACDE call Click here to view full article
Ethereum has reached a major milestone in network scalability and utility in cryptocurrency and blockchain technologies. Recent speculations suggest Ethereum developers are preparing for a mainnet shadow hard fork Click here to view full article
Cover image via www.freepik.com Ethereum developers are teasing a mainnet shadow hard fork to occur before the release of the Dencun upgrade. According to the latest Ethereum ACDE call Click here to view full article
A multi-platform staking solution Lido faces its first serious penalty after its validators misbehaved. Lido, a decentralized finance protocol for staking cryptocurrencies, faces a penalty worth 23 ETH (around Click here to view full article
The network participation rate on Ethereum increased to 90% as Devnet-9 closes in on completion. The Dencun testnet could launch before November ends. Ethereum developers had their usual Click here to view full article
Go introduces log/slog in v1.21, a structured logger very similar to the go-ethereum log package. Rather than ignoring the standard-lib, I think it would be nice to create compatibility, Click here to view full article
The anticipated Ethereum upgrade, dubbed Dencun, amalgamating the consensus layer (Deneb) and the execution layer (Cancun), is poised for a likely delay to early next year. The discussions during Click here to view full article
On September 21, 2023, Ethereum developers gathered over Zoom for All Core Developers Consensus (ACDC) call #118 . Chaired by Ethereum Foundation Researcher Danny Ryan, the ACDC calls are Click here to view full article
Comments tomryan01 commented Sep 21, 2023 System information Geth version: 1.13.1-stable CL client & version: geth@v1.13.1 OS & Version: WSL Debian GNU/Linux 12 (bookworm) Expected behaviour geth --ws=false or Click here to view full article
Deploy an Ethereum staking solution with Amazon EKS and Amazon Managed Prometheus and Grafana This repository contains a CDK template for deploying an Ethereum execution client, such as Geth Click here to view full article
The Dencun upgrade had new additions, including a validator reward scheme. Arbitrum, Optimism, and liquid staking protocols may have a role in the next upgrade. Ethereum developers have Click here to view full article
System information Geth version: v1.13.0 CL client & version: lighthouse v4.4.1 OS & Version: Linux I restarted geth while syncing from scratch with --state.sceme=path and this lead (I think) Click here to view full article
Key Points: Ethereum’s Geth client has released version 1.13, featuring a new database model that offers faster Ethereum state storage and proper pruning implementation. This upgrade supports dynamic pruning Click here to view full article
Geth v1.13 comes fairly close on the heels of the 1.12 release family, which is funky, considering it's main feature has been in development for a cool 6 years Click here to view full article
package main import ( "fmt" "github.com/ethereum/go-ethereum/core/rawdb" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/core/state" "github.com/ethereum/go-ethereum/rlp" "github.com/ethereum/go-ethereum/trie" _ "github.com/ethereum/go-ethereum/common" "encoding/binary" _ "github.com/davecgh/go-spew/spew" ) var ( // databaseVerisionKey tracks the current database version. databaseVerisionKey = []byte("DatabaseVersion") // Click here to view full article
Legions EVM Node Security Toolkit Legions is a handy toolkit for (security) researchers poking around EVM (Ethereum Virtual Machine) nodes and smart contracts, now with Click here to view full article
On August 24, 2023, Ethereum core developers gathered over Zoom for their 116th All Core Developers Consensus (ACDC) call . The ACDC calls are a bi-weekly meeting series where Click here to view full article
I have been using the debug_setHead RPC call as a part of my test suites to reset the geth node to a known block after every test. The geth Click here to view full article
System information Geth version: 1.12.0-stable-e501b3b0 CL client & version: prysm v4.0.7 OS & Version: Linux / Ubuntu 20.04.6 LTS Hardware specifications of the system: CPU: 8 cores RAM: 16 Click here to view full article
Thanks to Julian 4 , Fei , Stefanos 6 , Carmine 4 , Barnabé , Davide 1 and Mike 3 for helpful comments on the draft. Introduction On September Click here to view full article
The Optimism network concluded its “Bedrock” upgrade on June 7, reducing deposit times, lowering layer-1 fees and enacting additional security features, according to an announcement from network developer OP Click here to view full article