Skip to content

Commit

Permalink
Tiny tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Apr 24, 2023
1 parent 2462805 commit 2c0c7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/txpool/blobpool/blobpool.go
Expand Up @@ -153,7 +153,7 @@ type BlobTxShim struct {
// the tx resend issue that plagues the generic tx pool, as long as there's no
// artificial churn (i.e. pool wars).
//
// - Purpose of blobs are rollups. Rollups are meant to use blob transactions to
// - Purpose of blobs are layer-2s. Layer-2s are meant to use blob transactions to
// commit to their own current state, which is independent of Ethereum mainnet
// (state, txs). This means that there's no reason for blob tx cancellation or
// replacement, apart from a potential basefee / miner tip adjustment.
Expand All @@ -164,7 +164,7 @@ type BlobTxShim struct {
// fee bump to replace, we suggest requiring a higher min cost (e.g. 1 gwei)
// and a more agressive bump (100%).
//
// - Cancellation is prohibive. Ejecting an already propagated blob tx is a huge
// - Cancellation is prohibitive. Evicting an already propagated blob tx is a huge
// DoS vector. As such, a) replacement (higher-fee) blob txs mustn't invalidate
// already propagated (future) blob txs (cummulative fee); b) nonce-gapped blob
// txs are disallowed; c) the presence of blob transactions exclude non-blob
Expand Down

0 comments on commit 2c0c7a0

Please sign in to comment.