Skip to content

Releases: gnosis/pm-contracts

v1.4.0

22 Jul 23:56
@cag cag
Compare
Choose a tag to compare

Changelog

  • Contract audit report added to this repo (#162). Note: this audit report applies to an earlier version of these contracts.
  • Ported to Truffle v5 and solc 0.5 (#170) Thanks @Muhammad-Altabba!
  • I did some extra stuff that needed to be done. (#178)

v1.2.0

29 Oct 15:33
@cag cag
Compare
Choose a tag to compare

Changelog

  • Update addresses for modified contracts (#119)
  • Factored out tooling with TNT; thanks @InfiniteStyles! (#120)
  • License change to LGPL (#121)
  • Mention NPM package; thanks @collinc97! (#132)
  • Implemented instance proxying (#150)
  • Added generic trade function (#150)
  • Local import logic now reports better errors (#151)
  • Packaging niceness and mainnet redeployment (#153)

v1.1.0

16 Jul 17:55
@cag cag
Compare
Choose a tag to compare

Changelog

  • Added a Solidity linter. Thanks @fvictorio! (#104)
  • Fix some docs. Thanks @germartinez ! (#105 #106)
  • Corrected isClose test utility... unfortunately there has been a flaw for a while, so some tests related to that have been skipped for now (#115)
  • Fix LMSR so there are enough funds to do the stuff! (#116 #119)
  • Regen package-lock.json for Travis (#117)
  • Fix JS lint errors (#118)

Note

I had previously released this with an erroneous tag on Github which did not correspond with the version released on NPM. This has since been rectified. I apologize for any confusion this may have caused in the interim.

v1.0.4

07 May 17:49
@cag cag
Compare
Choose a tag to compare

Changelog

  • Updated some dependencies (#94 #95)
  • Moved to Read the Docs (#97)
  • Renamed from gnosis-contracts to pm-contracts (#100 #101)

v1.0.3

02 Mar 02:17
@cag cag
Compare
Choose a tag to compare

Changelog

v1.0.2

13 Feb 16:29
@cag cag
Compare
Choose a tag to compare

Changelog

  • Update dependencies (#70 #71)
  • Deployed onto the mainnet (#73)
  • Unpinned version pragma (#77)
  • Include gas stats (#80)
  • Switch from doxity to modified solmd (#82 #83 #84 #85 #86 #87)

v1.0.1

26 Jan 15:47
@cag cag
Compare
Choose a tag to compare

Changelog

  • Upgraded solidity-coverage (#68)
  • Upgraded Decimal.js to the latest (#71)
  • Unpinned pragmas (#77)

v1.0.0

26 Dec 23:58
@cag cag
Compare
Choose a tag to compare

Changelog

  • Update toolchain (#67)

  • Put out on mainnet! (#73)

    Here are the addresses:

    • CentralizedOracleFactory: 0xc4f4b8c0259c8264376fc32984e2a8cf4a3c70ca
    • EtherToken: 0xd6031f24a7cc5d5ce33d763b66bc4b0c5f22936b
    • EventFactory: 0x5b21ba38a0db91cc43aa7daba778979758e67991
    • LMSRMarketMaker: 0x7ee6e9dc512b0fe5cb5e28697cfc34375a9adc4b
    • Math: 0x62f4074655d8f888e9293c59d2a5faa5156f2275
    • StandardMarketFactory: 0xdde21f8be9e50b9b1165ee302e6b468cf30e4c4c

v0.3.6

23 Oct 16:24
@cag cag
Compare
Choose a tag to compare

Changelog

  • Added HumanFriendlyToken interface for extended EIP20 implementations (#58)
  • Use prepublishOnly instead of prepublish task for preparing npm packages (#59)

v0.3.5

20 Oct 21:54
@cag cag
Compare
Choose a tag to compare

Changelog

  • Added a clean deterministic testrpc deploy on a netid 437894314312 (#54)