You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolved problems with using Window#postMessage because marketFactory can be a TruffleContract which is non-serializable and with differences in behavior between Node and browser JSON.stringify with the latter throwing an error on circular and unplain objects (#87)
Now able to pass custom provider options per transaction (#72#74)
Decimals returned by LMSR calculation functions interoperate with rest of library by admitting a flat toString representation: e.g. 123456789012345678901234567890 instead of 1.23456789012345678901234567890e+29 (#78)