Commit Graph

70 Commits (c1f59b98f6b0351339767d71953eb4eb5d19c496)

Author SHA1 Message Date
Roberto Bayardo 32d4d6e616
core/txpool: reject blob txs with blob fee cap below the minimum (#29081) 9 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) 10 months ago
Péter Szilágyi 47d76c5f95
core/txpool: don't inject lazy resolved transactions into the container (#28917) 10 months ago
Péter Szilágyi 62affdc9c5
core/txpool/blobpool: post-crash cleanup and addition/removal metrics (#28914) 10 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
Alfie John 9ee6809ff4
core/txpool/blobpool: fix typos 10 months ago
lightclient 577be37e0e
cmd/devp2p: update eth/snap protocol test suites for PoS (#28340) 11 months ago
alex edc864f9ba
all: fix typos in comments (#28682) 11 months ago
ucwong 81fd1b3cf9
core/txpool : small cleanup refactors (#28654) 12 months ago
jwasinger 28e7371701
all: replace log15 with slog (#28187) 1 year ago
jp-imx 14a1e96b68
core/txpool/legacypool: respect nolocals-setting (#28435) 1 year ago
moomin a8617c6d4d
txpool/legacypool: remove already known error in legacypool (#28400) 1 year ago
hyunchel 4e1e37323d
core/txpool/legacypool: fix typo (#28258) 1 year ago
Péter Szilágyi a8a9c8e4b0
core, eth, miner: start propagating and consuming blob txs (#28243) 1 year ago
rjl493456442 73f5bcb75b
core, accounts, eth, trie: handle genesis state missing (#28171) 1 year ago
0xbstn a081130081
core/txpool: fix typos (#28213) 1 year ago
bnovil 614804b33c
core/txpool: fix typos (#28208) 1 year ago
lightclient 25733a4aad
params: update 4844 parameters (#28026) 1 year ago
lightclient 41ee96fdfe
core/txpool/blobpool: fix rlp decoding flaw during offload (#28027) 1 year ago
lightclient feb8f416ac
miner: add to build block with EIP-4844 blobs (#27875) 1 year ago
Martin Holst Swende 1aa5520d75
core/txpool/legacypool: protect cache with mutex (#27898) 1 year ago
Felix Lange 2a6beb6a39
core/types: support for optional blob sidecar in BlobTx (#27841) 1 year ago
imulmat4 6ddb92cac3
core/txpool/blobpool: fix metrics name for prometheus export (#27901) 1 year ago
Delweng 7c95ebd63d
consensus/misc: move eip1559 into a package (#27828) 1 year ago
rjl493456442 2fd77a6a7e
core/txpool/blobpool: remove error log when finalized block is nil (#27822) 1 year ago
Delweng 3ca92f70e5
all: replace data gas to blob gas in comments (#27825) 1 year ago
Péter Szilágyi 57268f7e6c
all: rename dataGas to blobGas (#27789) 1 year ago
Péter Szilágyi 0f4b21feac
core/txpool/blobpool: fix a merge conflict from a package rename (#27790) 1 year ago
Péter Szilágyi 1662228ac6
core/txpool/blobpool: 4844 blob transaction pool (#26940) 1 year ago
Martin Holst Swende c866dfdc78
core: remove outdated tests (#27662) 1 year ago
hero5512 eed7983c7c
core/txpool/legacypool: fix typo (#27620) 1 year ago
Felix Lange 1affc1c08d
core/txpool: remove use of errors.Join function (#27523) 1 year ago
hero5512 9a167c45d1
core/txpool/legacypool: narrow down the scope of the variable (#27471) 1 year ago
Martin Holst Swende e4660a1181
core/txpool/legacypool: handle missing head in reset (#27479) 1 year ago
hero5512 a71b9b9ffa
core/txpool/legacypool: remove redundant check for floatingRatio == 0 (#27477) 1 year ago
jin 46ec972c9c
core/txpool/legacypool: reheap the tx list if london fork not enabled (#27481) 1 year ago
Péter Szilágyi d40a255e97
all: move main transaction pool into a subpool (#27463) 1 year ago
Péter Szilágyi 950d5643b1
core/txpool: make transaction validation reusable across packages (pools) (#27429) 1 year ago