-
2bd6bd01d2
Merge branch 'master' into release/1.13
v1.13.14
Péter Szilágyi
2024-02-27 13:51:11 +0200
-
-
9038ba6942
params: release Geth v1.13.14
Péter Szilágyi
2024-02-27 13:50:30 +0200
-
51b479e564
core/txpool: elevate the 'already reserved' error into a constant (#29095)
Roberto Bayardo
2024-02-27 03:27:50 -0800
-
5a0f468f8c
eth/tracers: Fix callTracer logs on onlyTopCall == true (#29068)
Andrei Silviu Dragnea
2024-02-27 10:29:12 +0100
-
45a272c7b9
core/txpool: no need to log loud rotate if no local txs (#29083)
Delweng
2024-02-27 00:34:45 +0800
-
63aaac8100
core/txpool/blobpool: reduce default database cap for rollout (#29090)
Péter Szilágyi
2024-02-26 14:27:56 +0200
-
c1f59b98f6
eth/catalyst: remove variable in tx conversion loop (#29076)
cui
2024-02-26 20:22:13 +0800
-
821d70240d
cmd/clef: add spaces in README.md table (#29077)
Justin Dhillon
2024-02-26 02:03:59 -0800
-
8bca93e82c
internal/ethapi: pass blob hashes to gas estimation (#29085)
maskpp
2024-02-26 18:02:18 +0800
-
edffacca8f
eth/catalyst: enable some commented-out testcases (#29073)
cui
2024-02-26 17:59:03 +0800
-
26724fc2aa
p2p, log, rpc: use errors.New to replace fmt.Errorf with no parameters (#29074)
Qt
2024-02-26 17:25:35 +0800
-
32d4d6e616
core/txpool: reject blob txs with blob fee cap below the minimum (#29081)
Roberto Bayardo
2024-02-26 01:06:52 -0800
-
93c541ad56
eth/catalyst: fix wrong error message of payloadV2 after cancun (#29049)
Haotian
2024-02-23 16:57:47 +0800
-
b87b9b4533
internal/ethapi:fix zero rpc gas cap in eth_createAccessList (#28846)
colin
2024-02-22 23:35:23 +0800
-
e47a7c22c4
internal/ethapi: use overriden baseFee for gasPrice (#29051)
ArtificialPB
2024-02-22 14:39:22 +0100
-
b590cae892
params: begin v1.13.14 release cycle
Felix Lange
2024-02-21 15:49:50 +0100
-
7f131dcbc9
Merge branch 'master' into release/1.13
Felix Lange
2024-02-21 15:48:38 +0100
-
-
3b4ede7444
params: release go-ethereum v1.13.13 stable
Felix Lange
2024-02-21 15:44:02 +0100
-
b47cf8fe1d
internal/ethapi: fix defaults for blob fields (#29037)
Sina Mahmoodi
2024-02-21 12:46:32 +0100
-
b9ca38b735
core/txpool: fix typo (#29036)
colin
2024-02-21 16:00:01 +0800
-
79e340fb12
params: add cancun upgrade banner (#29042)
Haotian
2024-02-21 15:59:21 +0800
-
bba3fa9af9
core,eth,internal: fix typo (#29024)
buddho
2024-02-20 19:42:48 +0800
-
7f5e96dc6c
core/txpool: fix typo (#29031)
buddho
2024-02-20 18:08:56 +0800
-
f4852b8ddc
core/txpool, eth, miner: retrieve plain and blob txs separately (#29026)
Péter Szilágyi
2024-02-20 11:37:23 +0200
-
ac0ff04460
core/vm, params: ensure order of forks, prevent overflow (#29023)
Martin HS
2024-02-19 16:29:59 +0100
-
6fb0d0992b
core/txpool, miner: speed up blob pool pending retrievals (#29008)
Péter Szilágyi
2024-02-19 15:59:40 +0200
-
5d984796af
core: using math.MaxUint64 instead of 0xffffffffffffffff (#29022)
cui
2024-02-19 20:03:58 +0800
-
034bc4669f
ethstats: prevent panic if head block is not available (#29020)
rjl493456442
2024-02-19 14:25:53 +0800
-
593e303485
core/txpool, eth, miner: pre-filter dynamic fees during pending tx retrieval (#29005)
Péter Szilágyi
2024-02-17 13:37:14 +0200
-
95741b1844
core: move genesis alloc types to core/types (#29003)
Sina Mahmoodi
2024-02-16 19:05:33 +0100
-
3c30de219f
core/txpool/blobpool: update the blob db with corruption handling (#29001)
Péter Szilágyi
2024-02-16 17:33:14 +0200
-
a193bb0c73
core/txpool/legacypool: remove a redundant heap.Init (#28910)
colin
2024-02-16 02:50:17 +0800
-
1bdf8b9b2d
cmd/devp2p/internal/ethtest: some fixes for the eth test suite (#28996)
Felix Lange
2024-02-15 19:43:37 +0100
-
0c412dcd1f
cmd/evm: fix typo in test script (#28995)
alex
2024-02-15 22:54:40 +0800
-
286090689a
eth/catalyst: add getClientVersion to capabilities (#28994)
Marius van der Wijden
2024-02-15 14:43:45 +0100
-
886f0e72e5
tests: update execution spec tests + split statetest exec (#28993)
Martin HS
2024-02-15 13:30:11 +0100
-
9e3e46671e
eth/catalyst,beacon/engine: implement GetClientVersionV1 (#28915)
lightclient
2024-02-15 04:01:30 -0700
-
2a1d94bd1d
cmd/devp2p: fix modulo in makeBlobTxs (#28970)
colin
2024-02-15 17:22:03 +0800
-
efddedc16c
core/txpool/blobpool: rename variables in comments (#28981)
bk
2024-02-15 04:20:10 -0500
-
9d537f5439
ethereum, ethclient: add blob transaction fields in CallMsg (#28989)
maskpp
2024-02-15 17:08:46 +0800
-
8321fe2fda
tests: fix goroutine leak related to state snapshot generation (#28974)
Martin HS
2024-02-14 17:02:56 +0100
-
55a46c3b10
cmd/utils: fix merge-breakage in test (#28985)
Martin HS
2024-02-14 09:26:53 +0100
-
fe91d476ba
all: remove the dependency from trie to triedb (#28824)
rjl493456442
2024-02-13 21:49:53 +0800
-
4c15d58007
internal/ethapi, signer/core: fix documentation-links (#28979)
Lindlof
2024-02-13 12:14:18 +0300
-
beb2954fa4
core/txpool/legacypool: use uint256.Int instead of big.Int (#28606)
Ng Wei Han
2024-02-13 17:10:11 +0800
-
f1c27c286e
internal/ethapi: fix gas estimation bug in eth_fillTransaction for blob tx (#28929)
maskpp
2024-02-10 03:53:04 +0800
-
1a79089193
fix: update outdated link to trezor docs (#28966)
Peter Straus
2024-02-09 19:30:56 +0100
-
f0c5b6765d
build: remove ubuntu 'lunar' build (#28962)
Martin HS
2024-02-09 13:15:11 +0100
-
89575aeb4b
params: begin v1.13.13 release cycle
Martin Holst Swende
2024-02-09 08:00:05 +0100
-
02eb36afc2
all: release go-ethereum v1.13.12 (#28961)
Martin HS
2024-02-09 07:58:48 +0100
-
-
8facf44109
params: go-ethereum v1.13.12 stable
Martin Holst Swende
2024-02-09 07:51:43 +0100
-
85938dda09
internal/era: update block index format to be based on record offset (#28959)
lightclient
2024-02-08 23:42:50 -0700
-
ac5aa672d3
internal/ethapi: add support for blobs in eth_fillTransaction (#28839)
Sina Mahmoodi
2024-02-08 19:53:32 +0100
-
2732fb10d2
params, core/forkid: add mainnet timestamp for Cancun (#28958)
lightclient
2024-02-08 11:36:38 -0700
-
8a76a814a2
cmd/devp2p, eth: drop support for eth/67 (#28956)
Péter Szilágyi
2024-02-08 15:49:19 +0200
-
ae3b7a0b65
eth/gasprice: fix percentile validation in eth_feeHistory (#28954)
Felix Lange
2024-02-08 13:34:38 +0100
-
2dc33d46b8
ethclient/simulated: fix typo (#28952)
alex
2024-02-08 18:25:13 +0800
-
2ab365f6d8
all: fix docstring names (#28923)
zoereco
2024-02-07 21:10:49 +0100
-
69f5d5ba1f
node, rpc: add configurable HTTP request limit (#28948)
Felix Lange
2024-02-07 21:06:38 +0100
-
449d3f0d87
core,params: add holesky to default genesis function (#28903)
lightclient
2024-02-07 09:19:14 -0700
-
1f50aa7631
cmd,internal/era: implement
export-history
subcommand (#26621)
lightclient
2024-02-07 09:18:27 -0700
-
199e0c9ff5
core/state, core/vm: minor uint256 related perf improvements (#28944)
lmittmann
2024-02-07 17:01:38 +0100
-
16ce7bf50f
eth, miner: fix enforcing the minimum miner tip (#28933)
Péter Szilágyi
2024-02-06 10:59:24 +0200
-
0b5d8d2b58
core: cache transaction indexing tail in memory (#28908)
rjl493456442
2024-02-06 10:44:42 +0800
-
99e9c0702b
Makefile: add help target to display available targets (#28845)
Halimao
2024-02-06 05:48:19 +0800
-
8fd43c8013
all: fix typos in comments (#28881)
Dimitris Apostolou
2024-02-05 23:16:32 +0200
-
8ec638dc5e
internal/flags: fix --miner.gasprice default listing (#28932)
Péter Szilágyi
2024-02-05 23:01:56 +0200
-
19af9008f1
p2p: fix accidental termination of portMappingLoop (#28911)
Chris Ziogas
2024-02-05 23:00:46 +0200
-
253447a4f5
core/types: fix typo (#28922)
zoereco
2024-02-04 06:55:30 +0100
-
47d76c5f95
core/txpool: don't inject lazy resolved transactions into the container (#28917)
Péter Szilágyi
2024-02-02 20:39:12 +0200
-
62affdc9c5
core/txpool/blobpool: post-crash cleanup and addition/removal metrics (#28914)
Péter Szilágyi
2024-02-02 18:26:35 +0200
-
06a871136e
deps: update memsize (#28916)
Martin HS
2024-02-02 17:26:13 +0100
-
5c67066a05
eth/downloader: fix skeleton cleanup (#28581)
rjl493456442
2024-01-31 16:57:33 +0800
-
3adf1cecf2
build: fix problem with windows line-endings in CI download (#28900)
Martin HS
2024-01-31 09:45:20 +0100
-
eaac53ec38
core: reset tx lookup cache if necessary (#28865)
rjl493456442
2024-01-30 09:34:14 +0800
-
fc380f52ef
docs/postmortems: fix outdated link (#28893)
KeienWang
2024-01-29 23:40:57 +0800
-
e2778cd59f
eth/catalyst: allow payload attributes v1 in fcu v2 (#28882)
lightclient
2024-01-29 03:53:25 -0700
-
db98cc485e
README.md: fix travis badge (#28889)
KeienWang
2024-01-29 17:58:43 +0800
-
2e947b7a00
core/types: fix and test handling of faulty nil-returning signer (#28879)
protolambda
2024-01-27 14:16:20 -0600
-
bc0b87ca19
internal/flags: fix typo (#28876)
alex
2024-01-26 15:57:04 +0800
-
cd0770ea68
params: begin v.1.13.12 release cycle
Martin Holst Swende
2024-01-24 11:53:54 +0100
-
8f7eb9ccd9
all: release go-ethereum v1.13.11 (#28868)
Martin HS
2024-01-24 11:52:24 +0100
-
-
99dc3fe118
params: go-ethereum v1.13.11 stable
Martin Holst Swende
2024-01-24 11:45:29 +0100
-
765f2904d8
ethclient: fix flaky test (#28864)
rjl493456442
2024-01-24 16:07:20 +0800
-
a8a87586c1
eth/catalyst: prefix payload id with version (#28246)
lightclient
2024-01-24 00:39:12 -0700
-
6b0de79935
core: move tx indexer to its own file (#28857)
rjl493456442
2024-01-24 04:00:50 +0800
-
542c861b4f
core/txpool, eth/catalyst: fix racy simulator due to txpool background reset (#28837)
Péter Szilágyi
2024-01-23 20:59:38 +0100
-
98eaa57e6f
eth/catalyst: add timestamp checks to fcu and new payload and improve param checks (#28230)
lightclient
2024-01-23 08:02:08 -0700
-
2dc74770a7
core/vm: fix misleading comment (#28860)
trocher
2024-01-23 15:17:42 +0100
-
c89a3da7d9
core/state/snapshot: use AddHash/ContainHash instead of Hasher interface (#28849)
Marius van der Wijden
2024-01-23 15:15:48 +0100
-
4c8d92d303
build: upgrade -dlgo version to Go 1.21.6 (#28836)
Marius Kjærstad
2024-01-23 15:02:58 +0100
-
a5a4fa7032
all: use uint256 in state (#28598)
Martin HS
2024-01-23 14:51:58 +0100
-
819a4977e8
core: fix genesis setup in benchReadChain (#28856)
Darioush Jalali
2024-01-23 05:46:34 -0800
-
19d9977641
go.{mod,sum}: upgrade go-ole to support arm64 (#28859)
Guillaume Ballet
2024-01-23 11:40:01 +0100
-
6a724b94db
docs: remove reference to being official (#28858)
Martin HS
2024-01-23 09:26:00 +0100
-
78a3c32ef4
core, core/rawdb, eth/sync: no tx indexing during snap sync (#28703)
rjl493456442
2024-01-23 04:05:18 +0800
-
f55a10b64d
params, core/forkid: enable cancun on sepolia and holesky (#28834)
Marius van der Wijden
2024-01-20 16:03:14 +0100
-
1c488298c8
ethclient: apply accessList field in toCallArg (#28832)
colin
2024-01-19 23:43:02 +0800
-
0e93da3197
crypto/kzg4844: add helpers for versioned blob hashes (#28827)
Felix Lange
2024-01-19 11:41:17 +0100
-
830f3c764c
eth/filters: reset filter.begin in BenchmarkFilters (#28830)
Darioush Jalali
2024-01-18 04:08:13 -0800