Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit bdbeea0

Browse files
authored
add min delay target to config.md (#1339)
1 parent 85c600c commit bdbeea0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

RELEASES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- ACP-226 (Granite):
88
- Set expected block gas cost to 0 in Granite network upgrade, removing block gas cost requirements for block building.
99
- Add `timeMilliseconds` (Unix uint64) timestamp to block header for Granite upgrade.
10+
- Add `min-delay-target` (uint64) flag to node configs.
1011
- Add `minDelayExcess` (uint64) to block header for Granite upgrade.
1112
- Add minimum block building delays to conform the block builder to ACP-226 requirements.
1213
- Add minimum delay verification.

plugin/evm/config/config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,4 +290,5 @@ Failing to set these options will result in errors on VM initialization. Additio
290290
|--------|------|-------------|---------|
291291
| `acceptor-queue-limit` | integer | Specifies the maximum number of blocks to queue during block acceptance before blocking on Accept. | `64` |
292292
| `gas-target` | integer | The target gas per second that this node will attempt to use when creating blocks | Parent block's target |
293+
| `min-delay-target` | integer | The minimum delay between blocks (in milliseconds) that this node will attempt to use when creating blocks | Parent block's target |
293294
| `skip-upgrade-check` | bool | Skip checking that upgrades occur before last accepted block ⚠️ **Warning**: Only use when you understand the implications | `false` |

0 commit comments

Comments
 (0)