Finally we got the betting operations there!
It is very unusual to see that cancelOrders is used to reduce the bet size (portion cancel). replaceOrders is just bet price change and updateOrders is now a trivial bet persistence change.
The new betting API is certainly much cleaner and removed many anomalies of the old API (we had very fun updateBets with lots of side effects and restrictions).
The overall impression is positive, we have four simple calls each of them do just a single simple thing.
It is very unusual to see that cancelOrders is used to reduce the bet size (portion cancel). replaceOrders is just bet price change and updateOrders is now a trivial bet persistence change.
The new betting API is certainly much cleaner and removed many anomalies of the old API (we had very fun updateBets with lots of side effects and restrictions).
The overall impression is positive, we have four simple calls each of them do just a single simple thing.


Comment