Skip to content

Commit

Permalink
Revert "core/txpool/blobpool: 4844 blob transaction pool (ethereum#26940
Browse files Browse the repository at this point in the history
)"

This reverts commit 16fd9c7.
  • Loading branch information
devopsbo3 committed Nov 10, 2023
1 parent 945a1d9 commit 8109f6e
Show file tree
Hide file tree
Showing 35 changed files with 363 additions and 4,665 deletions.
3 changes: 0 additions & 3 deletions cmd/geth/main.go
Expand Up @@ -81,9 +81,6 @@ var (
utils.TxPoolAccountQueueFlag,
utils.TxPoolGlobalQueueFlag,
utils.TxPoolLifetimeFlag,
utils.BlobPoolDataDirFlag,
utils.BlobPoolDataCapFlag,
utils.BlobPoolPriceBumpFlag,
utils.SyncModeFlag,
utils.SyncTargetFlag,
utils.ExitWhenSyncedFlag,
Expand Down
19 changes: 0 additions & 19 deletions cmd/utils/flags.go
Expand Up @@ -368,25 +368,6 @@ var (
Value: ethconfig.Defaults.TxPool.Lifetime,
Category: flags.TxPoolCategory,
}
// Blob transaction pool settings
BlobPoolDataDirFlag = &cli.StringFlag{
Name: "blobpool.datadir",
Usage: "Data directory to store blob transactions in",
Value: ethconfig.Defaults.BlobPool.Datadir,
Category: flags.BlobPoolCategory,
}
BlobPoolDataCapFlag = &cli.Uint64Flag{
Name: "blobpool.datacap",
Usage: "Disk space to allocate for pending blob transactions (soft limit)",
Value: ethconfig.Defaults.BlobPool.Datacap,
Category: flags.BlobPoolCategory,
}
BlobPoolPriceBumpFlag = &cli.Uint64Flag{
Name: "blobpool.pricebump",
Usage: "Price bump percentage to replace an already existing blob transaction",
Value: ethconfig.Defaults.BlobPool.PriceBump,
Category: flags.BlobPoolCategory,
}
// Performance tuning settings
CacheFlag = &cli.IntFlag{
Name: "cache",
Expand Down
1,533 changes: 0 additions & 1,533 deletions core/txpool/blobpool/blobpool.go

This file was deleted.

0 comments on commit 8109f6e

Please sign in to comment.