You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During testing of JoinColony/colonyNetwork#1193 (see comment) it appears as though the front-end is using a deprecated version of the moveFundsBetweenPots function. Specifically, it is using this version:
Featuring two additional uint256 arguments at the front-end, linking the permission domain to the "parent" domain of the two funding pots being affected.
During testing of JoinColony/colonyNetwork#1193 (see comment) it appears as though the front-end is using a deprecated version of the
moveFundsBetweenPots
function. Specifically, it is using this version:Which has been deprecated for security purposes. The new version is
Featuring two additional
uint256
arguments at the front-end, linking the permission domain to the "parent" domain of the two funding pots being affected.Usage should be updated prior to merging of JoinColony/colonyNetwork#1193.
The text was updated successfully, but these errors were encountered: