Synthetixio / simulation

Agent-based model of the proposed stablecoin.
24 stars 18 forks source link

Arbitrage Branch Issues #47

Closed 0xdomrom closed 6 years ago

0xdomrom commented 6 years ago

The refactoring of some aspects of the orderbook/trade logic in branch #41 have raised errors with the used_currency values. Probably stemming from updating values/fees, even though the logic seems sound.

This could be caused by the updated sell function in the market player, as small trades can repeat many times, leading to small inaccuracies being magnified

0xdomrom commented 6 years ago

I believe most of this was fixed in #99