File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ paths:
568
568
example :
569
569
$ref : ./api/core-node/post-block-proposal-req.example.json
570
570
571
- /v2 /stacker_set/{cycle_number} :
571
+ /v3 /stacker_set/{cycle_number} :
572
572
get :
573
573
summary : Fetch the stacker and signer set information for a given cycle.
574
574
tags :
Original file line number Diff line number Diff line change @@ -7,6 +7,43 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
12
+ ### Changed
13
+
14
+ ## [ 2.5.0.0.5.3]
15
+
16
+ ### Added
17
+
18
+ ### Changed
19
+
20
+ - Update node endpoints to match stacks-core release 2.5.0.0.7
21
+ - ` /v2/block_proposal ` -> ` /v3/block_proposal `
22
+ - ` /v2/stacker_set ` -> ` /v3/stacker_set `
23
+
24
+ ## [ 2.5.0.0.5.2]
25
+
26
+ ### Added
27
+
28
+ ### Changed
29
+
30
+ - Reuse BlockResponse slot for MockSignature message type (#5103 )
31
+
32
+ ## [ 2.5.0.0.5.2-rc1]
33
+
34
+ ### Added
35
+
36
+ - Signer set handoff integration test (#5037 )
37
+ - Add mock signing (#5020 )
38
+ - Add versioning info set at build-time (#5016 )
39
+
40
+ ### Changed
41
+
42
+ - Fix out of sync ` RPCPeerInfo ` with stacks-node (#5033 , #5014 , #4999 )
43
+ - Logging Improvements (#5025 )
44
+ - Timeout empty sortition (#5003 )
45
+ - Enum for version specific data (#4981 )
46
+
10
47
## [ 2.5.0.0.5.1]
11
48
12
49
### Added
You can’t perform that action at this time.
0 commit comments