Skip to content

Commit 7f81a7c

Browse files
1577: adds price bump config (#1639)
* 1577: adds price bump config Signed-off-by: m4sterbunny <harrie.bickle@consensys.net> * 1577: QA Signed-off-by: m4sterbunny <harrie.bickle@consensys.net> * Update docs/public-networks/reference/cli/options.md as per review Co-authored-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> Signed-off-by: m4sterbunny <harrie.bickle@consensys.net> --------- Signed-off-by: m4sterbunny <harrie.bickle@consensys.net> Co-authored-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com>
1 parent a9f6b06 commit 7f81a7c

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

docs/public-networks/reference/cli/options.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5136,6 +5136,48 @@ The default is `layered`.
51365136
Set to `sequenced` to use the [sequenced transaction pool](../../concepts/transactions/pool#sequenced-transaction-pool).
51375137
The default is `sequenced` for the [enterprise/private profile](../../how-to/use-configuration-file/profile#enterpriseprivate-profile).
51385138

5139+
### `tx-pool-blob-price-bump`
5140+
5141+
<Tabs>
5142+
5143+
<TabItem value="Syntax" label="Syntax" default>
5144+
5145+
```bash
5146+
--tx-pool-blob-price-bump=<INTEGER>
5147+
```
5148+
5149+
</TabItem>
5150+
5151+
<TabItem value="Example" label="Example">
5152+
5153+
```bash
5154+
--tx-pool-blob-price-bump=25
5155+
```
5156+
5157+
</TabItem>
5158+
5159+
<TabItem value="Environment variable" label="Environment variable">
5160+
5161+
```bash
5162+
BESU_TX_POOL_BLOB_PRICE_BUMP=25
5163+
```
5164+
5165+
</TabItem>
5166+
5167+
<TabItem value="Configuration file" label="Configuration file">
5168+
5169+
```bash
5170+
tx-pool-blob-price-bump="25"
5171+
```
5172+
5173+
</TabItem>
5174+
5175+
</Tabs>
5176+
5177+
Sets the price bump policy for re-issued blob transactions as a percentage increase in price.
5178+
A blob transaction can only replace, or be replaced by, another blob transaction.
5179+
The default is `100`.
5180+
51395181
### `tx-pool-enable-save-restore`
51405182

51415183
<Tabs>

0 commit comments

Comments
 (0)