Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
632 commits
Select commit Hold shift + click to select a range
6eb212b
cmd/workload: rework tracegen to run tracing at block level (#32092)
rjl493456442 Jul 2, 2025
34f00a4
core/state: add GetStateAndCommittedState (#31585)
MariusVanDerWijden Jul 3, 2025
97645ca
cmd/utils, internal/debug: hide the deprecated flags (#32128)
DanialZhouMAX Jul 3, 2025
ef6e92e
.gitea: add windows build (experimental)
fjl Jul 3, 2025
f786b2a
cmd/utils: show full deprecated flags (#32141)
DanialZhouMAX Jul 4, 2025
dd7d144
cmd/utils: update flag description of gcmode (#32145)
rjl493456442 Jul 4, 2025
7088e87
.gitea: add workflow_dispatch for release build
fjl Jul 4, 2025
e225983
.gitea: update PATH
fjl Jul 4, 2025
3f4555a
.gitea: set PATH
fjl Jul 4, 2025
db1806e
gitea: try with cmd
fjl Jul 4, 2025
9efe1c1
gitea: set PATH in script
fjl Jul 4, 2025
0630338
.gitea: fix typo in windows workflow
fjl Jul 4, 2025
bdf47f4
core/vm: move nil-check out of the interpreter loop (#32068)
omerfirmak Jul 7, 2025
90c6197
core/vm: implement EIP-7939 - CLZ opcode (#31989)
Giulio2002 Jul 7, 2025
f0741e6
core/txpool/blobpool: lower log level for warnings (#32142)
mask-pp Jul 7, 2025
84f2932
.github, internal/flags: improve actions test runs (#32150)
fjl Jul 7, 2025
ffb4e6f
consensus/misc/eip4844: implement EIP-7918 (#31965)
s1na Jul 7, 2025
b3131f0
core/vm: implement EIP-7951 - precompile for secp256r1 (#31991)
fjl Jul 7, 2025
e71487b
cmd, eth/catalyst: exit geth only if exitWhenSynced is specified (#32…
rjl493456442 Jul 8, 2025
43832e6
eth/catalyst: abort dev mode block commit if shut down is triggered …
jwasinger Jul 8, 2025
1cbcebc
miner, core, core/txpool: implement EIP 7825 - TX Gas Limit Cap (#31824)
jwasinger Jul 8, 2025
efbba96
core/vm: update gas cost of CLZ to five (#32172)
fjl Jul 9, 2025
e6b9d0c
core,miner: implement EIP-7934 - RLP Execution Block Size Limit (#31990)
jwasinger Jul 9, 2025
3ec9874
Remove checkInterop from Block Building Path (#585)
axelKingsley Jul 9, 2025
bd5b55e
cmd/utils: add the missing check for the HoodiFlag in blsync (#32179)
mask-pp Jul 9, 2025
3c0b5b3
feat: bump scr commit (#640)
jelias2 Jul 9, 2025
355228b
cmd/clef: update Safe API documentation links in changelog (#32136)
Daulox92 Jul 9, 2025
11218e8
txpool: Move Ingress Filter Checks to addTxsLocked (#642)
axelKingsley Jul 10, 2025
c6e0572
txpool: introduce MaxTxGasLimit feature to enforce per-transaction ga…
niran Jul 10, 2025
1ef3bca
core/types: add block-level access list structures with encoding/dec…
jwasinger Jul 11, 2025
0713725
eth/downloader: fix ancient limit in snap sync (#32188)
rjl493456442 Jul 11, 2025
8cf87c6
.github: remove karalabe from CODEOWNERS
fjl Jul 11, 2025
b992b10
cmd/geth: update vcheck testdata, add docs on generating signatures (…
PixelPil0t1 Jul 11, 2025
055e1e6
signer/core/apitypes: require blob txs to have tx.to set (#32197)
mask-pp Jul 14, 2025
a9061cf
accounts/keystore: update links to documenation (#32194)
kilavvy Jul 14, 2025
90a0989
ethclient/gethclient: remove race condition in tests (#32206)
MariusVanDerWijden Jul 14, 2025
a57dc0c
tracing: Show OptimismBaseFeeRecipient in prestate (#407)
karlb Jul 14, 2025
a327ffe
params: EIP-7892 - Blob Parameter Only Hardforks (#32193)
fjl Jul 14, 2025
e9e12a9
eth/fetcher: fix announcement drop logic (#32210)
healthykim Jul 14, 2025
1a5f399
miner: set sidecar version when recomputing proofs (#32199)
mask-pp Jul 14, 2025
35cdfe9
miner, txpool: detect supervisor failsafe and reject interop transact…
geoknee Jul 14, 2025
5bce990
all: fix outdated ethereum wiki json-rpc json-rpc doc links (#32209)
zeevick10 Jul 14, 2025
fe0ae06
core/types: fix CellProofsAt method (#32198)
mask-pp Jul 15, 2025
17903fe
triedb/pathdb: introduce file-based state journal (#32060)
jsvisa Jul 15, 2025
7364e63
core/rawdb: change the mechanism to schedule freezer sync (#32135)
rjl493456442 Jul 15, 2025
d7db10d
eth/protocols/snap, p2p/discover: improve zero time checks (#32214)
asamuj Jul 15, 2025
7fcb796
all: update dead wiki links (#32215)
maximevtush Jul 15, 2025
e94123a
core/rawdb: reduce allocations in rawdb.ReadHeaderNumber (#31913)
MariusVanDerWijden Jul 15, 2025
61d7279
trie: avoid spawning goroutines for empty children (#32220)
omerfirmak Jul 16, 2025
532a1c2
eth/downloader: improve nil pointer protection (#32222)
CertiK-Geth Jul 16, 2025
66df1f2
account/abi/bind/v2: fix TestDeploymentWithOverrides (#32212)
stevemilk Jul 16, 2025
30e3a49
eth/tracers: apply block header overrides correctly (#32183)
shazam8253 Jul 16, 2025
f36d349
triedb/pathdb: avoid duplicate metadata reads (#32226)
jsvisa Jul 17, 2025
becca46
eth/protocols/snap: fix negative eta in state progress logging (#32225)
DanialZhouMAX Jul 17, 2025
a487729
triedb/pathdb: improve the performance of parse index block (#32219)
jsvisa Jul 17, 2025
0dacfef
all: define constructor for BlobSidecar (#32213)
rjl493456442 Jul 17, 2025
b4b4068
params: update tx gas limit cap (#32230)
MariusVanDerWijden Jul 18, 2025
f17df6d
core/txpool/blobpool: remove unused `txValidationFn` from BlobPool (#…
Kourin1996 Jul 18, 2025
f37fe67
triedb/pathdb: fix incorrect address length in history searching (#32…
jsvisa Jul 21, 2025
d80094f
core/vm: triple modexp cost post-cancun (#32231)
MariusVanDerWijden Jul 21, 2025
f96f82b
core, params: add limit for max blobs in blob transaction (#32246)
fjl Jul 21, 2025
3884f25
superchain: skip celo mainnet genesis processing (#646)
bitwiseguy Jul 21, 2025
36c87a2
build: update tests to fusaka-devnet-3 (#32251)
fjl Jul 21, 2025
b2a0e08
core/types: minimize this invalid intermediate state (#32241)
mask-pp Jul 22, 2025
83aa643
core/rawdb: downgrade log level in chain freezer (#32253)
mask-pp Jul 22, 2025
264c06a
triedb/pathdb: use binary.append to eliminate the tmp scratch slice …
jsvisa Jul 22, 2025
a7efdcb
p2p/rlpx: optimize XOR operation using bitutil.XORBytes (#32217)
reallesee Jul 22, 2025
3b67602
eth/gasestimator: fix potential overflow (#32255)
gzeoneth Jul 23, 2025
16117eb
triedb/pathdb: fix an deadlock in history indexer (#32260)
jsvisa Jul 23, 2025
b369a85
eth/protocols/snap: add healing and syncing metrics (#32258)
MariusVanDerWijden Jul 24, 2025
29eebb5
core: replace the empty fmt.Errorf with errors.New (#32274)
nthumann Jul 28, 2025
0fe1bc0
eth/catalyst: fix error message in ExecuteStatelessPayloadV4 (#32269)
Galoretka Jul 28, 2025
a7aed7b
cmd, eth, internal: introduce debug_sync (#32177)
rjl493456442 Jul 28, 2025
32d537c
all: replace fmt.Errorf with errors.New (#32286)
ericxtheodore Jul 28, 2025
b64a500
downloader: fix typos, grammar and formatting (#32288)
tomasandroil Jul 28, 2025
eb7aef4
ethclient/simulated: Fix flaky rollback test (#32280)
Jul 28, 2025
a56558d
core/state: preallocate capacity for logs list (#32291)
mask-pp Jul 29, 2025
d14d4d2
core/state: improve PrettyPrint function (#32293)
ericxtheodore Jul 30, 2025
2d95ba7
core/types: expose sigHash as Hash for SetCodeAuthorization (#32298)
dkatzan Jul 31, 2025
0814d99
common/hexutil: replace customized bit sizer with bit.Uintsize (#32304)
cuiweixie Jul 31, 2025
4d9d728
accounts/abi: precompile regex (#32301)
cuiweixie Jul 31, 2025
d4a3bf1
cmd/devp2p/internal/v4test: add test for ENRRequest (#32303)
fjl Jul 31, 2025
23da91f
trie: reduce the memory allocation in trie hashing (#31902)
rjl493456442 Aug 1, 2025
17d65e9
core/vm: add configurable jumpdest analysis cache (#32143)
lmittmann Aug 1, 2025
9c58810
eth: fix typos and outdated comments (#32324)
tomasandroil Aug 1, 2025
038ff76
eth/filters: fix error when blockHash is used with fromBlock/toBlock …
ceyonur Aug 1, 2025
5572f2e
rlp/rlpgen: implement package renaming support (#31148)
VolodymyrBg Aug 1, 2025
5ebd803
beacon/params, core/filtermaps: update checkpoints (#32336)
zsfelfoldi Aug 4, 2025
dd1ebac
version: release v1.16.2 (#32343)
rjl493456442 Aug 4, 2025
073e7ec
version: begin v1.16.3 release cycle (#32345)
rjl493456442 Aug 4, 2025
cf50026
core/state: introduce the TransitionState object (verkle transition p…
gballet Aug 5, 2025
e9dca3b
eth/catalyst: avoid load the same blob tx multi times (#32190)
mask-pp Aug 5, 2025
59405c4
eth/gasestimator: check ErrGasLimitTooHigh conditions (#32348)
mininny Aug 5, 2025
792de5d
core/filtermaps: remove unnecessary nil check and add cv2 lock (#32309)
cuiweixie Aug 6, 2025
e7189b5
go.mod: upgraded github.com/golang-jwt/jwt/v4 v4.5.1 => v4.5.2 (#32356)
cuiweixie Aug 7, 2025
f49f3ec
rpc: use reflect.TypeFor (#32316)
cuiweixie Aug 7, 2025
dfde155
crypto/kzg4844: use reflect.TypeFor (#32319)
cuiweixie Aug 7, 2025
ec97ac7
common, common/hexutil: use reflect.TypeFor (#32321)
cuiweixie Aug 7, 2025
2e3971a
beacon/merkle: use reflect.TypeFor (#32322)
cuiweixie Aug 7, 2025
f9f85d0
core: use reflect.TypeFor (#32320)
cuiweixie Aug 7, 2025
e979438
p2p/enode: use atomic.Pointer in LocalNode (#32360)
cuiweixie Aug 7, 2025
bd6797e
signer/core/apitypes: simplify reflect []byte creation (#32315)
cuiweixie Aug 7, 2025
4e7bc2b
rlp: use reflect.TypeFor (#32317)
cuiweixie Aug 7, 2025
f86870f
eth/downloader: fix incomplete code comment (#32354)
radik878 Aug 7, 2025
888b71b
metrics: use atomic.Pointer in runtimeHistogram (#32361)
cuiweixie Aug 7, 2025
c3ef6c7
core/vm: fold EVMInterpreter into EVM (#32352)
omerfirmak Aug 7, 2025
8ba1c79
ethclient: fix flaky pending tx test (#32380)
kashitaka Aug 11, 2025
18b4ee5
ethdb/leveldb: check iterator error in Database.DeleteRange (#32384)
MozirDmitriy Aug 11, 2025
40072af
core/vm: make types consistent in makeDup (#32378)
cuiweixie Aug 11, 2025
6238eff
miner: remove todo comment (#32389)
cuiweixie Aug 11, 2025
2485d09
downloader: fix comment (#32382)
sashass1315 Aug 11, 2025
92106a6
accounts/abi, accounts/keystore: use reflect.TypeFor (#32323)
cuiweixie Aug 11, 2025
55a471e
eth/downloader: skip nil peer in GetHeader (#32369)
Forostovec Aug 11, 2025
cbbf686
trie, core: rework tracer and track origin value of dirty nodes (#32306)
rjl493456442 Aug 11, 2025
2e9c9b5
consensus: fix ambiguous invalid gas limit error (#32405)
rizkyikiw42 Aug 12, 2025
7570322
metrics: Block Basefee (#658)
pcw109550 Aug 12, 2025
43b2aac
trie: refactor to use slices.Concat (#32401)
cuiweixie Aug 12, 2025
56edd21
cmd: fix inconsistent function name in comment (#32411)
youzichuan Aug 12, 2025
75fc56f
eth: abort `requiredBlocks` check if peer handler terminated (#32413)
klim0v Aug 13, 2025
a4d3fb9
node: remove unused err var (#32398)
cuiweixie Aug 13, 2025
f054bef
rlp: optimize intsize (#32421)
cuiweixie Aug 13, 2025
5134213
eth/tracers: Adds codeHash to prestateTracer's response (#32391)
nebojsa94 Aug 13, 2025
3ff99ae
eth/syncer: fix typo (#32427)
MariusVanDerWijden Aug 13, 2025
2b38daa
p2p: refactor to use time.Now().UnixMilli() in golang std lib (#32402)
cuiweixie Aug 14, 2025
b00b6fe
.github: upgrade workflows to Go 1.25 (#32425)
fjl Aug 14, 2025
25cce4d
build: upgrade -dlgo version to Go 1.25.0 (#32412)
levisyin Aug 14, 2025
e798e26
crypto/secp256k1: use ReadBits from common/math (#32430)
cuiweixie Aug 14, 2025
2dbb580
build: remove unused functions (#32393)
cuiweixie Aug 14, 2025
1b010f9
catalyst/api: centralize OPStack validation into helper functions (#592)
geoknee Aug 14, 2025
ea3a717
trie, core/state: add the transition tree (verkle transition part 2) …
gballet Aug 15, 2025
a002a6c
cmd/evm: use PathScheme in blockrunner (#32444)
gballet Aug 15, 2025
ccf684f
core/vm: refactor to use bitutil.TestBytes (#32434)
cuiweixie Aug 15, 2025
88922d2
crypto/bn256: refactor to use bitutil.TestBytes (#32435)
cuiweixie Aug 15, 2025
1d29e3e
consensus/misc/eip4844: use blob parameters of current header (#32424)
fjl Aug 15, 2025
1693a48
rlp: remove workaround for Value.Bytes (#32433)
fjl Aug 15, 2025
a9a19c4
core/vm: fix EIP-7823 modexp input length check (#32363)
jwasinger Aug 15, 2025
85077be
metrics: add tinygo build flag for CPU time (#32454)
kevaundray Aug 18, 2025
5b2fc67
core/rawdb: add non-unix alternative for tablewriter (#32455)
kevaundray Aug 18, 2025
7cc0137
eth/syncer: stop ticker to prevent resource leak (#32443)
phrwlk Aug 19, 2025
42bf484
core/rawdb: enhance database key construction (#32431)
cuiweixie Aug 19, 2025
d93f820
rpc: add SetWebsocketReadLimit in Server (#32279)
yzang2019 Aug 19, 2025
d99143d
CODEOWNERS: add gballet as the owner of trie package (#32466)
gballet Aug 19, 2025
dffa1f5
ethclient/gethclient: use common.Hash to debug_traceTransaction (#32404)
Fibonacci747 Aug 19, 2025
1c74f23
graphql: add query depth limit to prevent DoS attacks (#32344)
grandchildrice Aug 19, 2025
62ac0e0
p2p: update MaxPeers comment (#32414)
klim0v Aug 19, 2025
7d4852b
eth/catalyst: return methods by reflect (#32300)
mask-pp Aug 19, 2025
9ce40d1
internal/ethapi, miner: fix GetBlockReceipts for pending (#32461)
rjl493456442 Aug 20, 2025
bf8f63d
trie, core/state: introduce trie Prefetch for optimizing preload (#32…
rjl493456442 Aug 20, 2025
085b529
beacon/engine,eth/catalyst: Fix engine API checks and exec payload cr…
sebastianst Aug 20, 2025
997dff4
p2p: using math.MaxInt32 from go std lib (#32357)
cuiweixie Aug 20, 2025
44fc0c8
rlp: refactor to use maths.ReadBits (#32432)
cuiweixie Aug 21, 2025
39ab721
fixes missing protection of nil pointer dereference in scwallet (#32186)
KapilSareen Aug 21, 2025
94ecd1d
accounts/usbwallet: correct version comparison logic (#32417)
rizkyikiw42 Aug 21, 2025
f3467d1
p2p: remove todo comment, as it's unnecessary (#32397)
cuiweixie Aug 21, 2025
10421ed
core/types: reduce allocations for transaction comparison (#31912)
MariusVanDerWijden Aug 22, 2025
ac17319
triedb/pathdb: improve err message in historical state reader (#32477)
rjl493456442 Aug 22, 2025
e965623
core, miner, trie: add metrics tracking state trie depth (#32388)
shazam8253 Aug 22, 2025
5cee48b
Merge go-ethereum v1.16.1 (#638 #652)
0x00101010 Jul 28, 2025
276ed48
p2p/discover: add discv5 invalid findnodes result test cases (#32481)
vipocenka Aug 22, 2025
f62eec9
node: fix vhosts for adminAPI (#32488)
ericxtheodore Aug 25, 2025
d0602ba
core,trie: fix typo in TransitionTrie (#32491)
pxwanglu Aug 25, 2025
a9ac275
.github/workflows: naive PR format checker (#32480)
gballet Aug 25, 2025
9b2e8e7
p2p: use slices.Clone (#32428)
cuiweixie Aug 25, 2025
2bb3f45
eth/protocols/eth: Handle DepositTx Receipts
sebastianst Aug 13, 2025
8dc7194
eth: Catch nil chainViews in backend filter maps update
sebastianst Aug 22, 2025
42467f1
params: fix history serve window for verkle test (#32127)
Thegaram Aug 25, 2025
7a87d8a
eth/tracers: add missing teardown in TestTraceChain (#32472)
Snezhkko Aug 25, 2025
00fce34
Merge pull request #652 from ethereum-optimism/seb/geth-v1.16.1
sebastianst Aug 25, 2025
16bd164
internal/web3ext: remove deprecated method debug_seedHash (#32495)
gzliudan Aug 26, 2025
8c58f49
triedb/pathdb: rename history to state history (#32498)
rjl493456442 Aug 26, 2025
27d4a10
build: add support for ubuntu 25.04 (#31666)
ericxtheodore Aug 26, 2025
514322c
cmd: fix typo in comment (#32501)
tzchenxixi Aug 26, 2025
f877183
eth/tracers: fix supply tracer uncle accounting (#31882)
sjb933 Aug 26, 2025
95ab643
triedb/pathdb: refactor state history write (#32497)
rjl493456442 Aug 26, 2025
eab5c92
rpc: refactor read limit test (#32494)
lightclient Aug 26, 2025
6191f31
eth: replace hardcoded sleep with polling loop in snap sync test (#32…
avorylli Aug 27, 2025
7db6c91
internal/ethapi: fix precompile override for eth_estimateGas (#31795)
MonkeyMarcel Aug 27, 2025
52ec2b5
accounts/abi: fix panic when check event with log has empty or nil to…
nthumann Aug 27, 2025
f90eb3e
core, internal, miner, signer: convert legacy sidecar in Osaka fork (…
rjl493456442 Aug 27, 2025
e67761e
eth/tracers: fix testcase 7702_delegate (#32349)
allformless Aug 27, 2025
3a89051
node: fix problematic function name in comment (#32510)
slicesequal Aug 28, 2025
9af1f71
eth: stabilize tx relay peer selection (#31714)
cskiraly Aug 28, 2025
0979c6a
core: improve error context in state processor for Prague EIPs (#32509)
oooLowNeoNooo Aug 28, 2025
2a795c1
all: fix problematic function name in comment (#32513)
zach871 Aug 29, 2025
7f78fa6
triedb/pathdb, core: keep root->id mappings after truncation (#32502)
rjl493456442 Aug 29, 2025
3aeccad
README: add twitter badge to documentation (#32516)
operagxoksana Aug 29, 2025
85ad2f8
all: Merge go-ethereum v1.16.2
joshklop Aug 26, 2025
0cde527
core/rawdb: inspect database in parallel (#32506)
jsvisa Sep 1, 2025
0e69530
all: improve ETA calculation across all progress indicators (#32521)
Jolly23 Sep 1, 2025
931befe
core/stateless: only report leaf depth in witness stats (#32507)
gballet Sep 1, 2025
bd4b179
trie/bintrie: add eip7864 binary trees and run its tests (#32365)
gballet Sep 1, 2025
ffe758c
internal/ethapi,params: add `eth_config` (#32239)
lightclient Sep 1, 2025
d818a9a
version: release v1.16.3
gballet Sep 1, 2025
0c62eff
Merge pull request #663 from ethereum-optimism/joshklop/v1.16.2
sebastianst Sep 2, 2025
ffddd6a
feat: bump superchain registry (#669)
jelias2 Sep 4, 2025
c9b2ca3
ci: Update forkdiff version to v0.1.1 (#670)
sebastianst Sep 4, 2025
c52a7b2
feat: introduce minimum base fee (#666)
geoknee Sep 5, 2025
b4b8386
jovian: make isthmus gas params extraction forward-compatible (#671)
joshklop Sep 5, 2025
dc5348b
sync-superchain: Handle case where skipped genesis file doesn't exist…
ajsutton Sep 8, 2025
7beb36e
feat: bump superchain registry to include arena-z sepolia isthmus har…
jelias2 Sep 11, 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
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
24c89af
all: Merge go-ethereum v1.16.3 (#686)
geoknee Sep 19, 2025
51614a3
Merge pull request #686 from ethereum-optimism/gk/upstream-merge/v1.1…
geoknee Sep 23, 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
8da5bf0
core,params: cherry pick upstream PRs needed for Fusaka defence on Se…
sebastianst Oct 1, 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
5c6d276
core/types: implement operator fee fix (Jovian) (#696)
geoknee Oct 16, 2025
e061c29
consensus/beacon: Fix OP Legacy header verification dispatch (#697)
sebastianst Oct 16, 2025
6658a36
all: Store DA footprint in blob gas used header field (#694)
sebastianst Oct 17, 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
6706f93
core: add gauge metrics + histograms for block gas used and blob gas …
geoknee Oct 24, 2025
96738d2
superchain: update scr import to include jovian activation timestamp …
bitwiseguy Oct 24, 2025
a19e6a1
Add new precompile limits for Jovian (#709)
pauldowman Oct 27, 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
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
aa94053
triedb/pathdb: sync ancient store before journal (#32557) (#718)
joshklop Nov 5, 2025
728bdba
pulled in upstream v1.101603.4
ClaytonNorthey92 Nov 13, 2025
27cbcbe
finalize merge of v1.101603.4
ClaytonNorthey92 Nov 14, 2025
50ba1fb
checkpoint
ClaytonNorthey92 Nov 17, 2025
1038b92
fixed tests besides one
ClaytonNorthey92 Nov 17, 2025
bc98705
remove pr validation, I don't think it's used by us
ClaytonNorthey92 Nov 17, 2025
9496975
fix test broken with upstream pull merge
ClaytonNorthey92 Nov 20, 2025
cc281fa
added forgotten options
ClaytonNorthey92 Nov 20, 2025
d3274d1
Additional Logging
max-sanchez Nov 26, 2025
07b9b50
Additional Logging
max-sanchez Nov 26, 2025
b61ea28
Go generate
max-sanchez Nov 26, 2025
c6a2ab9
logging around time overrides
ClaytonNorthey92 Nov 26, 2025
fd2698e
add overrides to new struct
ClaytonNorthey92 Nov 26, 2025
2c4dccb
revert gen receipts go file
ClaytonNorthey92 Nov 26, 2025
e4cc138
don't modify map
ClaytonNorthey92 Nov 26, 2025
470c93c
correct comparison
ClaytonNorthey92 Nov 26, 2025
144363f
Logging
max-sanchez Nov 27, 2025
870e9a5
More logging
max-sanchez Nov 27, 2025
b5b64ae
Short-circuit modern signer's tx.From extraction for PoP / BTC Attr Dep
max-sanchez Nov 27, 2025
0d9b7af
Short-circuit modern signer's tx.From extraction for PoP / BTC Attr Dep
max-sanchez Nov 27, 2025
bda50bc
Short-circuit modern signer's tx.From extraction for PoP / BTC Attr Dep
max-sanchez Nov 27, 2025
548af0a
Logging
max-sanchez Dec 1, 2025
4843275
Do not pre-populate precompiles for gas calculation, remove some logging
max-sanchez Dec 1, 2025
1a9acd7
Remove precompile prepare logging
max-sanchez Dec 1, 2025
9340ebe
Remove gas param logging
max-sanchez Dec 1, 2025
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
  •  
  •  
  •  
13 changes: 2 additions & 11 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.22.7 # update CI Go version here
default: 1.23.8 # update CI Go version here

commands:
gcp-oidc-authenticate:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
name: Build forkdiff
command: |
docker run --volume $(pwd):/workspace \
protolambda/forkdiff:0.1.0 \
protolambda/forkdiff:0.1.1 \
-repo=/workspace \
-fork=/workspace/fork.yaml \
-out=/workspace/index.html
Expand Down Expand Up @@ -236,13 +236,6 @@ workflows:
name: Check superchain registry bundle diff
release:
jobs:
- hold:
type: approval
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
- docker-release:
name: Push to Docker (release)
filters:
Expand All @@ -254,8 +247,6 @@ workflows:
push_tags: true
context:
- oplabs-gcr-release
requires:
- hold

merge:
jobs:
Expand Down
27 changes: 27 additions & 0 deletions .gitea/workflows/release-azure-cleanup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
on:
workflow_dispatch:

### Note we cannot use cron-triggered builds right now, Gitea seems to have
### a few bugs in that area. So this workflow is scheduled using an external
### triggering mechanism and workflow_dispatch.
#
# schedule:
# - cron: '0 15 * * *'

jobs:
azure-cleanup:
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: Run cleanup script
run: |
go run build/ci.go purge -store gethstore/builds -days 14
env:
AZURE_BLOBSTORE_TOKEN: ${{ secrets.AZURE_BLOBSTORE_TOKEN }}
46 changes: 46 additions & 0 deletions .gitea/workflows/release-ppa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
on:
push:
tags:
- "v*"
workflow_dispatch:

### Note we cannot use cron-triggered builds right now, Gitea seems to have
### a few bugs in that area. So this workflow is scheduled using an external
### triggering mechanism and workflow_dispatch.
#
# schedule:
# - cron: '0 16 * * *'


jobs:
ppa:
name: PPA Upload
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Show environment
run: |
env

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

- name: Install deb toolchain
run: |
apt-get update
apt-get -yq --no-install-suggests --no-install-recommends install devscripts debhelper dput fakeroot

- name: Add launchpad to known_hosts
run: |
echo '|1|7SiYPr9xl3uctzovOTj4gMwAC1M=|t6ReES75Bo/PxlOPJ6/GsGbTrM0= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA0aKz5UTUndYgIGG7dQBV+HaeuEZJ2xPHo2DS2iSKvUL4xNMSAY4UguNW+pX56nAQmZKIZZ8MaEvSj6zMEDiq6HFfn5JcTlM80UwlnyKe8B8p7Nk06PPQLrnmQt5fh0HmEcZx+JU9TZsfCHPnX7MNz4ELfZE6cFsclClrKim3BHUIGq//t93DllB+h4O9LHjEUsQ1Sr63irDLSutkLJD6RXchjROXkNirlcNVHH/jwLWR5RcYilNX7S5bIkK8NlWPjsn/8Ua5O7I9/YoE97PpO6i73DTGLh5H9JN/SITwCKBkgSDWUt61uPK3Y11Gty7o2lWsBjhBUm2Y38CBsoGmBw==' >> ~/.ssh/known_hosts

- name: Run ci.go
run: |
go run build/ci.go debsrc -upload ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder <geth-ci@ethereum.org>"
env:
PPA_SIGNING_KEY: ${{ secrets.PPA_SIGNING_KEY }}
PPA_SSH_KEY: ${{ secrets.PPA_SSH_KEY }}
179 changes: 179 additions & 0 deletions .gitea/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
on:
push:
branches:
- "master"
tags:
- "v*"
workflow_dispatch:

jobs:
linux-intel:
name: Linux 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 install -static -arch amd64 -dlgo

- name: Create/upload archive (amd64)
run: |
go run build/ci.go archive -arch amd64 -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
rm -f build/bin/*
env:
LINUX_SIGNING_KEY: ${{ secrets.LINUX_SIGNING_KEY }}
AZURE_BLOBSTORE_TOKEN: ${{ secrets.AZURE_BLOBSTORE_TOKEN }}

- name: Build (386)
run: |
go run build/ci.go install -static -arch 386 -dlgo

- name: Create/upload archive (386)
run: |
go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
rm -f build/bin/*
env:
LINUX_SIGNING_KEY: ${{ secrets.LINUX_SIGNING_KEY }}
AZURE_BLOBSTORE_TOKEN: ${{ secrets.AZURE_BLOBSTORE_TOKEN }}

linux-arm:
name: Linux Build (arm)
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-arm-linux-gnueabi libc6-dev-armel-cross gcc-arm-linux-gnueabihf libc6-dev-armhf-cross gcc-aarch64-linux-gnu libc6-dev-arm64-cross
ln -s /usr/include/asm-generic /usr/include/asm

- name: Build (arm64)
run: |
go run build/ci.go install -static -dlgo -arch arm64 -cc aarch64-linux-gnu-gcc

- name: Create/upload archive (arm64)
run: |
go run build/ci.go archive -arch arm64 -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
rm -fr build/bin/*
env:
LINUX_SIGNING_KEY: ${{ secrets.LINUX_SIGNING_KEY }}
AZURE_BLOBSTORE_TOKEN: ${{ secrets.AZURE_BLOBSTORE_TOKEN }}

- name: Run build (arm5)
run: |
go run build/ci.go install -static -dlgo -arch arm -cc arm-linux-gnueabi-gcc
env:
GOARM: "5"

- name: Create/upload archive (arm5)
run: |
go run build/ci.go archive -arch arm -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
env:
GOARM: "5"
LINUX_SIGNING_KEY: ${{ secrets.LINUX_SIGNING_KEY }}
AZURE_BLOBSTORE_TOKEN: ${{ secrets.AZURE_BLOBSTORE_TOKEN }}

- name: Run build (arm6)
run: |
go run build/ci.go install -static -dlgo -arch arm -cc arm-linux-gnueabi-gcc
env:
GOARM: "6"

- name: Create/upload archive (arm6)
run: |
go run build/ci.go archive -arch arm -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
rm -fr build/bin/*
env:
GOARM: "6"
LINUX_SIGNING_KEY: ${{ secrets.LINUX_SIGNING_KEY }}
AZURE_BLOBSTORE_TOKEN: ${{ secrets.AZURE_BLOBSTORE_TOKEN }}

- name: Run build (arm7)
run: |
go run build/ci.go install -static -dlgo -arch arm -cc arm-linux-gnueabi-gcc
env:
GOARM: "7"

- name: Create/upload archive (arm7)
run: |
go run build/ci.go archive -arch arm -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
rm -fr build/bin/*
env:
GOARM: "7"
LINUX_SIGNING_KEY: ${{ secrets.LINUX_SIGNING_KEY }}
AZURE_BLOBSTORE_TOKEN: ${{ secrets.AZURE_BLOBSTORE_TOKEN }}

windows:
name: Windows Build
runs-on: "win-11"
steps:
- uses: actions/checkout@v4

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

# Note: gcc.exe only works properly if the corresponding bin/ directory is
# contained in PATH.

- name: "Build (amd64)"
shell: cmd
run: |
set PATH=%GETH_MINGW%\bin;%PATH%
go run build/ci.go install -dlgo -arch amd64 -cc %GETH_MINGW%\bin\gcc.exe
env:
GETH_MINGW: 'C:\msys64\mingw64'

- name: "Build (386)"
shell: cmd
run: |
set PATH=%GETH_MINGW%\bin;%PATH%
go run build/ci.go install -dlgo -arch 386 -cc %GETH_MINGW%\bin\gcc.exe
env:
GETH_MINGW: 'C:\msys64\mingw32'

docker:
name: Docker Image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

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

- name: Run docker build
env:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
run: |
go run build/ci.go dockerx -platform linux/amd64,linux/arm64,linux/riscv64 -upload
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,16 @@ profile.cov
.vscode

tests/spec-tests/

# binaries
cmd/abidump/abidump
cmd/abigen/abigen
cmd/blsync/blsync
cmd/clef/clef
cmd/devp2p/devp2p
cmd/era/era
cmd/ethkey/ethkey
cmd/evm/evm
cmd/geth/geth
cmd/rlpdump/rlpdump
cmd/workload/workload
Loading
Loading