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
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,17 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
7
7
8
8
## [Unreleased]
9
9
10
+
### Changed
11
+
12
+
- When a miner times out waiting for signatures, it will re-propose the same block instead of building a new block ([#5877](https://github.com/stacks-network/stacks-core/pull/5877))
13
+
10
14
## [3.1.0.0.7]
11
15
12
-
## Added
16
+
###Added
13
17
14
18
- Add `disable_retries` mode for events_observer disabling automatic retry on error
15
19
16
-
## Changed
20
+
###Changed
17
21
18
22
- Implement faster cost tracker for default cost functions in Clarity
19
23
- By default, miners will wait for a new tenure to start for a configurable amount of time after receiving a burn block before
@@ -23,7 +27,7 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
23
27
24
28
## [3.1.0.0.6]
25
29
26
-
## Added
30
+
###Added
27
31
28
32
- The `BlockProposal` StackerDB message serialization struct now includes a `server_version` string, which represents the version of the node that the miner is using. ([#5803](https://github.com/stacks-network/stacks-core/pull/5803))
29
33
- Add `vrf_seed` to the `/v3/sortitions` rpc endpoint
0 commit comments