Releases: gnosis/pm-contracts
Releases · gnosis/pm-contracts
v0.3.3
Changelog
- Gas estimation stats generated and added to build (#41)
- Reverted usage of
truffle-hdwallet-provider
, generalized configuration patching, and updated dependencies (#42)
v0.3.2
Changelog
- Uncommented testnet configs as they mysteriously start working for me again (#40)
v0.3.1
Changelog
- Commented out testnet deployment stuff for now as it is causing Truffle issues. (#39)
- Fixed deployed contracts on network (#39)
v0.3.0
Breaking Changes
- Market events now record fees and base counts separately (#29)
- Abstract MarketFactory removed: StandardMarketFactory is now the base (#30)
Changelog
- UltimateOracle front-running issue fixed (#28)
- Market with price logger added for use with futarchy oracle (#30)
- Test runner supports grep selection (#33)
- Ropsten added and contracts redeployed on testnets (#38)
v0.2.1
Changelog
- Added greenkeeper.io integration to CI (#18 #24)
- Added coverage reporting to CI (#20 #24)
- Fixed deployment order for
testrpc -d
(#22)
v0.2.0
Changelog:
- Added deployed addresses for Rinkeby and Kovan (#16)
- Spit polish and appeasing Travis (#17)