You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,14 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
28
28
### Added
29
29
30
30
- Add miner configuration option `tenure_extend_cost_threshold` to specify the percentage of the tenure budget that must be spent before a time-based tenure extend is attempted
31
+
- Add miner configuration option `tenure_extend_wait_timeout_ms` to specify the time to wait before trying to continue a tenure because the next miner did not produce blocks
31
32
32
33
### Changed
33
34
34
35
- Miner will include other transactions in blocks with tenure extend transactions (#5760)
35
36
- Add `block_rejection_timeout_steps` to miner configuration for defining rejections-based timeouts while waiting for signers response (#5705)
36
37
- Miner will not issue a tenure extend until at least half of the block budget has been spent (#5757)
38
+
- Miner will issue a tenure extend if the incoming miner has failed to produce a block (#5729)
0 commit comments