Commit Graph

118 Commits (2163249c04e90649a3e310011e9c93fb46f521a6)

Author SHA1 Message Date
lightclient 69d5f03f21
all: add blob schedule eip 1 week ago
jwasinger e25cedf16d
core/txpool: terminate subpool reset goroutine if pool was closed (#31030) 3 weeks ago
rjl493456442 a7f9523ae1
all: implement state history v2 (#30107) 3 weeks ago
jwasinger 47d17acdc9
core/txpool/legacypool: ensure pending nonces are reset by SubPool.Clear (#31020) 3 weeks ago
georgehao 9e4f08c25d
core: use sync.Once for SenderCacher initialization (#31029) 3 weeks ago
georgehao 1843f27766
all: fix some typos in comments and names (#31023) 3 weeks ago
Quentin McGaw fcf5204a02
core/txpool/legacypool: fix flaky test TestAllowedTxSize (#30975) 4 weeks ago
Daniel Liu c0882429f0
build: upgrade golangci-lint to v1.63.4 (#31019) 4 weeks ago
Felix Lange f1e6372eea
core, core/types: rename AuthList to SetCodeAuthorizations (#30935) 2 months ago
lightclient f808d7357e
all: implement eip-7702 set code tx (#30078) 2 months ago
Martin HS 9045b79bc2
metrics, cmd/geth: change init-process of metrics (#30814) 2 months ago
steven a722adb774
core/txpool: remove unused parameter `local` (#30871) 2 months ago
jwasinger 581e2140f2
core/txpool, eth/catalyst: clear transaction pool in Rollback (#30534) 3 months ago
Martin HS da17f2d65b
all: fix issues with benchmarks (#30667) 3 months ago
piersy 484f0f4e84
core/txpool: improve error responses with wrapped errors (#30715) 3 months ago
Péter Szilágyi afea3bd49c
beacon/engine, core/txpool, eth/catalyst: add engine_getBlobsV1 API (#30537) 4 months ago
Péter Szilágyi 368e16f39d
core, eth, ethstats: simplify chain head events (#30601) 4 months ago
Martin HS 58cf152e98
eth/catalyst, core/txpool/blobpool: make tests output less logs (#30563) 4 months ago
minh-bq 0a21cb4d21
core/txpool/blobpool: use types.Sender instead of signer.Sender (#30473) 4 months ago
Péter Szilágyi 1df75dbe36
Revert "core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback" (#30521) 4 months ago
Péter Szilágyi abbd3d9d21 core/txpool/blobpool: add test to check internal shuffling 4 months ago
Martin Holst Swende 9274f28210
core/txpool/blobpool: revert part of #30437, return all reinject-addresses 4 months ago
jwasinger bb9897f11b
core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback (#30495) 4 months ago
maskpp ec596e06a5
core, trie: prealloc capacity for maps (#30437) 5 months ago
maskpp 0dd7e82c0a
core/txpool/blobpool: avoid possible zero index panic (#30430) 5 months ago
rjl493456442 623b17ba20
core/state: state reader abstraction (#29761) 5 months ago
Zoo bd57f35f8d
core/txpool/blobpool: fix error message (#30247) 6 months ago
minh-bq 6693fe1be2
core/txpool: use the cached address in ValidateTransactionWithState (#30208) 7 months ago
maskpp 15936c64a2
core/txpool/legacypool: use maps.Keys and maps.Copy (#30091) 7 months ago
minh-bq a0631f3ebd
core/txpool/blobpool: use nonce from argument instead of tx.Nonce() (#30148) 7 months ago
Marius van der Wijden 803dc6b664
core/txpool/blobpool: revert #29989, WLock on Nonce (#30142) 7 months ago
maskpp 36d67be41b
core/txpool/blobpool: improve newPriceHeap function (#30050) 7 months ago
maskpp 98b5930d2d
core/txpool/blobpool: avoid use *map as parameter. (#30048) 8 months ago
psogv0308 27008408a5
core/txpool/blobpool: change rw-lock to r-lock (#29989) 8 months ago
Felix Lange 1e97148249
all: fix inconsistent receiver name and add lint rule for it (#29974) 8 months ago
lightclient 2e8e35f2ad
all: refactor so `NewBlock`, `WithBody` take `types.Body` (#29482) 9 months ago
Péter Szilágyi e3bdd84e98
core/txpool: repair the limbo Billy too on unclean shutdowns (#29451) 10 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 11 months ago
Martin HS 14cc967d19
all: remove dependency on golang.org/exp (#29314) 11 months ago
Sina M 064f37d6f6
eth/tracers: live chain tracing with hooks (#29189) 11 months ago
Aaron Chen 0444388c74
core/txpool/blobpool: calculate log1.125 faster (#29300) 11 months ago
miles 45b88abbde
all: fix typos (#29288) 11 months ago
Martin HS d5bacfa4de
crypto/kz4844: pass blobs by ref (#29050) 11 months ago
Lee Bousfield 00c21128ef
core/txpool/blobpool: return ErrAlreadyKnown for duplicate txs (#29210) 11 months ago
yzb db4cf69166
all: replace fmt.Errorf() with errors.New() if no param required (#29126) 11 months ago
Roberto Bayardo 51b479e564
core/txpool: elevate the 'already reserved' error into a constant (#29095) 12 months ago
Delweng 45a272c7b9
core/txpool: no need to log loud rotate if no local txs (#29083) 12 months ago
Péter Szilágyi 63aaac8100
core/txpool/blobpool: reduce default database cap for rollout (#29090) 12 months ago
Roberto Bayardo 32d4d6e616
core/txpool: reject blob txs with blob fee cap below the minimum (#29081) 12 months ago
colin b9ca38b735
core/txpool: fix typo (#29036) 12 months ago