Commit Graph

103 Commits (dac54e31a7456a364d07f238749c8354a110689b)

Author SHA1 Message Date
Péter Szilágyi afea3bd49c
beacon/engine, core/txpool, eth/catalyst: add engine_getBlobsV1 API (#30537) 3 weeks ago
Péter Szilágyi 368e16f39d
core, eth, ethstats: simplify chain head events (#30601) 3 weeks ago
Martin HS 58cf152e98
eth/catalyst, core/txpool/blobpool: make tests output less logs (#30563) 4 weeks ago
minh-bq 0a21cb4d21
core/txpool/blobpool: use types.Sender instead of signer.Sender (#30473) 1 month ago
Péter Szilágyi 1df75dbe36
Revert "core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback" (#30521) 1 month ago
Péter Szilágyi abbd3d9d21 core/txpool/blobpool: add test to check internal shuffling 1 month ago
Martin Holst Swende 9274f28210
core/txpool/blobpool: revert part of #30437, return all reinject-addresses 1 month ago
jwasinger bb9897f11b
core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback (#30495) 1 month ago
maskpp ec596e06a5
core, trie: prealloc capacity for maps (#30437) 2 months ago
maskpp 0dd7e82c0a
core/txpool/blobpool: avoid possible zero index panic (#30430) 2 months ago
rjl493456442 623b17ba20
core/state: state reader abstraction (#29761) 2 months ago
Zoo bd57f35f8d
core/txpool/blobpool: fix error message (#30247) 3 months ago
minh-bq 6693fe1be2
core/txpool: use the cached address in ValidateTransactionWithState (#30208) 4 months ago
maskpp 15936c64a2
core/txpool/legacypool: use maps.Keys and maps.Copy (#30091) 4 months ago
minh-bq a0631f3ebd
core/txpool/blobpool: use nonce from argument instead of tx.Nonce() (#30148) 4 months ago
Marius van der Wijden 803dc6b664
core/txpool/blobpool: revert #29989, WLock on Nonce (#30142) 4 months ago
maskpp 36d67be41b
core/txpool/blobpool: improve newPriceHeap function (#30050) 4 months ago
maskpp 98b5930d2d
core/txpool/blobpool: avoid use *map as parameter. (#30048) 4 months ago
psogv0308 27008408a5
core/txpool/blobpool: change rw-lock to r-lock (#29989) 5 months ago
Felix Lange 1e97148249
all: fix inconsistent receiver name and add lint rule for it (#29974) 5 months ago
lightclient 2e8e35f2ad
all: refactor so `NewBlock`, `WithBody` take `types.Body` (#29482) 6 months ago
Péter Szilágyi e3bdd84e98
core/txpool: repair the limbo Billy too on unclean shutdowns (#29451) 7 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 7 months ago
Martin HS 14cc967d19
all: remove dependency on golang.org/exp (#29314) 8 months ago
Sina M 064f37d6f6
eth/tracers: live chain tracing with hooks (#29189) 8 months ago
Aaron Chen 0444388c74
core/txpool/blobpool: calculate log1.125 faster (#29300) 8 months ago
miles 45b88abbde
all: fix typos (#29288) 8 months ago
Martin HS d5bacfa4de
crypto/kz4844: pass blobs by ref (#29050) 8 months ago
Lee Bousfield 00c21128ef
core/txpool/blobpool: return ErrAlreadyKnown for duplicate txs (#29210) 8 months ago
yzb db4cf69166
all: replace fmt.Errorf() with errors.New() if no param required (#29126) 8 months ago
Roberto Bayardo 51b479e564
core/txpool: elevate the 'already reserved' error into a constant (#29095) 8 months ago
Delweng 45a272c7b9
core/txpool: no need to log loud rotate if no local txs (#29083) 8 months ago
Péter Szilágyi 63aaac8100
core/txpool/blobpool: reduce default database cap for rollout (#29090) 8 months ago
Roberto Bayardo 32d4d6e616
core/txpool: reject blob txs with blob fee cap below the minimum (#29081) 8 months ago
colin b9ca38b735
core/txpool: fix typo (#29036) 9 months ago
buddho bba3fa9af9
core,eth,internal: fix typo (#29024) 9 months ago
buddho 7f5e96dc6c
core/txpool: fix typo (#29031) 9 months ago
Péter Szilágyi f4852b8ddc
core/txpool, eth, miner: retrieve plain and blob txs separately (#29026) 9 months ago
Péter Szilágyi 6fb0d0992b
core/txpool, miner: speed up blob pool pending retrievals (#29008) 9 months ago
Péter Szilágyi 593e303485
core/txpool, eth, miner: pre-filter dynamic fees during pending tx retrieval (#29005) 9 months ago
Péter Szilágyi 3c30de219f
core/txpool/blobpool: update the blob db with corruption handling (#29001) 9 months ago
colin a193bb0c73
core/txpool/legacypool: remove a redundant heap.Init (#28910) 9 months ago
bk efddedc16c
core/txpool/blobpool: rename variables in comments (#28981) 9 months ago
Ng Wei Han beb2954fa4
core/txpool/legacypool: use uint256.Int instead of big.Int (#28606) 9 months ago
Dimitris Apostolou 8fd43c8013
all: fix typos in comments (#28881) 9 months ago
Péter Szilágyi 47d76c5f95
core/txpool: don't inject lazy resolved transactions into the container (#28917) 9 months ago
Péter Szilágyi 62affdc9c5
core/txpool/blobpool: post-crash cleanup and addition/removal metrics (#28914) 9 months ago
Péter Szilágyi 542c861b4f
core/txpool, eth/catalyst: fix racy simulator due to txpool background reset (#28837) 10 months ago
Martin HS a5a4fa7032
all: use uint256 in state (#28598) 10 months ago
Felix Lange 0e93da3197
crypto/kzg4844: add helpers for versioned blob hashes (#28827) 10 months ago