Skip to content

Indigo MWSS

Compare
Choose a tag to compare
@area area released this 11 Jun 09:31
· 285 commits to develop since this release

Note: This release was actually made on the 9th of April, but its publication to GitHub as an official release was overlooked

For IMWSS users will be requested to upgrade their colonies to v15.

The GnosisChain ColonyNetwork remains at:

gno: 0x78163f593D1Fa151B4B7cacD146586aD2b686294

Colony is now also deployed on Arbitrum One. The address for this deployment is intended to be the same on all chains going forward, and is

 0xCCcccdCC0CcF6C708D860e19353c5f9a49ACccCc

The GnosisChain deployment should be considered deprecated. The contracts and the frontend will be deprecated after December 31, 2024.

Functionality

  • Change how finalization of motions after a week works in VotingReputation, adding a new function, to improve gas estimation behaviour (#1222)
  • Introduce CancelExpenditureViaArbitration and finalizeExpenditureViaArbitration to accommodate situation where owner of expenditure has changed since motion was created (#1223)
  • Introduce functionality around deploying a coherent single deployment across multiple chains (#1237, #1238, #1216)

Fixes

  • Allow reputation miner to use an endpoint that checks against empty, but present, authentication headers (#1234)

Maintenance

  • Fixed links in README.md (#1211)
  • Introduced ColonyNetworkSkills for contract size concerns (#1217)
  • Various package upgrades (#1214, #1218, #1213, #1215, #1225, #1226, #1233)
  • Upgrade all contracts to Solidity 0.8.25 (#1227)
  • Move away from now-deprecated Ganache to Hardhat (#1196)