Skip to content

Releases: gnosis/pm-js

v1.1.1

14 Feb 18:06
@cag cag
Compare
Choose a tag to compare

Changelog

  • Update README to refer to Ganache-cli (#89)
  • Update many dependencies (#91)

v1.1.0

05 Jan 16:53
@cag cag
Compare
Choose a tag to compare

Changelog

  • Added the Olympia mainnet address registration contract (#88)

v1.0.2

04 Jan 22:20
@cag cag
Compare
Choose a tag to compare

Changelog

  • 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)

v1.0.1

29 Dec 16:14
@cag cag
Compare
Choose a tag to compare

Changelog

  • Relax network id check to allow Numbers to pass because Metamask returns those (#86)

v1.0.0

28 Dec 06:16
@cag cag
Compare
Choose a tag to compare

Changelog

v0.7.0 Release Candidate 5

19 Dec 21:32
@cag cag
Compare
Choose a tag to compare
Pre-release

Changelog

  • More informative error messages and logging capabilities (#80)

v0.7.0 Release Candidate 4

18 Dec 05:38
@cag cag
Compare
Choose a tag to compare
Pre-release

Changelog

  • Bumped olympia-token to v1.0.0 (050c401)

v0.7.0 Release Candidate 3

15 Dec 16:52
@cag cag
Compare
Choose a tag to compare
Pre-release
  • 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)

v0.7.0 Release Candidate 2

24 Nov 17:14
@cag cag
6fa737a
Compare
Choose a tag to compare
Pre-release

Changelog

  • Fix interoperability with UglifyJS and other minifiers by eliminating constructor name checking for type deduction (#64 #67)
  • Allow specifying cost and profit limits in convenience transaction functions (#69)

v0.7.0 Release Candidate 1

09 Nov 22:26
@cag cag
39567ac
Compare
Choose a tag to compare
Pre-release

Changelog

  • Transaction hashes for approval and buying/selling transactions now synchronized in convenience functions (#59)
  • Limit margin parameter added to buying/selling convenience functions (#61)