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
Problem: In table baking_rights for each level missed some random baker priority. Usually missed priorities > 4. Same bug still actual for 2020-july-release-24. As I see missed baking rights where delegate have multirights for block, so probably problem in baking_rights_pkey
I can make dump of my local db, or you can check that on some public Conseil API: https://node5.nyc.tezos.org.sg/chains/main/blocks/head/helpers/baking_rights?max_priority=64
The text was updated successfully, but these errors were encountered:
Probably you make helpers/baking_rights request without all=true param and tezos node return rights without duplicates.
But would be better index all rights without gaps a similar to tezos node rpc resp
on /blocks/head/helpers/baking_rights?all=true
Problem: In table baking_rights for each level missed some random baker priority. Usually missed priorities > 4. Same bug still actual for 2020-july-release-24. As I see missed baking rights where delegate have multirights for block, so probably problem in baking_rights_pkey
I can make dump of my local db, or you can check that on some public Conseil API:
https://node5.nyc.tezos.org.sg/chains/main/blocks/head/helpers/baking_rights?max_priority=64
The text was updated successfully, but these errors were encountered: