Skip to content

Commit

Permalink
1577: adds price bump config (#1639)
Browse files Browse the repository at this point in the history
* 1577: adds price bump config

Signed-off-by: m4sterbunny <[email protected]>

* 1577: QA

Signed-off-by: m4sterbunny <[email protected]>

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

as per review

Co-authored-by: Joan E <[email protected]>
Signed-off-by: m4sterbunny <[email protected]>

---------

Signed-off-by: m4sterbunny <[email protected]>
Co-authored-by: Joan E <[email protected]>
  • Loading branch information
m4sterbunny and joaniefromtheblock authored Jun 27, 2024
1 parent a9f6b06 commit 7f81a7c
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -5136,6 +5136,48 @@ The default is `layered`.
Set to `sequenced` to use the [sequenced transaction pool](../../concepts/transactions/pool#sequenced-transaction-pool).
The default is `sequenced` for the [enterprise/private profile](../../how-to/use-configuration-file/profile#enterpriseprivate-profile).
### `tx-pool-blob-price-bump`
<Tabs>
<TabItem value="Syntax" label="Syntax" default>
```bash
--tx-pool-blob-price-bump=<INTEGER>
```
</TabItem>
<TabItem value="Example" label="Example">
```bash
--tx-pool-blob-price-bump=25
```
</TabItem>
<TabItem value="Environment variable" label="Environment variable">
```bash
BESU_TX_POOL_BLOB_PRICE_BUMP=25
```
</TabItem>
<TabItem value="Configuration file" label="Configuration file">
```bash
tx-pool-blob-price-bump="25"
```
</TabItem>
</Tabs>
Sets the price bump policy for re-issued blob transactions as a percentage increase in price.
A blob transaction can only replace, or be replaced by, another blob transaction.
The default is `100`.
### `tx-pool-enable-save-restore`
<Tabs>
Expand Down

0 comments on commit 7f81a7c

Please sign in to comment.