Skip to content

Fuschia LWSS 3

Compare
Choose a tag to compare
@area area released this 21 Oct 08:44
· 1069 commits to develop since this release

Note: This release was made on the 22nd of August - this is a release on GitHub purely for posterity / keeping everything aligned, and these notes are written as if they were contemporaneous with that release

This is the second of a two-stage release to fix an issue introduced in VotingReputation with the introduction of metatransactions. After the previous version fixed the storage layout to prevent the number of badly-created motions increasing, this version adds a new function that is public (i.e. callable by anyone) that returns 'ghost' stakes to users that were made in motions created with the bad version. The intention is that we (at Colony) will call this function where required once extensions have been upgraded to this version.

Users will be asked to upgrade their VotingReputation extensions to version 6.

The xDai ColonyNetwork remains at:

xdai: 0x78163f593D1Fa151B4B7cacD146586aD2b686294

The mainnet address for the Network contract remains unchanged, but we recommend is no longer used.

Fixes

  • Add public function that allows recovery of 'ghost' stakes in VotingReputation (#1082)