Skip to content

Order of operations #23

@eifos-git

Description

@eifos-git

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions