-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
When manually resolving a game which is stuck as 'in progress' you add two operations to your cart and then broadcast. These operations are
Event update status 72
id=1.22.xxxx
Status: finished
Score: [x, y]
and
Betting market group creation 63
id=1.24.xxxx
Resolutions: [['1.25.xxxx', 'win'], ['1.25.xxxx', 'not_win']]
If they are added to you cart in the reverse order then the proposal can be broadcast but neither operation will be correctly executed when it reaches a majority vote (or any other operations which happen to be in the same proposal)
Could mint create proposals which have all event update status operations in front of bmg creation operations regardless of the order they were added to the cart?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels