Skip to content

Hazel MWSS

Compare
Choose a tag to compare
@area area released this 01 Feb 10:46
· 425 commits to develop since this release
2742a7c

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 and OneTxPayment 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