Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge geth #1095

Merged
merged 10,000 commits into from
Feb 13, 2024
Merged
Changes from all commits
Commits
Show all changes
10000 commits
Select commit Hold shift + click to select a range
5967a22
ethdb/pebble: Fix `MemTableStopWritesThreshold` (#26692)
patrick-ogrady Feb 15, 2023
7fb42e6
eth/downloader: handle missing withdrawals if empty list is expected …
MariusVanDerWijden Feb 15, 2023
18b641b
params: go-ethereum v1.11.0 stable
holiman Feb 15, 2023
194b5c9
params: begin v1.11.1 release cycle
holiman Feb 15, 2023
5ccc99b
travis, build: update Go to 1.20.1 (#26653)
karalabe Feb 16, 2023
08bf8a6
core: check genesis state presence by disk read (#26703)
rjl493456442 Feb 16, 2023
645e3e8
core, eth/downloader: make body validation more strict (#26704)
holiman Feb 16, 2023
13d7de7
eth/downloader: fix empty-body case in queue fetchresult (#26707)
holiman Feb 16, 2023
e9d4249
eth/downloader: fix typo (#26716)
ucwong Feb 16, 2023
4d35256
all: remove deprecated uses of math.rand (#26710)
holiman Feb 16, 2023
7696106
params: go-ethereum v1.11.1 stable
holiman Feb 16, 2023
b40c109
params: begin v1.11.2 release cycle
holiman Feb 16, 2023
6428663
eth/catalyst: send INVALID instead of INVALID_BLOCK_HASH (#26696)
MariusVanDerWijden Feb 17, 2023
a0d63bc
ci: disable coverage reporting in appveyor and travis
holiman Feb 17, 2023
15e5e61
eth/catalyst: request too large error (#26722)
rkrasiuk Feb 17, 2023
7c749c9
core/trie: remove trie tracer (#26665)
holiman Feb 19, 2023
1db978c
rpc: fix unmarshaling of null result in CallContext (#26723)
fjl Feb 19, 2023
2166c86
build: ship bootstrapper Go along with builder for PPA (#26731)
karalabe Feb 20, 2023
e1e2781
build: fix setting env var, temp early exit
karalabe Feb 20, 2023
4ec4235
build: fix gobootstrap path for the PPA
karalabe Feb 20, 2023
a43efce
build: add some PPA debug logs, sigh
karalabe Feb 20, 2023
1652684
internal/build: revert raising the chunk size for PPA
karalabe Feb 20, 2023
c02334b
build: yet another weird PPA fix
karalabe Feb 20, 2023
4519054
build: fix (finaly?) the PPA env vars for Go bootstrapping
karalabe Feb 20, 2023
41dee26
build: fix Go 1.19.0 bootstrapper issues on 386 PPA
karalabe Feb 20, 2023
ba4267f
build: enable Lunar Lobster PPA builds
karalabe Feb 20, 2023
13ef21d
Revert "core/trie: remove trie tracer (#26665)" (#26732)
rjl493456442 Feb 20, 2023
7d4db69
cmd/geth: clarify dumpconfig options (#26729)
swkim101 Feb 21, 2023
90d2551
core, eth: merge snap-sync chain download progress logs (#26676)
karalabe Feb 21, 2023
6d2d126
core: fix accessor mismatch for genesis state (#26747)
holiman Feb 21, 2023
2f20fd3
core/rawdb: expose chain freezer constructor without internals (#26748)
karalabe Feb 21, 2023
fe01a2f
all: use unified emptyRootHash and emptyCodeHash (#26718)
rjl493456442 Feb 21, 2023
4034c67
eth/filters: fix a breaking change and return rpctransaction (#26757)
yierx Feb 22, 2023
f86f048
common/math: allow HexOrDecimal to accept unquoted decimals too (#26758)
karalabe Feb 22, 2023
73b01f4
params: release Geth v1.11.2
karalabe Feb 22, 2023
f6a7cc6
params: begin v.1.11.3 release cycle
karalabe Feb 22, 2023
a36c68f
log: improve documentation (#26753)
naterarmstrong Feb 22, 2023
09a9ccd
core/rawdb, node: use standalone flock dependency (#26633)
holiman Feb 23, 2023
b3ae073
eth: use the last announced finalized block as the sync ancient limit…
karalabe Feb 23, 2023
ee530c0
Merge pull request #26721 from holiman/nocover
karalabe Feb 23, 2023
c155c8e
cmd/devp2p: faster crawling + less verbose dns updates (#26697)
holiman Feb 27, 2023
2ad150d
eth/tracers: add native flatCallTracer (aka parity style tracer) (#26…
ziogaschr Feb 28, 2023
2ea48f8
core: improve withdrawal index assignment in GenerateChain (#26756)
Rjected Feb 28, 2023
98b0ea6
ethdb/pebble: fix range compaction (#26771)
rjl493456442 Feb 28, 2023
2bb622c
ethdb/pebble: fix max memorytable size (#26776)
rjl493456442 Feb 28, 2023
e1b98f4
ethclient: include withdrawals in ethclient block responses (#26778)
peterbitfly Feb 28, 2023
cd31f2d
all: change chain head markers from block to header (#26777)
karalabe Mar 2, 2023
19f74fa
core/rawdb, ethdb/pebble: disable pebble on openbsd (#26801)
karalabe Mar 3, 2023
0101895
core: fix a merge fault (#26802)
karalabe Mar 3, 2023
403cac7
README, go.mod, event, internal/version: bump min Go to 1.19 (#26803)
karalabe Mar 3, 2023
27e5982
travi: remove strange leftover Go version
karalabe Mar 3, 2023
d865a5d
core, params: schedule Shanghai on goerli (#26795)
MariusVanDerWijden Mar 6, 2023
4c23fe9
eth: remove admin.peers[i].eth.head and difficulty (#26804)
karalabe Mar 6, 2023
8718614
core/types: add EffectiveGasPrice in Receipt (#26713)
fjl Mar 6, 2023
5bc2ef9
core, eth/catalyst: fix race conditions in tests (#26790)
MariusVanDerWijden Mar 6, 2023
544e4a7
metrics: improve accuracy of CPU gauges (#26793)
turboboost55 Mar 6, 2023
4688d3c
ethclient: fix panic when requesting missing blocks (#26817)
fjl Mar 7, 2023
77e33e5
core, miner: revert block gas counter in case of invalid transaction …
rjl493456442 Mar 7, 2023
39be753
internal/ethapi: add tests for transaction types JSON marshal/unmarsh…
ajsutton Mar 7, 2023
cb1f6bd
cmd/evm: correct `alloc` for `t8n` testdata (#26822)
gurukamath Mar 7, 2023
41af42e
eth/tracers/native: set created address to nil in case of failure (#2…
s1na Mar 7, 2023
1e3177d
accounts/usbwallet: mitigate ledger app chunking issue (#26773)
prestwich Mar 7, 2023
78429f7
beacon/engine: don't omit empty withdrawals in ExecutionPayloadBodies…
MariusVanDerWijden Mar 7, 2023
a54d91a
build: update to go 1.20.2 (#26824)
fjl Mar 7, 2023
5ed08c4
params: go-ethereum v1.11.3 stable
fjl Mar 7, 2023
bb4ac2d
params: begin v1.11.4 release cycle
fjl Mar 7, 2023
f7661a6
core/rawdb: find smallest block stored in key-value store when chain …
rjl493456442 Mar 8, 2023
02796f6
signer/core: accept all solidity primitive types for EIP-712 signing …
daferna Mar 8, 2023
e14043d
params: remove EF azure bootnodes (#26828)
skylenet Mar 8, 2023
b80f05b
core/vm: use golang native big.Int (#26834)
holiman Mar 8, 2023
1bf1168
core/vm: fix typo in comment (#26838)
JBossBC Mar 9, 2023
5395362
core/forkid: fix issue in validation test (#26544)
fjl Mar 9, 2023
08f6a2a
cmd/evm: update readmes for the tests (#26841)
holiman Mar 9, 2023
67ac5f0
core, core/types: plain Message struct (#25977)
roberto-bayardo Mar 9, 2023
df02799
travis: only build PPAs nightly, not on every push, too heavy (#26846)
karalabe Mar 9, 2023
051493d
p2p: small comment typo (#26850)
panicalways Mar 10, 2023
564db9a
core: add Timestamp method in BlockGen (#26844)
fjl Mar 10, 2023
6cf2e92
core/txpool: implement additional DoS defenses (#26648)
MariusVanDerWijden Mar 10, 2023
7e3b149
params: go-ethereum v1.11.4 stable
fjl Mar 10, 2023
4930614
params: begin v1.11.5 release cycle
fjl Mar 10, 2023
789de23
tests: define `MuirGlacier` fork (#26856)
gurukamath Mar 10, 2023
ca61048
code/vm: fix comment typo (#26865)
JBossBC Mar 13, 2023
a20e387
core: minor code refactor (#26852)
s7v7nislands Mar 13, 2023
d1c5f91
core/txpool: use priceList.Put instead of heap.Push (#26863)
ucwong Mar 13, 2023
5f81db6
eth: return error if 'safe' or 'finalized' tag used pre-merge (#26862)
lightclient Mar 13, 2023
94ff721
.travis.yml: reenable PPA build on tag push (#26873)
fjl Mar 13, 2023
c8a6b71
core/state, trie: port changes from PBSS (#26763)
rjl493456442 Mar 14, 2023
eca3d39
p2p/discover: pass invalid discv5 packets to Unhandled channel (#26699)
holiman Mar 14, 2023
b5c9be3
all: update links in documentation (#26882)
ssflynn77 Mar 14, 2023
6bc68f8
Increase websocket frame size (from erigon rpc client) (#26883)
jotto Mar 14, 2023
f86913b
cmd/devp2p, cmd/geth: add version in --help output (#26895)
fjl Mar 15, 2023
bba2a1b
core: show db error-info in case of mismatched hash root (#26870)
rjl493456442 Mar 16, 2023
48d1bf0
consensus: improve consensus engine definition (#26871)
rjl493456442 Mar 16, 2023
d8066dc
eth/catalyst: increase update consensus timeout (#26840)
MariusVanDerWijden Mar 16, 2023
f733657
internal/ethapi: avoid int overflow in GetTransactionReceipt (#26911)
darioush Mar 16, 2023
b7bfbc1
trie, accounts/abi: add error-checks (#26914)
darioush Mar 17, 2023
58d0f64
rlp: support for uint256 (#26898)
holiman Mar 17, 2023
ee8e83f
eth: fix output file permissions in admin_exportChain (#26912)
darioush Mar 17, 2023
81b0aa0
trie: reduce unit test time (#26918)
MariusVanDerWijden Mar 20, 2023
80ff0b4
core/txpool: use atomic int added in go1.19 (#26913)
s7v7nislands Mar 20, 2023
5d23d21
params: schedule shanghai fork on mainnet (#26908)
MariusVanDerWijden Mar 20, 2023
e6b6a8b
core/txpool: allow future local transactions (#26930)
MariusVanDerWijden Mar 20, 2023
a38f410
params: go-ethereum v1.11.5 stable
holiman Mar 21, 2023
7ecb578
params: begin v1.11.6 release cycle
holiman Mar 21, 2023
2ed8013
build: allow building nightly archives via cron jobs (#26938)
karalabe Mar 21, 2023
8a9a73c
log: add special casing of uint256 into the logger (#26936)
karalabe Mar 21, 2023
905a723
core/rawdb: use atomic int added in go1.19 (#26935)
s7v7nislands Mar 21, 2023
b3f43c8
core/vm: expose jumptable constructors (#26880)
holiman Mar 21, 2023
20f8eb7
eth/catalyst: fix races (#26950)
MariusVanDerWijden Mar 22, 2023
7f3fc15
core/rawdb: update freezertable read meter (#26946)
jsvisa Mar 23, 2023
37ecff0
cmd/evm, tests: record preimages if dump is expected (#26955)
lightclient Mar 23, 2023
8990c92
core/state: add account address to Trie slot accessors (#26934)
gballet Mar 23, 2023
7dc1007
metrics: add cpu counters (#26796)
turboboost55 Mar 23, 2023
f6c3a53
metrics/influxdb: use smaller dependency and reuse code between v1 an…
holiman Mar 23, 2023
b1acaf4
eth/gasprice: change feehistory input type from int to uint64 (#26922)
aaronbuchwald Mar 23, 2023
0137bd6
go.mod: update golang.org/x/tools (#26960)
holiman Mar 24, 2023
792d893
rlp/rlpgen: print want/expect output string if mismatch (#26932)
ucwong Mar 24, 2023
df383ad
ethclient: ensure returned subscription is nil on error (#26976)
norwnd Mar 25, 2023
41f89ca
core/state, trie: remove Try prefix in Trie accessors (#26975)
gballet Mar 27, 2023
117530b
metrics/librato: ensure resp.body closed (#26969)
jsvisa Mar 27, 2023
881fed0
core/vm: use atomic.Bool (#26951)
s7v7nislands Mar 27, 2023
79532a2
core/bloombits: use atomic type (#26993)
s7v7nislands Mar 28, 2023
fb8a3aa
core/state: use atomic.Bool (#26992)
s7v7nislands Mar 28, 2023
a236e03
graphql: fix data races (#26965)
s1na Mar 28, 2023
fd94b4f
eth/tracers/native: prevent panic for LOG edge-cases (#26848)
jwasinger Mar 28, 2023
56c1f98
internal/debug: add log.logfmt flag to set logging to use logfmt (#26…
ajsutton Mar 28, 2023
7ca4f60
docs: update outdated DeriveSha docs comment (#26968)
davidmurdoch Mar 28, 2023
a03490c
remove @gballet as a GraphQL codeowner (#27012)
gballet Mar 30, 2023
949cee2
core: use atomic type (#27011)
s7v7nislands Mar 30, 2023
62fb7d3
graphql: revert storage access regression (#27007)
s1na Mar 30, 2023
2d14928
cmd/geth: Add `--log.format` cli param (#27001)
ajsutton Mar 30, 2023
50317bd
ethdb/pebble: use atomic type (#27014)
s7v7nislands Mar 30, 2023
9ce0474
common: fix json marshaller MixedcaseAddress (#26998)
rjl493456442 Mar 30, 2023
d0fbb10
eth/catalyst: improve consensus heartbeat (#26896)
openex27 Mar 30, 2023
b92d0ea
miner: use atomic type (#27013)
s7v7nislands Mar 31, 2023
00a73fb
accounts/abi/bind: handle UnpackLog with zero topics (#26920)
aaronbuchwald Mar 31, 2023
bed07cd
cmd/evm: use correct parent number for t8n base fee calculation (#27032)
gurukamath Apr 3, 2023
dc2f4b9
go.mod : update snappy (#27027)
ucwong Apr 3, 2023
2c57984
common: delete MakeName (#27023)
lightclient Apr 3, 2023
7076ae0
cmd/geth: enable log rotation (#26843)
sudeepdino008 Apr 3, 2023
94457cc
cmd, miner, signer: avoid panic if keystore is not available (#27039)
rjl493456442 Apr 3, 2023
a25dd80
test/fuzzers: fuzz rlp handling of big.Int and uint256.Int (#26917)
holiman Apr 3, 2023
beda6c4
core/txpool: move some validation to outside of mutex (#27006)
holiman Apr 3, 2023
db18293
eth/downloader: use atomic types (#27030)
s7v7nislands Apr 3, 2023
9b1a82c
core/vm: clarify comment (#27045)
joohhnnn Apr 4, 2023
91faf2c
consensus, core/typer: add 4844 excessDataGas to header, tie it to Ca…
karalabe Apr 4, 2023
d2cf493
consensus/misc, params: add EIP-4844 blobfee conversions (#27041)
karalabe Apr 4, 2023
0b76eb3
eth/tracers: report correct gasLimit in call tracers (#27029)
jsvisa Apr 4, 2023
ab1a404
all: remove debug-field from vm config (#27048)
holiman Apr 4, 2023
b4dcd1a
metrics: make gauge_float64 and counter_float64 lock free (#27025)
Exca-DK Apr 4, 2023
2adce0b
eth/tracers: use atomic type (#27031)
s7v7nislands Apr 4, 2023
9d37102
build: upgrade -dlgo version to Go 1.20.3
sandakersmann Apr 4, 2023
230df98
core/txpool: disallow future churn by remote txs (#26907)
MariusVanDerWijden Apr 5, 2023
b946b7a
core, miner: drop transactions from the same sender when error occurs…
rjl493456442 Apr 5, 2023
4a9fa31
Merge pull request #27051 from sandakersmann/master
karalabe Apr 8, 2023
5aa5295
params: new sepolia bootnodes (#27099)
parithosh Apr 17, 2023
8fe807c
cmd/devp2p: fix erroneous log output in crawler (#27089)
0x00Duke Apr 17, 2023
bedf285
signer/core: rename testdata files (#27063)
taeguk Apr 17, 2023
cb66eba
core: fix comment to reflect function name (#27070)
anusha-ctrl Apr 17, 2023
5e4d726
params: remove `EIP150Hash` from chainconfig (#27087)
jsvisa Apr 18, 2023
b197262
p2p: access embedded fields of Server directly (#27078)
joohhnnn Apr 18, 2023
3768b00
consensus/ethash: use atomic type (#27068)
s7v7nislands Apr 18, 2023
2b0a34b
cmd/devp2p: make crawler-route53-updater less verbose (#27116)
holiman Apr 19, 2023
f2df2b1
cmd/geth: rename --vmodule to --log.vmodule (#27071)
ajsutton Apr 19, 2023
3f7afc3
core/vm: order opcodes properly (#27113)
axic Apr 20, 2023
ae93e0b
metrics: use atomic type (#27121)
s7v7nislands Apr 20, 2023
99f81d2
all: refactor trie API (#26995)
rjl493456442 Apr 20, 2023
ea9e62c
params: go-ethereum v1.11.6 stable
holiman Apr 20, 2023
4ab4e4f
params: begin v1.11.7 release cycle
holiman Apr 20, 2023
bbc565a
core/types, params: add blob transaction type, RLP encoded for now (#…
karalabe Apr 21, 2023
d3ece3a
cmd/utils, node: switch to Pebble as the default db if none exists (#…
karalabe Apr 21, 2023
1e556d2
all: remove notion of trusted checkpoints in the post-merge world (#2…
karalabe Apr 24, 2023
bbcb5ea
core, trie: rework trie database (#26813)
rjl493456442 Apr 24, 2023
f541cad
eth: use new atomic types (#27137)
s7v7nislands Apr 25, 2023
f8f9534
p2p/discover: add traffic metrics (#27008)
Exca-DK Apr 25, 2023
9a12cc9
cmd/geth: remove DAO fork test (#27161)
holiman Apr 25, 2023
2f98dd3
graphql: encode Long values as hex (#26894)
s1na Apr 25, 2023
b1113aa
eth: fix crash on querying finalized block (#27162)
s1na Apr 25, 2023
5d3f580
trie: add node type common package (#27160)
rjl493456442 Apr 26, 2023
f8aa623
core/types: fix discrepancy in receipt.EffectiveGasPrice json encodin…
roberto-bayardo Apr 26, 2023
25f9977
les: use atomic type (#27168)
stephenfire Apr 26, 2023
306d177
light: use atomic type (#27169)
stephenfire Apr 26, 2023
66c0c4e
cmd, eth, les: replace Shanghai override flag with Cancun (#27171)
karalabe Apr 26, 2023
8f37322
cmd/geth: make account commands not require datadir lock (#27084)
jsvisa Apr 27, 2023
47cdea5
p2p/discover: concurrent TALKREQ handling (#27112)
fjl Apr 28, 2023
c387186
eth/ethconfig: go fmt (#27194)
ucwong Apr 28, 2023
a865e28
p2p/discover : typo (#27193)
ucwong Apr 28, 2023
52c246f
eth/gasprice: fix typo (#27202)
chirag-bgh May 2, 2023
ae66009
internal/ethapi: add block overrides to eth_call (#26414)
s1na May 2, 2023
a9d7cda
core/types: go generate (#27196)
ucwong May 2, 2023
7d1ebe5
p2p/discover: fix lint nit (#27206)
holiman May 2, 2023
7f6c045
core: remove unused ContractCode method from BlockChain (#27186)
gballet May 2, 2023
29c33d9
graphql, internal: fix typos in comments (#27184)
DavidRomanovizc May 2, 2023
ac3418d
accounts/abi: resolve name conflict for methods starting with a numbe…
MariusVanDerWijden May 2, 2023
dde2da0
all: remove ethash pow, only retain shims needed for consensus and te…
karalabe May 3, 2023
ffda2c6
rpc: use atomic types (#27214)
s7v7nislands May 4, 2023
79a57d4
eth/downloader: fix error aggregator (#27217)
rjl493456442 May 5, 2023
ba09403
core/txpool : fix map size avoid resizing (#27221)
ucwong May 5, 2023
604e215
eth/tracers: add `txHash` field on txTraceResult (#27183)
sjlee1125 May 5, 2023
cc8d40c
core/state: initialize maps with known size (#27222)
ucwong May 8, 2023
7ac08ba
cmd/geth: rename variable 'extapi' (#27223)
joohhnnn May 8, 2023
81d328a
log: report error when ctx key is non-string (#27226)
ucwong May 8, 2023
5021d36
all: port boring changes from pbss (#27176)
rjl493456442 May 9, 2023
c798507
miner: initialize maps with capacity (#27228)
ucwong May 9, 2023
c62da24
cmd/utils: report the blocknumber when block import fails (#27213)
gballet May 9, 2023
0fb1be0
event: initialize maps with known size (#27233)
ucwong May 9, 2023
a742943
node: fix typos in comments (#27236)
dbadoy May 10, 2023
ae7db28
p2p: initialize maps with known size (#27229)
ucwong May 10, 2023
2169fa3
crypto/kzg4844: pull in the C and Go libs for KZG cryptography (#27155)
karalabe May 10, 2023
c8b0afb
ethclient: acquire the rpc.Client (#27246)
jsvisa May 11, 2023
d17ec0e
ethdb/memorydb: init map with known size (#27241)
ucwong May 11, 2023
7577b9c
core/state: unexport NodeIterator (#27239)
gballet May 11, 2023
a143018
all: new empty trie with types.EmptyRootHash instead of null (#27230)
rjl493456442 May 11, 2023
a340721
metrics: use sync.map in registry (#27159)
Exca-DK May 11, 2023
0b66d47
internal/ethapi: make EstimateGas use `latest` block by default (#24363)
zhiqiangxu May 11, 2023
dffd804
internal/ethapi: remove unused err-return (#27240)
makcandrov May 11, 2023
1982437
core/types: un-ssz blob txs, add json marshalling and tweaks (#27256)
karalabe May 12, 2023
9ca84e6
crypto/kzg4844: upgrade c-kzg-4844 to v0.2.0 (#27257)
jtraglia May 12, 2023
7369752
rpc: websocket should respect the "HTTP_PROXY" by default (#27264)
oseau May 15, 2023
c2148c6
core/asm: remove unused return value (#27272)
joohhnnn May 16, 2023
6e3aa86
internal/ethapi: minor refactor in block serialization (#27268)
jsvisa May 16, 2023
d46f69d
tests/fuzzers/bn256: add PairingCheck fuzzer (#27252)
MariusVanDerWijden May 16, 2023
eb83e7c
core/state/snapshot: check difflayer staleness early (#27255)
holiman May 16, 2023
2f2959d
core/state/pruner: remove unused error-return (#27273)
joohhnnn May 17, 2023
ae1d90e
internal/ethapi: make NewAccount return EIP-55 format (#26973)
alexmylonas May 17, 2023
84c3799
rpc: more accurate checking of handler method signatures (#27287)
stephenfire May 17, 2023
41fafa4
go.mod: upgrade gencodec (#27288)
fjl May 17, 2023
c08dc59
beacon/types: add beacon chain data types (#27292)
zsfelfoldi May 17, 2023
6a6318b
go.mod: use`gopkg.in/yaml.v3` instead of `github.com/go-yaml/yaml` (#…
islishude May 17, 2023
85a4b82
all: tie timestamp based forks to the passage of London (#27279)
karalabe May 19, 2023
99394ad
ethdb/pebble: prevent shutdown-panic (#27238)
holiman May 19, 2023
3223950
cmd/utils: do not check free disk space in dev mode (#27281)
islishude May 19, 2023
944e1a0
beacon/types: auto-generate SyncCommittee marshaling methods (#27296)
fjl May 19, 2023
6fe0252
rpc, internal/cmdtest: increase timeout in tests (#27083)
jsvisa May 22, 2023
b46d37e
graphql: upgrade UI to v2 (#27294)
s1na May 22, 2023
5b792e0
accounts/abi: add ErrorById (#27277)
chawin-a May 22, 2023
a190da9
eth/tracers: fix flatCallTracer crasher (#27304)
minh-bq May 23, 2023
bfded65
core/state: do not ignore null addr while iterative dump (#27320)
pcw109550 May 23, 2023
1a18283
cmd/evm: make batched state-test execution possible (#27318)
holiman May 23, 2023
9231770
rpc: change BlockNumber constant values to match ethclient (#27219)
holiman May 23, 2023
e9c3183
cmd: use errrors.New instead of empty fmt.Errorf (#27329)
jsvisa May 24, 2023
b0095ee
ethclient,event: replace noarg fmt.Errorf with errors.New (#27334)
jsvisa May 24, 2023
21c87e0
crypto: replace noarg fmt.Errorf with errors.New (#27333)
jsvisa May 24, 2023
dd25a4f
les, signer, light: replace noarg fmt.Errorf with errors.New (#27336)
jsvisa May 25, 2023
b21ba66
internal,tests: replace noarg fmt.Errorf with errors.New (#27335)
jsvisa May 25, 2023
8a78a4f
eth,consensus: replace noarg fmt.Errorf with errors.New (#27330)
jsvisa May 25, 2023
33fdd03
ethdb/pebble: fix NewBatchWithSize to set db (#27350)
holiman May 25, 2023
e501b3b
params: go-ethereum v1.12.0 stable
holiman May 25, 2023
bd0c521
Merge tag 'v1.12.0' into merge-geth
ceyonur Feb 13, 2024
c801bd7
Merge branch 'tmp-master' into merge-geth
ceyonur Feb 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.