Cerulean LWSS
The existing xDai deployment of the Network is upgraded to this version. Latest Colony contract version is 6. If you have used setUserRoles
to award someone recovery permissions, rather than setRecoveryRole
, then remove recovery role permissions from those users using the same function, upgrade, and return those permissions. When upgrading your Colony, call colony.upgrade(6)
.
The xDai ColonyNetwork remains at:
0x78163f593D1Fa151B4B7cacD146586aD2b686294
The mainnet address for the Network contract remain unchanged:
mainnet: 0x5346D0f80e2816FaD329F2c140c870ffc3c3E2Ef
This continues to remain at v4 for now until network costs become more reasonable.
This is primarily a maintenance release.
Functionality
- Allow transaction annotations to be made in recovery mode. (#927)
- The reputation miner now behaves more appropriately on Xdai (#930)
Fixes
- Fix tracking of the number of recovery roles when using the
setUserRoles
function. (#927) - Allow root users of colonies upgraded from v4 to use the
setUserRoles
function correctly. (#927)