explorer icon indicating copy to clipboard operation
explorer copied to clipboard

Starting block for a cycle shown incorrectly: should be reward block height start instead of prepare phase cycle start

Open 314159265359879 opened this issue 1 month ago • 1 comments

https://explorer.hiro.so/signers?chain=mainnet image

https://stacks-node-api.mainnet.stacks.co/v2/pox

    "next_cycle": {
        "id": 88,
        "min_threshold_ustx": 100000000000,
        "min_increment_ustx": 73493212489,
        "stacked_ustx": 375884195532107,
        "prepare_phase_start_block_height": 850750,
        "blocks_until_prepare_phase": -40,
        "reward_phase_start_block_height": 850850,
        "blocks_until_reward_phase": 60,
        "ustx_until_pox_rejection": null

This is when cycle 88 starts: reward_phase_start_block_height": 850850 not ...750 so it should say Starts in ... days at bitcoin block 850850.

Although a bit odd... prepare_phase_start_block_height is still part of the "old cycle" in this case 87.

314159265359879 avatar Jul 05 '24 10:07 314159265359879