fixed bug: price changed when offer was partially matched
Matcher now leaves no dust offers, vulnerability is gone.
LogBump() has been removed.
offer(,,,rounding) function is now deprecated, the rounding will be on no matter what the user chooses.
Reorganized simple market to separate public and non-public methods.
Used mul() instead of '+' in matching market to avoid possible exploits.
fixed bug: price changed when offer was partially matched Matcher now leaves no dust offers, vulnerability is gone. LogBump() has been removed. offer(,,,rounding) function is now deprecated, the rounding will be on no matter what the user chooses. Reorganized simple market to separate public and non-public methods. Used mul() instead of '+' in matching market to avoid possible exploits.