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
Scope object in v1 uses repeated string owner_address = 3; but v0 used repeated contract.Recital parties = 2;. This results in loss of party type information for addresses in the owner list on the scope.
Remediation
Update the scope protobuf object for v1 to use a repeated list of Party so addresses are paired with a role in the data_owner field. Update associated validation and tests to match
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary of Bug
Scope object in v1 uses
repeated string owner_address = 3;
but v0 usedrepeated contract.Recital parties = 2;
. This results in loss of party type information for addresses in the owner list on the scope.Remediation
Update the scope protobuf object for v1 to use a repeated list of Party so addresses are paired with a role in the data_owner field. Update associated validation and tests to match
For Admin Use
The text was updated successfully, but these errors were encountered: