Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
883 commits
Select commit Hold shift + click to select a range
ec99444
core/overlay: copy BaseRoot in TransitionState.Copy (#32613)
Galoretka Sep 15, 2025
4824942
core/txpool/blobpool: filter blob txs with sidecar version (#32577)
cskiraly Sep 15, 2025
df0bd89
core/txpool/blobpool: migrate billy to new slot size (#31966)
MariusVanDerWijden Sep 15, 2025
791e9fb
rlp: remove duplicate optionalAndTailField test case (#32614)
radik878 Sep 15, 2025
6924eea
eth/catalyst: allow fcuV3 for BPO forks (#32615)
fjl Sep 15, 2025
89f364f
go.mod: add tool section in module file (#32598)
markya0616 Sep 15, 2025
b05fe4a
cmd/keeper: add the keeper zkvm guest program (#32543)
gballet Sep 15, 2025
e48242b
cmd/evm/internal/t8ntool: use ApplyTransaction instead of ApplyMessag…
fjl Sep 16, 2025
0dc986b
chore(superchain-registry): bump version for addresses cleanup (#672)
serpixel Sep 16, 2025
b51c72e
eth/downloader: Fix deposit receipt correction (#680)
sebastianst Sep 16, 2025
b340103
core/tracing: remove unnecessary 'copy' field skip in TestAllHooksCal…
VolodymyrBg Sep 16, 2025
3589c0d
p2p/discover: expose timeout in lookupFailed
cskiraly Sep 16, 2025
110b4e1
core/rawdb: fix typo in TestWriteAncientHeaderChain (#32587)
VolodymyrBg Sep 16, 2025
03b77d1
core/stateless: API methods to get execution witness of block
gballet Sep 16, 2025
6a7f64e
core/vm: use go-bigmodexpfix for modexp (#32576)
fjl Sep 16, 2025
de9fb97
revert to using table parameter
cskiraly Sep 17, 2025
a4c9b34
p2p/discover: add waitForNodes
cskiraly Sep 17, 2025
5ae61f9
go.mod: update c-kzg (#32639)
MariusVanDerWijden Sep 17, 2025
f6ba50b
go.mod: update go-eth-kzg (#32640)
MariusVanDerWijden Sep 17, 2025
2d3704c
core/stateless: add vmwitnessstats cli flag to report leaf stats + lo…
gballet Sep 17, 2025
21769f3
triedb/pathdb: generalize the history indexer (#32523)
rjl493456442 Sep 17, 2025
fda09c7
trie: add sub-trie iterator support (#32520)
samuelarogbonlo Sep 17, 2025
6492751
cmd/keeper: disable GC for zkvm execution (#32638)
gballet Sep 17, 2025
fa03b26
all: Introduce feature toggles for Jovian (#677)
geoknee Sep 17, 2025
1640202
Remove approval hold job from release workflow (#683)
raffaele-oplabs Sep 17, 2025
339cae8
core: fix fork readiness log (#32623)
lightclient Sep 18, 2025
8a171dc
core/rawdb: report truncateErr in concurrent truncate failure (#32651)
GarmashAlex Sep 18, 2025
ab95477
build: update to execution-spec-tests v5.0.0 (#32592)
fjl Sep 18, 2025
2a82964
eth/catalyst, beacon/engine: enable BPO and Osaka on stateless APIs (…
rjl493456442 Sep 18, 2025
dce511c
eth/filters, cmd: add config of eth_getLogs address limit (#32327)
hlongvu Sep 18, 2025
b9e2eb5
beacon/config: fix LoadForks with non-string values (#32609)
klim0v Sep 18, 2025
2b3d617
internal/ethapi: skip tx gas limit check for calls (#32641)
fjl Sep 19, 2025
b08b629
beacon/blsync: test validated finality (#32633)
zsfelfoldi Sep 19, 2025
9b730e1
core/state: add missing address key in state_object log (#32676)
Galoretka Sep 19, 2025
103b8b2
crypto/bn256: switch to gnark again (#32659)
MariusVanDerWijden Sep 19, 2025
1601f39
core/txpool/blobpool: remove conversion in GetBlobs (#32578)
cskiraly Sep 19, 2025
64c6de7
p2p: using testing.B.Loop (#32664)
cuiweixie Sep 19, 2025
d41dc92
core/state: using testing.B.Loop (#32658)
cuiweixie Sep 19, 2025
3ebb143
eth: using testing.B.Loop (#32657)
cuiweixie Sep 19, 2025
9b1896b
log: using testing.B.Loop (#32663)
cuiweixie Sep 19, 2025
0758a56
core: using testing.B.Loop (#32662)
cuiweixie Sep 19, 2025
79a4f76
core/vm: using testing.B.Loop (#32660)
cuiweixie Sep 19, 2025
e35c628
core/types: using testing.B.Loop (#32643)
cuiweixie Sep 19, 2025
a499a11
crypto: using testing.B.Loop (#32645)
cuiweixie Sep 19, 2025
c7eb376
fix: correct typo in TestMustParseUint64Panic error message (#32648)
CreeptoGengar Sep 19, 2025
f770ec1
common, eth: remove duplicate test cases (#32624)
zach871 Sep 19, 2025
b62e034
core/rawdb: fix bad blocks sorted failure message to map index→number…
MozirDmitriy Sep 19, 2025
fd65f56
params: update config description links to new format (#32681)
lightclient Sep 20, 2025
684f0db
core/txpool/blobpool: introduce sidecar conversion for legacy blob tr…
rjl493456442 Sep 20, 2025
4414e28
go.work.sum: add to repo (#32677)
lightclient Sep 20, 2025
479b803
core/state: fix committed-state expectations in StateDB tests (#32678)
GarmashAlex Sep 22, 2025
ada2db4
triedb/pathdb: move head truncation log (#32649)
rjl493456442 Sep 22, 2025
aa37bd0
cmd, tests: fix snapshot dump and export-preimages (#32650)
rjl493456442 Sep 22, 2025
24c89af
all: Merge go-ethereum v1.16.3 (#686)
geoknee Sep 19, 2025
1597d58
go.work, build: remove workspace file (#32699)
fjl Sep 22, 2025
2872242
cmd/era: fix iterator error source handling in checkAccumulator (#32698)
MozirDmitriy Sep 22, 2025
2b5718f
cmd/evm/internal/t8ntool: fix nil pointer dereference in Osaka blob g…
bshastry Sep 23, 2025
8dfd30f
core/txpool/blobpool: add legacy sidecar conversion in reinject (#32688)
rjl493456442 Sep 23, 2025
1cd0048
accounts/keystore: use runtime.AddCleanup (#32610)
cuiweixie Sep 23, 2025
4074f74
internal/ethapi: fix merge transition in eth_simulate (#32616)
deffrian Sep 23, 2025
51614a3
Merge pull request #686 from ethereum-optimism/gk/upstream-merge/v1.1…
geoknee Sep 23, 2025
48c74f4
trie: align AllFFPrefix test assertion and message (#32719)
VolodymyrBg Sep 24, 2025
15a94b4
build: module-aware FindMainPackages (#32736)
fjl Sep 24, 2025
bc45154
miner: default gaslimit 60M (#32734)
fjl Sep 24, 2025
ad55a3e
core/txpool/blobpool: fork boundary conversion 3 (#32716)
fjl Sep 24, 2025
7ed17f1
trie: fix TestOneElementProof expected value message (#32738)
radik878 Sep 25, 2025
1c706d1
accounts/keystore: use ticker to avoid timer allocations (#32732)
viktorking7 Sep 25, 2025
7611f35
accounts/abi/bind: fix data race in TestWaitDeployedCornerCases (#32740)
hero5512 Sep 25, 2025
965ffff
all: add bpo1 and bpo2 overrides (#32737)
lightclient Sep 25, 2025
89158aa
core/txpool/blobpool: convert and add one-by-one (#32718)
cskiraly Sep 25, 2025
ad484fc
build: upgrade to execution-spec-tests v5.1.0 (#32742)
fjl Sep 25, 2025
bacc150
core/txpool: add eip2681 check for incoming transactions (#32726)
jsvisa Sep 25, 2025
7d8ccdd
all: refactor to use builtin max/min (#32694)
cuiweixie Sep 25, 2025
0977a02
params: schedule Osaka/BPO1/BPO2 for testnets (#32735)
fjl Sep 25, 2025
b964b65
version: release go-ethereum v1.16.4 stable
fjl Sep 25, 2025
41714b4
Merge branch 'master' into release/1.16
fjl Sep 25, 2025
b1eb33c
version: begin v1.16.5 release cycle
fjl Sep 26, 2025
a8f7965
internal/ethapi: fix outdated comments (#32751)
wit765 Sep 26, 2025
2e2fece
ethapi: reject oversize storage keys before hex decode (#32750)
MatusKysel Sep 26, 2025
16b735f
signer/core: fix TestSignTx to decode res2 (#32749)
VolodymyrBg Sep 26, 2025
8e87b75
trie: correct error messages for UpdateStorage operations (#32746)
MozirDmitriy Sep 26, 2025
c984d90
eth/tracers/native: add keccak256preimage tracer (#32569)
draganm Sep 26, 2025
b19452d
params: add amsterdam fork config (#32687)
MariusVanDerWijden Sep 26, 2025
943a30d
build: remove duplicated func FileExist (#32768)
cuiweixie Sep 29, 2025
265db06
eth/catalyst: check osaka in engine_getBlobsV1 (#32731)
jsvisa Sep 29, 2025
c5a1c35
trie: fix error message in test (#32772)
VolodymyrBg Sep 29, 2025
4b08020
internal/ethapi: remove redundant check in test (#32760)
GarmashAlex Sep 29, 2025
46b7e78
cmd/evm/internal/t8ntool: panic on database corruption (#32776)
CPerezz Sep 29, 2025
ea28346
params: fix bpo config comments (#32755)
lightclient Sep 29, 2025
1cfe624
core/rawdb: update comments (#32668)
VolodymyrBg Sep 29, 2025
891bbad
params: implement String() method for ChainConfig (#32766)
futreall Sep 29, 2025
01d0ce0
params: add blob config information in the banner (#32771)
rjl493456442 Sep 30, 2025
c1e9d78
core/txpool: remove unused signer field from TxPool (#32787)
MozirDmitriy Sep 30, 2025
2037c53
core/state: correct expected value in TestMessageCallGas (#32780)
Galoretka Sep 30, 2025
6f8e28b
go.mod, cmd/keeper/go.mod: upgrade victoria metrics dependency (#32720)
gballet Sep 30, 2025
a09f538
params: add bpo forks to eth_config (#32579)
lightclient Sep 11, 2025
5eee1ea
params: schedule Osaka/BPO1/BPO2 for testnets (#32735)
fjl Sep 25, 2025
9986270
eth/catalyst: extend payloadVersion support to osaka/post-osaka forks…
yysung1123 Sep 30, 2025
f9756bb
p2p: fix error message in test (#32804)
zach871 Sep 30, 2025
bb00d26
signer/core: fix error message in test (#32807)
zach871 Sep 30, 2025
1487a85
params: fix banner message (#32796)
zach871 Sep 30, 2025
0576671
core/types, trie: reduce allocations in derivesha (#30747)
holiman Oct 1, 2025
8da5bf0
core,params: cherry pick upstream PRs needed for Fusaka defence on Se…
sebastianst Oct 1, 2025
f0dc47a
p2p/enode: fix discovery AyncFilter deadlock on shutdown (#32572)
zzzckck Oct 2, 2025
fc8c8c1
core: refactor StateProcessor to accept ChainContext interface (#32739)
hero5512 Oct 2, 2025
4927e89
p2p/enode: fix asyncfilter comment (#32823)
cskiraly Oct 2, 2025
1e4b39e
trie: cleaner array concatenation (#32756)
hero5512 Oct 2, 2025
477ee58
internal/ethapi: add timestamp to logs in eth_simulate (#32831)
deffrian Oct 6, 2025
ee30982
build: faster gh actions workflow, no ubuntu on appveyor (#32829)
s1na Oct 7, 2025
d67037a
cmd/devp2p/internal/ethtest: update to PoS-only test chain (#32850)
fjl Oct 8, 2025
168d699
core/rawdb: remove duplicated type storedReceiptRLP (#32820)
sashass1315 Oct 8, 2025
064ab70
eth/protocols/eth: use BlockChain interface in Handshake (#32847)
ngotchac Oct 8, 2025
e42af53
cmd/devp2p/internal/ethtest: accept responses in any order (#32834)
flcl42 Oct 8, 2025
695c144
core/rawdb: correct misleading comments for state history accessors (…
phrwlk Oct 9, 2025
a1b8e48
eth/filters: terminate pending tx subscription on error (#32794)
CertiK-Geth Oct 9, 2025
1120855
eth/filters: add `transactionReceipts` subscription (#32697)
10gic Oct 9, 2025
4d6d5a3
core/txpool/legacypool: fix validTxMeter to count transactions (#32845)
cskiraly Oct 10, 2025
ed264a1
eth/protocols/snap: optimize incHash (#32748)
cuiweixie Oct 10, 2025
de24450
core/rawdb, triedb/pathdb: introduce trienode history (#32596)
rjl493456442 Oct 10, 2025
659342a
ethclient: add SubscribeTransactionReceipts (#32869)
10gic Oct 10, 2025
a3aae29
node: fix error condition in gzipResponseWriter.init() (#32896)
lukema95 Oct 13, 2025
2010781
core/types: optimize MergeBloom by using bitutil (#32882)
cuiweixie Oct 13, 2025
85e9977
p2p: rm unused var seedMinTableTime (#32876)
jsvisa Oct 13, 2025
bc0a21a
eth/filters: uninstall subscription in filter apis on error (#32894)
hyeonLewis Oct 13, 2025
a7359ce
triedb, core/rawdb: implement the partial read in freezer (#32132)
jsvisa Oct 13, 2025
5c6ba6b
p2p/enode: optimize LogDist (#32887)
cuiweixie Oct 13, 2025
b87581f
p2p/enode: optimize DistCmp (#32888)
cuiweixie Oct 13, 2025
7b693ea
core/txpool/legacypool: move queue out of main txpool (#32270)
MariusVanDerWijden Oct 13, 2025
b28241b
cmd/workload: filter fuzzer test (#31613)
zsfelfoldi Oct 13, 2025
6337577
p2p/discover: wait for bootstrap to be done (#32881)
jsvisa Oct 13, 2025
52c484d
triedb/pathdb: catch int conversion overflow in 32-bit (#32899)
gballet Oct 14, 2025
00f6f2b
eth/catalyst: remove useless log on enabling Engine API (#32901)
cskiraly Oct 14, 2025
fb8d229
eth: do not warn on switching from snap sync to full sync (#32900)
cskiraly Oct 14, 2025
e03d97a
core/txpool/legacypool: fix pricedList updates (#32906)
rjl493456442 Oct 14, 2025
55a5320
accounts/abi: check presence of payable fallback or receive before pr…
cuiweixie Oct 14, 2025
f6064f3
internal/ethapi: convert legacy blobtx proofs in sendRawTransaction (…
fjl Oct 14, 2025
91c6a04
core,miner,parms: DA footprint block limit (constant gas scalar) (#655)
sebastianst Oct 14, 2025
ded9c88
all: Make DA footprint gas scalar configurable (#675)
joshklop Oct 14, 2025
3cfc334
rpc: fix flaky test TestServerWebsocketReadLimit (#32889)
mishraa-G Oct 15, 2025
40505a9
eth/protocols/eth: reject message containing duplicated txs and drop …
jsvisa Oct 15, 2025
7c107c2
p2p/discover: remove hot-spin in table refresh trigger (#32912)
fjl Oct 15, 2025
32ccb54
version: release go-ethereum v1.16.5 stable
fjl Oct 16, 2025
737ffd1
Merge branch 'master' into release/1.16
fjl Oct 16, 2025
367b5fb
version: begin v1.16.6 release cycle
fjl Oct 16, 2025
5c6d276
core/types: implement operator fee fix (Jovian) (#696)
geoknee Oct 16, 2025
5c53507
cmd/geth: log current key in expandVerkle instead of keylist[0] (#32689)
Galoretka Oct 16, 2025
e061c29
consensus/beacon: Fix OP Legacy header verification dispatch (#697)
sebastianst Oct 16, 2025
c37bd67
ethclient: add support for eth_simulateV1 (#32856)
hero5512 Oct 16, 2025
ff54ca0
internal/ethapi: add eth_SendRawTransactionSync (#32830)
aodhgan Oct 16, 2025
b373d79
core/state: state copy bugfixes with Verkle Trees (#31696)
yazzaoui Oct 16, 2025
0a2c21a
eth/ethconfig : fix eth generate config (#32929)
ucwong Oct 17, 2025
342285b
eth, internal: add blob conversion for SendRawTransactionSync (#32930)
rjl493456442 Oct 17, 2025
6658a36
all: Store DA footprint in blob gas used header field (#694)
sebastianst Oct 17, 2025
0ec6327
cmd/utils: use maximum uint64 value for receipt chain insertion (#32934)
CertiK-Geth Oct 18, 2025
a9e6626
eth/fetcher: add metrics for tracking slow peers (#32964)
healthykim Oct 20, 2025
88576c5
eth/fetcher: remove dangling peers from alternates (#32947)
healthykim Oct 20, 2025
11c0fb9
triedb/pathdb: fix index out of range panic in decodeSingle (#32937)
hero5512 Oct 20, 2025
69df6bb
core/types: prealloc map in HashDifference as in TxDifference (#32946)
cuiweixie Oct 20, 2025
cfb3111
eth/filters: avoid rebuild the hash map multi times (#32965)
mask-pp Oct 20, 2025
b6a4ac9
core/vm: don't call SetCode after contract creation if initcode didn'…
jwasinger Oct 20, 2025
b1809d1
cmd/keeper: use the ziren keccak precompile (#32816)
gballet Oct 20, 2025
b81f03e
params: enable osaka on dev mode (#32917)
MariusVanDerWijden Oct 20, 2025
d73bfeb
core/txpool: Initialize journal writer for tx tracker (#32921)
KyrinCode Oct 21, 2025
79b6a56
core/state: prevent SetCode hook if contract code is not changed (#32…
rjl493456442 Oct 21, 2025
0a8b820
triedb/pathdb: make batch with pre-allocated size (#32914)
rjl493456442 Oct 21, 2025
407d9fa
cmd/geth: add flag to set genesis (#32844)
lightclient Oct 21, 2025
6608a2a
core/types: remove unused `ErrInvalidTxType` var (#32989)
cuiweixie Oct 21, 2025
3b80752
core/state: fix the flaky TestSizeTracker (#32993)
jsvisa Oct 22, 2025
116c916
cmd/devp2p: distinguish the jwt in devp2p and geth (#32972)
jsvisa Oct 22, 2025
f31eb35
all: update c-kzg-4844 to 2.1.5 (#702)
joshklop Oct 22, 2025
f305011
superchain: update scr import to include worldchain-sepolia isthmus t…
bitwiseguy Oct 22, 2025
2bb3d9a
p2p: silence on listener shutdown (#33001)
jsvisa Oct 23, 2025
030cd2d
cmd/utils: use IsHexAddress method (#32997)
mask-pp Oct 23, 2025
f1be215
crypto: implement ziren keccak state (#32996)
gballet Oct 23, 2025
0413af4
rpc: fix a flaky test of the websocket (#33002)
jsvisa Oct 23, 2025
6706f93
core: add gauge metrics + histograms for block gas used and blob gas …
geoknee Oct 24, 2025
53c85da
eth/tracers: fix crasher in TraceCall with BlockOverrides (#33015)
hero5512 Oct 24, 2025
074d7b7
.gitea/workflows, build: add release build for keeper (#32632)
gballet Oct 24, 2025
17e5222
build: fix keeper build (#33018)
fjl Oct 24, 2025
96738d2
superchain: update scr import to include jovian activation timestamp …
bitwiseguy Oct 24, 2025
cfa3b96
core/rawdb, triedb/pathdb: re-structure the trienode history header (…
rjl493456442 Oct 25, 2025
7fb91f3
rpc: remove unused vars (#33012)
rizkyikiw42 Oct 26, 2025
078a5ec
core/state: improve accessList copy (#33024)
cuiweixie Oct 26, 2025
447b5f7
core: don't modify the shared chainId between tests (#33020)
jsvisa Oct 27, 2025
33dbd64
core/types: optimize modernSigner.Equal (#32971)
cuiweixie Oct 27, 2025
a19e6a1
Add new precompile limits for Jovian (#709)
pauldowman Oct 27, 2025
b1db341
core: refine condition for using legacy chain freezer directory (#33032)
jsvisa Oct 28, 2025
59d08c6
internal/jsre: pass correct args to setTimeout/setInterval callbacks …
anim001k Oct 28, 2025
739f6f4
.github: add 32-bit CI targets (#32911)
gballet Oct 28, 2025
0a1c7b4
superchain: Update for new Jovian timestamps (#712)
sebastianst Oct 28, 2025
4fd8b05
core/types: Populate Jovian receipt fields (#710)
sebastianst Oct 28, 2025
ae37b49
accounts/abi/bind/v2: fix error assertion in test (#33041)
alarso16 Oct 29, 2025
5dd0fe2
p2p: cleanup v4 if v5 failed (#33005)
jsvisa Oct 29, 2025
ccacbd1
common: simplify FileExist helper (#32969)
MamunC0der Oct 30, 2025
243407a
eth/downloader: fix incorrect waitgroup in test `XTestDelivery` (#33047)
wit765 Oct 30, 2025
e6d34c1
eth/tracers: fix prestateTracer for EIP-6780 SELFDESTRUCT (#33050)
hero5512 Oct 31, 2025
18a9027
common: fix duration comparison in PrettyAge (#33064)
maradini77 Nov 1, 2025
28c59b7
core/rawdb: fix db inspector by supporting trienode history (#33087)
rjl493456442 Nov 3, 2025
0250724
params: set osaka and BPO1 & BPO2 mainnet dates (#33063)
MariusVanDerWijden Nov 3, 2025
044828e
version: release go-ethereum v1.16.6
fjl Nov 3, 2025
386c3de
Merge branch 'master' into release/1.16
fjl Nov 3, 2025
5b77af3
version: begin v1.16.7 release cycle
fjl Nov 3, 2025
37ffc0c
core/txpool/blobpool: migrate billy to new slot size (#31966)
MariusVanDerWijden Sep 15, 2025
3e7dd84
params: set osaka and BPO1 & BPO2 mainnet dates (#33063)
MariusVanDerWijden Nov 3, 2025
67232ee
Merge pull request #715 from ethereum-optimism/joshklop/fusaka-mainnet
sebastianst Nov 3, 2025
9a4dd63
superchain: update for new Jovian timestamps (#716)
joshklop Nov 3, 2025
653f8d4
go.mod: update to c-kzg v2.1.5 (#33093)
MariusVanDerWijden Nov 4, 2025
07129d2
version: release go-ethereum v1.16.7 stable
fjl Nov 4, 2025
b9f3a3d
Merge branch 'master' into release/1.16
fjl Nov 4, 2025
aa94053
triedb/pathdb: sync ancient store before journal (#32557) (#718)
joshklop Nov 5, 2025
020b543
ci: add GitHub Actions workflow to build, attest and sign op-geth doc…
falcorocks Nov 13, 2025
d401af1
eth, cmd: add RollupNetrestrictTxPoolGossipFlag and RollupTxPoolTrust…
nonsense Nov 13, 2025
dd0018b
downloader: skip blobGasUsed check for optimism chains on Jovian (#723)
geoknee Nov 13, 2025
904a088
superchain: update for new Jovian timestamps (#724)
joshklop Nov 13, 2025
3d483a3
Merge go-ethereum v1.16.4
joshklop Nov 17, 2025
d092a02
Merge go-ethereum v1.16.4 (#689)
joshklop Nov 19, 2025
ba6bdcf
jovian: remove feature toggles (#703)
geoknee Dec 8, 2025
b310913
Add test and comments for new Jovian precompile input size limits (#731)
pauldowman Dec 8, 2025
f9a12b4
dockerfile: pin to alpine 3.22 (#737)
bitwiseguy Dec 18, 2025
6cbfcd5
Update superchain registry (#736)
joshklop Dec 18, 2025
b574afa
params: Set JovianTime to zero in OptimismTestConfig (#742)
geoknee Jan 6, 2026
e482612
Fix `eth_simulateV1` after Jovian fork (#732)
kustrun Jan 8, 2026
000ef84
Run go run build/ci.go check_generate (#741)
joshklop Jan 9, 2026
733bb5b
consensus/misc/eip1559: Improve Holocene EIP-1559 params checks (#743)
sebastianst Jan 9, 2026
8d07f9b
Merge go-ethereum v1.16.5
joshklop Nov 19, 2025
f0ca9ea
all: Merge go-ethereum v1.16.5 (#726)
joshklop Jan 9, 2026
8ecb686
version: begin v1.16.8 release cycle
fjl Nov 4, 2025
fdfd123
core/txpool: drop peers on invalid KZG proofs
MariusVanDerWijden Dec 19, 2025
638741b
crypto/ecies: use aes blocksize
lightclient Jan 9, 2026
ce43eb9
version: release go-ethereum v1.16.8 stable
fjl Jan 13, 2026
abeb78c
Merge branch 'dos-fixes' into release/1.16
fjl Jan 13, 2026
f03d103
all: reduce diff to upstream (#748)
joshklop Jan 13, 2026
d78d84f
miner: fix flaky TestInteropTxRejectedWithFailsafe test (#752)
joshklop Jan 19, 2026
a2d847e
Merge go-ethereum v1.16.6
joshklop Nov 20, 2025
3918425
all: Merge go-ethereum v1.16.6 (#727)
joshklop Jan 19, 2026
3872b6c
Merge go-ethereum v1.16.7
joshklop Nov 20, 2025
30d4184
Merge go-ethereum v1.16.7 (#728)
joshklop Jan 19, 2026
109ee12
Merge go-ethereum v1.16.8
joshklop Jan 19, 2026
32cc3b8
all: Merge go-ethereum v1.16.8 (#751)
joshklop Jan 19, 2026
61bf1ef
miner: fix flaky TestDAFilters tests (#753)
joshklop Jan 19, 2026
c277d67
Bump fork.yaml ref to v1.16.8 (#760)
sebastianst Feb 2, 2026
e2efe7e
sync-superchain: use yq instead of dasel (#762)
ajsutton Feb 3, 2026
abacd5d
crypto/ecies: fix ECIES invalid-curve handling (#33669)
fengjian Jan 29, 2026
8edf2d0
crypto/secp256k1: fix coordinate check
fjl Feb 17, 2026
fe714d9
version: release go-ethereum v1.16.9
fjl Feb 17, 2026
0ab188d
consensus/beacon: validate optimism params in Extra (#766)
nonsense Feb 17, 2026
0c840df
all: Merge go-ethereum v1.16.9 (#765)
sebastianst Feb 17, 2026
61410ad
Merge tag 'v1.101609.0' of https://github.com/ethereum-optimism/op-ge…
ClaytonNorthey92 Feb 19, 2026
dc13299
- Align BTC block P2P messages with existing production; pending P2P …
max-sanchez Feb 20, 2026
6f5db22
Fix test
max-sanchez Feb 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ orbs:
parameters:
go_version:
type: string
default: 1.23.8 # update CI Go version here
default: 1.25.1 # update CI Go version here

commands:
gcp-oidc-authenticate:
Expand Down Expand Up @@ -194,6 +194,8 @@ jobs:
- checkout
- run:
command: go run build/ci.go lint
- run:
command: go run build/ci.go check_generate
tidy-geth:
resource_class: small
docker:
Expand All @@ -208,8 +210,8 @@ jobs:
steps:
- checkout
- run:
name: install dasel
command: go install github.com/tomwright/dasel/v2/cmd/dasel@v2.8.1
name: install yq
command: go install github.com/mikefarah/yq/v4@v4.44.1
- run:
name: generate artifact and check diff
command: |
Expand Down
21 changes: 21 additions & 0 deletions .gitea/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,27 @@ jobs:
LINUX_SIGNING_KEY: ${{ secrets.LINUX_SIGNING_KEY }}
AZURE_BLOBSTORE_TOKEN: ${{ secrets.AZURE_BLOBSTORE_TOKEN }}

keeper:
name: Keeper Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.24
cache: false

- name: Install cross toolchain
run: |
apt-get update
apt-get -yq --no-install-suggests --no-install-recommends install gcc-multilib

- name: Build (amd64)
run: |
go run build/ci.go keeper -dlgo

windows:
name: Windows Build
runs-on: "win-11"
Expand Down
24 changes: 24 additions & 0 deletions .github/workflows/op-geth.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: op-geth

on:
push:

jobs:
build:
uses: ethereum-optimism/factory/.github/workflows/docker-build.yaml@c8bcfc1a537d01a005a09276b1b673dca9132540
with:
image_name: ${{ github.workflow }}
context: .
dockerfile: Dockerfile
platforms: linux/amd64,linux/arm64
gcp_project_id: ${{ vars.GCP_PROJECT_ID_OPLABS_TOOLS_ARTIFACTS }}
gcp_registry: us-docker.pkg.dev/oplabs-tools-artifacts/oss
build_args: |
VERSION=${{ github.ref_type == 'tag' && github.ref_name || '' }}
COMMIT=${{ github.sha }}
BUILDNUM=${{ github.run_number }}
permissions:
contents: read
id-token: write
attestations: write

3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
cache: true
check-latest: true


- name: "clone submodules"
run: git submodule update --init --recursive

# tests are not currently reliable; we need to add testing packages
# back in, one by one
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ cmd/ethkey/ethkey
cmd/evm/evm
cmd/geth/geth
cmd/rlpdump/rlpdump
cmd/workload/workload
cmd/workload/workload
cmd/keeper/keeper
2 changes: 1 addition & 1 deletion Dockerfile.alltools
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG VERSION=""
ARG BUILDNUM=""

# Build Geth in a stock Go builder container
FROM golang:1.24-alpine AS builder
FROM golang:1.24-alpine3.22 AS builder

RUN apk add --no-cache gcc musl-dev linux-headers git

Expand Down
6 changes: 3 additions & 3 deletions accounts/abi/abigen/bind_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -485,13 +485,13 @@ var bindTests = []struct {
contract Defaulter {
address public caller;

function() {
fallback() external payable {
caller = msg.sender;
}
}
`,
[]string{`6060604052606a8060106000396000f360606040523615601d5760e060020a6000350463fc9c8d3981146040575b605e6000805473ffffffffffffffffffffffffffffffffffffffff191633179055565b606060005473ffffffffffffffffffffffffffffffffffffffff1681565b005b6060908152602090f3`},
[]string{`[{"constant":true,"inputs":[],"name":"caller","outputs":[{"name":"","type":"address"}],"type":"function"}]`},
[]string{`608060405234801561000f575f80fd5b5061013d8061001d5f395ff3fe608060405260043610610021575f3560e01c8063fc9c8d391461006257610022565b5b335f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055005b34801561006d575f80fd5b5061007661008c565b60405161008391906100ee565b60405180910390f35b5f8054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f6100d8826100af565b9050919050565b6100e8816100ce565b82525050565b5f6020820190506101015f8301846100df565b9291505056fea26469706673582212201e9273ecfb1f534644c77f09a25c21baaba81cf1c444ebc071e12a225a23c72964736f6c63430008140033`},
[]string{`[{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"caller","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"}]`},
`
"math/big"

Expand Down
11 changes: 9 additions & 2 deletions accounts/abi/bind/v2/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ func NewBoundContract(address common.Address, abi abi.ABI, caller ContractCaller
}
}

// Address returns the deployment address of the contract.
func (c *BoundContract) Address() common.Address {
return c.address
}

// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
Expand Down Expand Up @@ -272,8 +277,10 @@ func (c *BoundContract) RawCreationTransact(opts *TransactOpts, calldata []byte)
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (c *BoundContract) Transfer(opts *TransactOpts) (*types.Transaction, error) {
// todo(rjl493456442) check the payable fallback or receive is defined
// or not, reject invalid transaction at the first place
// Check if payable fallback or receive is defined
if !c.abi.HasReceive() && !(c.abi.HasFallback() && c.abi.Fallback.IsPayable()) {
return nil, fmt.Errorf("contract does not have a payable fallback or receive function")
}
return c.transact(opts, &c.address, nil)
}

Expand Down
62 changes: 42 additions & 20 deletions accounts/abi/bind/v2/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,22 +100,29 @@ func TestWaitDeployed(t *testing.T) {
}

func TestWaitDeployedCornerCases(t *testing.T) {
backend := simulated.NewBackend(
types.GenesisAlloc{
crypto.PubkeyToAddress(testKey.PublicKey): {Balance: big.NewInt(10000000000000000)},
},
var (
backend = simulated.NewBackend(
types.GenesisAlloc{
crypto.PubkeyToAddress(testKey.PublicKey): {Balance: big.NewInt(10000000000000000)},
},
)
head, _ = backend.Client().HeaderByNumber(t.Context(), nil) // Should be child's, good enough
gasPrice = new(big.Int).Add(head.BaseFee, big.NewInt(1))
signer = types.LatestSigner(params.AllDevChainProtocolChanges)
code = common.FromHex("6060604052600a8060106000396000f360606040526008565b00")
ctx, cancel = context.WithCancel(t.Context())
)
defer backend.Close()

head, _ := backend.Client().HeaderByNumber(context.Background(), nil) // Should be child's, good enough
gasPrice := new(big.Int).Add(head.BaseFee, big.NewInt(1))

// Create a transaction to an account.
code := "6060604052600a8060106000396000f360606040526008565b00"
tx := types.NewTransaction(0, common.HexToAddress("0x01"), big.NewInt(0), 3000000, gasPrice, common.FromHex(code))
tx, _ = types.SignTx(tx, types.LatestSigner(params.AllDevChainProtocolChanges), testKey)
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
// 1. WaitDeploy on a transaction that does not deploy a contract, verify it
// returns an error.
tx := types.MustSignNewTx(testKey, signer, &types.LegacyTx{
Nonce: 0,
To: &common.Address{0x01},
Gas: 300000,
GasPrice: gasPrice,
Data: code,
})
if err := backend.Client().SendTransaction(ctx, tx); err != nil {
t.Errorf("failed to send transaction: %q", err)
}
Expand All @@ -124,19 +131,34 @@ func TestWaitDeployedCornerCases(t *testing.T) {
t.Errorf("error mismatch: want %q, got %q, ", bind.ErrNoAddressInReceipt, err)
}

// Create a transaction that is not mined.
tx = types.NewContractCreation(1, big.NewInt(0), 3000000, gasPrice, common.FromHex(code))
tx, _ = types.SignTx(tx, types.LatestSigner(params.AllDevChainProtocolChanges), testKey)

// 2. Create a contract, but cancel the WaitDeploy before it is mined.
tx = types.MustSignNewTx(testKey, signer, &types.LegacyTx{
Nonce: 1,
Gas: 300000,
GasPrice: gasPrice,
Data: code,
})

// Wait in another thread so that we can quickly cancel it after submitting
// the transaction.
done := make(chan struct{})
go func() {
contextCanceled := errors.New("context canceled")
if _, err := bind.WaitDeployed(ctx, backend.Client(), tx.Hash()); err.Error() != contextCanceled.Error() {
t.Errorf("error mismatch: want %q, got %q, ", contextCanceled, err)
defer close(done)
_, err := bind.WaitDeployed(ctx, backend.Client(), tx.Hash())
if !errors.Is(err, context.Canceled) {
t.Errorf("error mismatch: want %v, got %v", context.Canceled, err)
}
}()

if err := backend.Client().SendTransaction(ctx, tx); err != nil {
t.Errorf("failed to send transaction: %q", err)
}
cancel()

// Wait for goroutine to exit or for a timeout.
select {
case <-done:
case <-time.After(time.Second * 2):
t.Fatalf("failed to cancel wait deploy")
}
}
12 changes: 8 additions & 4 deletions accounts/keystore/keystore.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,10 @@ func (ks *KeyStore) init(keydir string) {
// TODO: In order for this finalizer to work, there must be no references
// to ks. addressCache doesn't keep a reference but unlocked keys do,
// so the finalizer will not trigger until all timed unlocks have expired.
runtime.SetFinalizer(ks, func(m *KeyStore) {
m.cache.close()
})
runtime.AddCleanup(ks, func(c *accountCache) {
c.close()
}, ks.cache)

// Create the initial list of wallets from the cache
accs := ks.cache.accounts()
ks.wallets = make([]accounts.Wallet, len(accs))
Expand Down Expand Up @@ -195,11 +196,14 @@ func (ks *KeyStore) Subscribe(sink chan<- accounts.WalletEvent) event.Subscripti
// forces a manual refresh (only triggers for systems where the filesystem notifier
// is not running).
func (ks *KeyStore) updater() {
ticker := time.NewTicker(walletRefreshCycle)
defer ticker.Stop()

for {
// Wait for an account update or a refresh timeout
select {
case <-ks.changes:
case <-time.After(walletRefreshCycle):
case <-ticker.C:
}
// Run the wallet refresher
ks.refreshWallets()
Expand Down
20 changes: 0 additions & 20 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ clone_depth: 5
version: "{branch}.{build}"

image:
- Ubuntu
- Visual Studio 2019

environment:
Expand All @@ -17,25 +16,6 @@ install:
- go version

for:
# Linux has its own script without -arch and -cc.
# The linux builder also runs lint.
- matrix:
only:
- image: Ubuntu
build_script:
- go run build/ci.go lint
- go run build/ci.go check_generate
- go run build/ci.go check_baddeps
- go run build/ci.go install -dlgo
test_script:
- go run build/ci.go test -dlgo -short

# linux/386 is disabled.
- matrix:
exclude:
- image: Ubuntu
GETH_ARCH: 386

# Windows builds for amd64 + 386.
- matrix:
only:
Expand Down
Loading
Loading