-
5bc2ef984f
core, eth/catalyst: fix race conditions in tests (#26790)
Marius van der Wijden
2023-03-06 23:32:27 +01:00
-
87186148e0
core/types: add EffectiveGasPrice in Receipt (#26713)

Felix LangeandPulsarAI
2023-03-06 17:19:41 +01:00
-
4c23fe97c5
eth: remove admin.peers[i].eth.head and difficulty (#26804)
Péter Szilágyi
2023-03-06 09:27:46 +02:00
-
d865a5d6ae
core, params: schedule Shanghai on goerli (#26795)
Marius van der Wijden
2023-03-06 08:26:43 +01:00
-
27e59827d8
travi: remove strange leftover Go version
Péter Szilágyi
2023-03-03 12:26:04 +02:00
-
403cac71eb
README, go.mod, event, internal/version: bump min Go to 1.19 (#26803)
Péter Szilágyi
2023-03-03 12:24:09 +02:00
-
010189538e
core: fix a merge fault (#26802)
Péter Szilágyi
2023-03-03 12:11:39 +02:00
-
19f74fa3c0
core/rawdb, ethdb/pebble: disable pebble on openbsd (#26801)
Péter Szilágyi
2023-03-03 12:05:00 +02:00
-
cd31f2dee2
all: change chain head markers from block to header (#26777)
Péter Szilágyi
2023-03-02 08:29:15 +02:00
-
e1b98f49a5
ethclient: include withdrawals in ethclient block responses (#26778)
Peter (bitfly)
2023-02-28 14:40:24 +01:00
-
2bb622ce40
ethdb/pebble: fix max memorytable size (#26776)
rjl493456442
2023-02-28 21:34:12 +08:00
-
98b0ea62b5
ethdb/pebble: fix range compaction (#26771)
rjl493456442
2023-02-28 21:32:51 +08:00
-
2ea48f8a22
core: improve withdrawal index assignment in GenerateChain (#26756)


2023-02-28 05:46:32 -05:00
-
2ad150d986
eth/tracers: add native flatCallTracer (aka parity style tracer) (#26377)

Chris ZiogasandSina Mahmoodi
2023-02-28 12:24:37 +02:00
-
c155c8e179
cmd/devp2p: faster crawling + less verbose dns updates (#26697)
Martin Holst Swende
2023-02-27 05:36:26 -05:00
-
ee530c0d5a
Merge pull request #26721 from holiman/nocover
Péter Szilágyi
2023-02-23 13:24:31 +02:00
-
-
b3ae073488
eth: use the last announced finalized block as the sync ancient limit (#26685)
Péter Szilágyi
2023-02-23 13:22:41 +02:00
-
09a9ccdbce
core/rawdb, node: use standalone flock dependency (#26633)
Martin Holst Swende
2023-02-23 02:11:50 -05:00
-
a36c68f12c
log: improve documentation (#26753)
Nate Armstrong
2023-02-22 04:39:41 -08:00
-
f6a7cc68d5
params: begin v.1.11.3 release cycle
Péter Szilágyi
2023-02-22 14:25:19 +02:00
-
73b01f40ce
params: release Geth v1.11.2
Péter Szilágyi
2023-02-22 14:23:51 +02:00
-
f86f048646
common/math: allow HexOrDecimal to accept unquoted decimals too (#26758)
Péter Szilágyi
2023-02-22 13:55:09 +02:00
-
4034c675be
eth/filters: fix a breaking change and return rpctransaction (#26757)

YierandCatror
2023-02-22 19:06:43 +08:00
-
fe01a2f63b
all: use unified emptyRootHash and emptyCodeHash (#26718)
rjl493456442
2023-02-21 19:12:27 +08:00
-
2f20fd31ee
core/rawdb: expose chain freezer constructor without internals (#26748)
Péter Szilágyi
2023-02-21 13:10:01 +02:00
-
6d2d126100
core: fix accessor mismatch for genesis state (#26747)
Martin Holst Swende
2023-02-21 05:18:33 -05:00
-
90d25514af
core, eth: merge snap-sync chain download progress logs (#26676)
Péter Szilágyi
2023-02-21 12:17:34 +02:00
-
7d4db69607
cmd/geth: clarify dumpconfig options (#26729)
Sungwoo Kim
2023-02-21 02:35:04 -05:00
-
13ef21d467
Revert "core/trie: remove trie tracer (#26665)" (#26732)
rjl493456442
2023-02-20 22:54:52 +08:00
-
ba4267fcac
build: enable Lunar Lobster PPA builds
Péter Szilágyi
2023-02-20 13:26:37 +02:00
-
41dee2623e
build: fix Go 1.19.0 bootstrapper issues on 386 PPA
Péter Szilágyi
2023-02-20 12:36:46 +02:00
-
4519054816
build: fix (finaly?) the PPA env vars for Go bootstrapping
Péter Szilágyi
2023-02-20 11:31:19 +02:00
-
c02334be1e
build: yet another weird PPA fix
Péter Szilágyi
2023-02-20 11:07:33 +02:00
-
165268430c
internal/build: revert raising the chunk size for PPA
Péter Szilágyi
2023-02-20 10:43:55 +02:00
-
a43efceaf2
build: add some PPA debug logs, sigh
Péter Szilágyi
2023-02-20 10:31:35 +02:00
-
4ec4235fc4
build: fix gobootstrap path for the PPA
Péter Szilágyi
2023-02-20 10:09:00 +02:00
-
e1e2781105
build: fix setting env var, temp early exit
Péter Szilágyi
2023-02-20 09:56:03 +02:00
-
2166c86041
build: ship bootstrapper Go along with builder for PPA (#26731)
Péter Szilágyi
2023-02-20 08:53:15 +02:00
-
1db978ca6b
rpc: fix unmarshaling of null result in CallContext (#26723)


2023-02-19 20:23:18 +01:00
-
7c749c947a
core/trie: remove trie tracer (#26665)

Martin Holst SwendeandGary Rong
2023-02-19 14:10:19 -05:00
-
15e5e6176b
eth/catalyst: request too large error (#26722)

Roman KrasiukandMartin Holst Swende
2023-02-17 20:30:38 +02:00
-
a0d63bc69a
ci: disable coverage reporting in appveyor and travis
Martin Holst Swende
2023-02-17 15:34:30 +01:00
-
-
6428663faf
eth/catalyst: send INVALID instead of INVALID_BLOCK_HASH (#26696)
Marius van der Wijden
2023-02-17 11:25:09 +01:00
-
b40c10916c
params: begin v1.11.2 release cycle
Martin Holst Swende
2023-02-16 20:53:16 +01:00
-
769610667d
params: go-ethereum v1.11.1 stable
Martin Holst Swende
2023-02-16 20:51:51 +01:00
-
4d3525610e
all: remove deprecated uses of math.rand (#26710)
Martin Holst Swende
2023-02-16 14:36:58 -05:00
-
e9d42499bb
eth/downloader: fix typo (#26716)
ucwong
2023-02-16 11:40:16 -06:00
-
13d7de77f4
eth/downloader: fix empty-body case in queue fetchresult (#26707)
Martin Holst Swende
2023-02-16 05:28:01 -05:00
-
645e3e86c4
core, eth/downloader: make body validation more strict (#26704)
Martin Holst Swende
2023-02-16 05:10:16 -05:00
-
08bf8a60c3
core: check genesis state presence by disk read (#26703)
rjl493456442
2023-02-16 18:09:41 +08:00
-
5ccc99b258
travis, build: update Go to 1.20.1 (#26653)
Péter Szilágyi
2023-02-16 09:00:45 +02:00
-
194b5c9152
params: begin v1.11.1 release cycle
Martin Holst Swende
2023-02-15 19:15:31 +01:00
-
18b641b064
params: go-ethereum v1.11.0 stable
Martin Holst Swende
2023-02-15 19:14:20 +01:00
-
7fb42e6db2
eth/downloader: handle missing withdrawals if empty list is expected (#26675)
Marius van der Wijden
2023-02-15 13:23:07 +01:00
-
5967a2290a
ethdb/pebble: Fix
MemTableStopWritesThreshold (#26692)
Patrick O'Grady
2023-02-15 00:27:52 -08:00
-
dbd6c1324d
eth/catalyst: return error if withdrawals are nil post-shanghai (#26691)
Marius van der Wijden
2023-02-14 19:39:00 +01:00
-
101587b3f4
p2p/dnsdisc: fix tests with Go 1.20 (#26690)
Felix Lange
2023-02-14 14:58:43 +01:00
-
ff38c9ee2e
eth/filters: replace atomic pointer with value (#26689)

Sina MahmoodiandMartin Holst Swende
2023-02-14 16:48:22 +03:00
-
f44ebc4838
params: update mainnet + rinkeby CHT (#26677)
Martin Holst Swende
2023-02-14 04:12:34 -05:00
-
1c5fa40a78
cmd/devp2p: reduce output of node crawler (#26674)
Martin Holst Swende
2023-02-14 03:08:06 -05:00
-
03585ed7a9
tests/fuzzers: supply gnark multiexp config, fixes #26669 (#26670)
Martin Holst Swende
2023-02-13 08:14:34 -05:00
-
7d29fff415
eth/tracers: more fork overrides in traceBlockToFile (#26655)
Darioush Jalali
2023-02-13 02:01:35 -08:00
-
2def62b99b
eth/filters: avoid block body retrieval when no matching logs (#25199)
Sina Mahmoodi
2023-02-13 10:59:27 +01:00
-
241cf62b5c
params: schedule shanghai fork on sepolia (#26662)
Marius van der Wijden
2023-02-10 12:34:45 +01:00
-
0ea65d4020
ethdb: add benchmark test suite (#26659)
rjl493456442
2023-02-10 17:35:00 +08:00
-
b0cd8c4a5c
core/vm: set tracer-observable
value of a delegatecall to match parent value (#26632)

Chris ZiogasandSina Mahmoodi
2023-02-10 11:26:43 +02:00
-
77380b9629
go.mod: update pebble to latest master (#26654)
Péter Szilágyi
2023-02-09 19:01:31 +02:00
-
22c3ad1d12
core/state, trie: remove unused error-return from trie Commit operation (#26641)
Martin Holst Swende
2023-02-09 08:56:59 -05:00
-
3086c256c9
eth/downloader: fix timeout resurrection panic (#26652)
Péter Szilágyi
2023-02-09 14:56:15 +02:00
-
da3c974c36
ethdb/pebble: fix nil callbacks (#26650)
Péter Szilágyi
2023-02-09 13:31:42 +02:00
-
bf1798e04e
common/prque: generic priority queue (#26290)


2023-02-09 13:03:54 +02:00
-
6a148dd5c3
eth/catalyst: disallow forkchoiceupdate v1 post-shanghai (#26645)
Marius van der Wijden
2023-02-09 09:53:22 +01:00
-
ed51b8c5d3
ethdb: pebble backend (64bit platforms only) (#26517)



2023-02-09 03:48:34 -05:00
-
095e365fac
all: remove support for Ropsten (#26644)
Péter Szilágyi
2023-02-09 10:03:00 +02:00
-
0c9eb8c9a4
eth/catalyst: make getPayloadBodiesByRange take hex inputs (#26624)


2023-02-08 07:04:40 -08:00
-
9842301376
all: remove database commit callback, rework noderesolver (#26637)
rjl493456442
2023-02-08 19:14:34 +08:00
-
8c18b48bf1
log: allow tabs in log messages (#26630)
Felix Lange
2023-02-08 10:39:17 +01:00
-
00a9b80b5c
light: fix receiver name from Python style to Go (#26631)

halilylmandHalil Yildirim
2023-02-08 12:37:33 +03:00
-
2f73f4f028
eth/catalyst,miner: include withdrawals in payload id calculation (#26554)



2023-02-07 19:16:53 +01:00
-
31d401ea68
rpc: remove DecimalOrHex type (#26629)
Felix Lange
2023-02-07 15:44:27 +01:00
-
cefc0fa00f
accounts/abi: fix integer encoding/decoding (#26568)
zhiqiangxu
2023-02-07 21:32:27 +08:00
-
91cb6f863a
tests: update (#26548)

Martin Holst SwendeandFelix Lange
2023-02-06 14:52:51 -05:00
-
37e3208e33
build: upgrade to golangci-lint v1.51.1 (#26618)
Felix Lange
2023-02-06 18:15:13 +01:00
-
3a5aceed8f
beacon/engine: move core/beacon to beacon/engine (#26616)
Felföldi Zsolt
2023-02-06 16:37:58 +01:00
-
8860b39754
all: prepare for path-based trie storage (#26603)

Martin Holst SwendeandGary Rong
2023-02-06 10:28:40 -05:00
-
10c14847af
README: remove text about GPU mining (#26609)

Marius KjærstadandFelix Lange
2023-02-06 15:10:46 +01:00
-
918aed4e31
core/vm: add bn256ScalarMul testcase for zero scalar value (#26607)
raulk
2023-02-06 12:41:29 +00:00
-
8e92881a3d
rpc: fix off-by-one in ipc endpoint length check (#26614)
Martin Holst Swende
2023-02-06 07:25:42 -05:00
-
bd726f86b8
readme: fix broken link (#26612)
delihiros
2023-02-06 19:18:50 +09:00
-
9826cd65bc
eth/catalyst: implement engine_getPayloadBodiesByHash/Range methods (#26232)

Marius van der WijdenandMartin Holst Swende
2023-02-06 10:21:40 +01:00
-
877d2174fb
core/vm: improve EVM instance reusability (#26341)

lmittmannandFelix Lange
2023-02-05 15:11:25 +01:00
-
3a79a99f80
Merge pull request #26599 from karalabe/mobile-nuke
Péter Szilágyi
2023-02-03 12:52:10 +02:00
-
-
d9699c8238
accounts, build, mobile: remove Andriod and iOS support
Péter Szilágyi
2023-02-03 12:26:29 +02:00
-
-
d0a4989a8d
cmd, eth, node: deprecate personal namespace (#26390)

Marius van der WijdenandMartin Holst Swende
2023-02-02 12:52:19 +01:00
-
a8cf4399a9
eth/catalyst: return invalid params instead of invalid payload params (#26591)
Marius van der Wijden
2023-02-02 10:52:26 +01:00
-
5d8bff1d72
Merge pull request #26581 from holiman/nuke_puppet
Péter Szilágyi
2023-02-02 10:00:23 +02:00
-
-
5c8cc10d1e
core: improve ambiguous block validation message (#26582)
Martin Holst Swende
2023-02-01 10:08:25 -05:00
-
8ded6a9fcd
cmd/puppeth: remove puppeth
Martin Holst Swende
2023-01-31 10:16:30 +01:00
-
-
bd6a05e1ee
internal/ethapi: always return block withdrawals if present (#26565)
lightclient
2023-01-31 01:34:03 -07:00
-
efbd508d21
eth/tracer: rename to revertReason (#26574)
rjl493456442
2023-01-31 16:29:17 +08:00