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
Issues like #693 have proven that using provider and consumer addresses interchangeably as the same type can cause bugs. We should make a new protobuf key type wrapper that can delineate between a provider cons address and a consumer cons address.
Closing criteria
Protobuf type(s) are made and implemented across our repo to prevent developers from mistakenly using the wrong type of address. This issue could also be closed by simply using golang type aliases
The text was updated successfully, but these errors were encountered:
Problem
Issues like #693 have proven that using provider and consumer addresses interchangeably as the same type can cause bugs. We should make a new protobuf key type wrapper that can delineate between a provider cons address and a consumer cons address.
Closing criteria
Protobuf type(s) are made and implemented across our repo to prevent developers from mistakenly using the wrong type of address. This issue could also be closed by simply using golang type aliases
The text was updated successfully, but these errors were encountered: