Hazel MWSS
For HMWSS users will be requested to upgrade their colonies to v14.
The xDai ColonyNetwork remains at:
xdai: 0x78163f593D1Fa151B4B7cacD146586aD2b686294
The mainnet address for the Network contract remains unchanged, but we recommend is no longer used.
Functionality
- Temporarily remove the ability to deprecate skills. This functionality is intended to be reworked and reintroduced at a later date (#1183)
- Add support for Type 2 transactions to the metatransaction broadcaster and the miner client (#1174, #1192, #1197)
- Add a flag to
ExpenditureCancelled
event indicating whether a staked expenditure creator should be punished or not (#1166) - Add
ExpenditurePayoutClaimed
event (#1157) - Add
StagedExpenditure
extension (#1141) - Removed global skills (#1173)
- Removed tasks and payments (#1150)
- Added strict rules around upgrading
Colony
andOneTxPayment
to ensure front-end users cannot upgrade their colonies in to a state where the extension does not work (#1181)
Fixes
- Make sure the
ExpenditureCancelled
event is emitted when expected (#1167) - Make sure that
VotingReputation
handles motions that are multicalls correctly (#1135) setExpenditurePayouts
logic corrected when multiple values were used (#1154)- Make extension setup more consistent across all extensions (#1155)
- Improve reliability of metatransaction broadcaster (#1153)
- Allow colonies deployed through
createColonyForFrontend
to use locked tokens akin to colonies deployed in the regular fashion (#1184)
Maintenance
- Make test suite more reliable (#1159, #1156, #1190)
- Add some additional metatransaction broadcaster tests (#1195)
- Various package updates (#1180, #1177, #1162, #1161, #1149, #1198, #1199)
- Documentation for mining (#1114)
- CircleCI configuration (#1152)
- Update Solidity (#1151, #1188)
- Documentation improvements (#1143, #1208)
- Rename a parameter for clarity (#1185)