Sep 13

Viem · client library
Fixed stateOverride being silently dropped by estimateGas in viem/linea — it was destructured into an unused rest object and never serialized onto the linea_estimateGas request, so overrides never re…
Developers ·

Sep 11

Sep 10

Sep 9

Erigon · execution layer client
v3.6.1 is a bugfix and security release recommended for all users. It fixes a downloader regression that could silently replace a valid local snapshot (#23859), a peer-ban bypass that let a banned Ca…

Sep 8

Ethrex · execution layer client
> [!WARNING] > This release bumps the database schema (v3 → v4). The migration runs automatically at startup and rewrites nothing, so upgrading is a plain restart. It does mean a v26 datadir can no l…

Sep 7

Hardhat · framework
This release adds the hardhat-slang-solx plugin, which lets you compile your contracts with our new slang-solx compiler. Read the announcement blog post, or get started with our guide to compiling wi…
Eth Research · forum
YAY! Another fork with 10+ repricing EIPs Just what we needed after the Glamsterdam repricings… Joking aside, repricings are an important piece of the Ethereum roadmap that can have both positive and…
Layer 1 · Maria Inês Silva ·

Sep 5

Sep 4

Sep 3

Sep 2

Lodestar · consensus layer client
Good day Lodestar operators! We've just release v1.47.0 and recommend you upgrade your mainnet and testnet nodes. This one is BIG! We have moved our bls operations to Zig!! :tada::tada: We are super…
Reth · execution layer client
Recovers ExEx WALs with non-contiguous file IDs, preventing startup failures after finalization leaves gaps. Allows networks with dynamically scheduled forks to update their advertised fork filter wi…

Sep 1

Viem · client library
Fixed isHash returning true for odd-length hex strings. size rounds odd-length hex up to the next whole byte, so a 63-character hex string reported a size of 32 and passed the check. isHash now valid…
Developers ·
It is that time of the year in which I post about my personal interests, or rather wish lists, for Ethereum. I have already tried this topic before and will touch on that below, but before we get int…
Sourcify · contract verification
ci: split live creation-tx API tests into their own CI job (#2947) feat: store metadata once per compilation in compiled_contracts_metadata (#2941) Remove blocksScanApi creation-tx fetcher (#2948)
Developers ·
Besu · execution layer client
1357fb3587247b6debcee9998dd145f61f9c82b66f4fbb88c2c892bf9edfb464 besu-26.8.1.zip 0e0ed9cc0d8fa9091081b6c5d4646f15bbf7e33a6eb1e9f7bfb2ef831fe9aaf4 besu-26.8.1.tar.gz

Aug 31

Aug 29

micro-eth-signer · client library
Renamed Transaction#setWholeAmount to setMaxAmount. It no longer bumps maxPriorityFeePerGas to burn the remainder (burnRemaining option removed): fee fields are preserved, so a lower actual fee leave…
Developers ·

Aug 28

Nimbus · consensus layer client
The Nimbus consensus client v26.8.0 is a medium-urgency release with additional beacon API support. Because it enables QUIC gossip support, it listens on a new UDP port, by default 9001 and configura…
Staking · · in weekly #38
Foundry · framework
Foundry v1.8.1 is a patch release on top of v1.8.0 that fixes regressions in dynamic test linking, Polygon PoS forks, npm remapping auto-detection, linting, and fork endpoint discovery. It also remov…
Developers ·

Aug 27

noble-ciphers · library
ChaCha / Salsa: reject output buffers that partially overlap unread input PRG: using after clean now throws Webcrypto: snapshot keys and params FF1: sizing for very large domains
Developers ·
Foundry · framework
Foundry v1.8.0 ships an opt-in preview of native symbolic testing, mutation testing, and major fuzzing and invariant improvements, while making isolate mode and dynamic test linking the defaults. It…
Hardhat · framework
This release includes two highlights: improved Solidity Test compilation speed through a porting of our inline configuration parsing to Rust, and bumps of our default templates to Solidity 0.8.34.

Aug 26

Viem · client library
Breaking (viem/tempo): Renamed Abis.abis to Abis.all and expanded the aggregate with Earn and Zone ABIs.
Developers ·
Revm · library
REVM v116 brings every publishable workspace crate to version 43.0.0. This release aligns the implementation with Glamsterdam devnet-8, adds asynchronous database execution, and includes correctness…

Aug 25

Aug 24

Erigon · execution layer client
Erigon 3.6.0 is headlined by more reliable Caplin block production, pruned nodes reclaiming old snapshots, and plain commitment snapshots, with leaner state access and maintenance throughout. Most 3.…
Staking ·