stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3.01k stars 667 forks source link

fix: update `/v2/stacker_set/` to `/v3/stacker_set/` #5151

Closed obycode closed 2 weeks ago

obycode commented 3 weeks ago

Matches latest node release, 2.5.0.0.7.

wileyj commented 2 weeks ago

i may have a commit to address this with @jferrant help. running tests locally to confirm

wileyj commented 2 weeks ago

Most tests are passing, but there is still one that's faiiling (not a 404 panic at least): tests::signer::v0::end_of_tenure

fails with:

INFO [1725917597.100188] [testnet/stacks-node/src/tests/signer/mod.rs:488] [tests::signer::v0::end_of_tenure] Get current reward cycle: block_height = 239, rc = 11
thread 'tests::signer::v0::end_of_tenure' panicked at testnet/stacks-node/src/tests/signer/v0.rs:1770:5:
assertion `left == right` failed
  left: 11
 right: 12
obycode commented 2 weeks ago

Looks like end_of_tenure passed. multiple_miners is fixed in #5075 and @jbencin was looking into mock_mining.