zeitgeistpm/zeitgeist

[orderbook-v1] Define and justify magic constant or enfore minimum order size

Closed this issue · 0 comments

Right now, a magic constant of 100u128 is used as minimum taker balance. What's the justification for using exactly this constant? What problem does it solve that isn't solved by 1u128?

Consider also whether or not just enforcing a minimum order size (both when placing an order and when partially filling it) might be better.