plugeth/core/txpool/blobpool
Roberto Bayardo 32d4d6e616
core/txpool: reject blob txs with blob fee cap below the minimum (#29081)
* make blobpool reject blob transactions with fee below the minimum

* core/txpool: some minot nitpick polishes and unified error formats

* core/txpool: do less big.Int constructions with the min blob cap

---------

Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2024-02-26 11:06:52 +02:00
..
blobpool_test.go core/txpool: reject blob txs with blob fee cap below the minimum (#29081) 2024-02-26 11:06:52 +02:00
blobpool.go core/txpool: reject blob txs with blob fee cap below the minimum (#29081) 2024-02-26 11:06:52 +02:00
config.go core/txpool/blobpool: 4844 blob transaction pool (#26940) 2023-07-27 13:45:35 +03:00
evictheap_test.go core/txpool/blobpool: 4844 blob transaction pool (#26940) 2023-07-27 13:45:35 +03:00
evictheap.go core/txpool: fix typo (#29031) 2024-02-20 12:08:56 +02:00
interface.go core/txpool/blobpool: 4844 blob transaction pool (#26940) 2023-07-27 13:45:35 +03:00
limbo.go all: fix typos in comments (#28881) 2024-02-05 22:16:32 +01:00
metrics.go core/txpool/blobpool: post-crash cleanup and addition/removal metrics (#28914) 2024-02-02 18:26:35 +02:00
priority_test.go core/txpool: fix typo (#29031) 2024-02-20 12:08:56 +02:00
priority.go core/txpool: fix typos (#28213) 2023-09-28 09:48:14 +08:00
slotter_test.go params: update 4844 parameters (#28026) 2023-09-05 04:49:51 -04:00
slotter.go core/txpool/blobpool: 4844 blob transaction pool (#26940) 2023-07-27 13:45:35 +03:00