File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ paths:
568568 example :
569569 $ref : ./api/core-node/post-block-proposal-req.example.json
570570
571- /v2 /stacker_set/{cycle_number} :
571+ /v3 /stacker_set/{cycle_number} :
572572 get :
573573 summary : Fetch the stacker and signer set information for a given cycle.
574574 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
77
88## [ Unreleased]
99
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+
1047## [ 2.5.0.0.5.1]
1148
1249### Added
You can’t perform that action at this time.
0 commit comments