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
This issue goes further into the details of what it takes to create a Forwarding Path description. The logic that we currently support was migrated from aragon.js and it's not flexible enough to provide lot of value for custom UI experiences.
To transition into a more powerful and descriptive data type as the one described in #132 we need to address a few tasks:
This issue goes further into the details of what it takes to create a Forwarding Path description. The logic that we currently support was migrated from
aragon.js
and it's not flexible enough to provide lot of value for custom UI experiences.To transition into a more powerful and descriptive data type as the one described in #132 we need to address a few tasks:
ForwardingPathDescription
will be constructed: https://github.com/aragon/connect/blob/master/packages/connect-core/src/utils/descriptions.ts#L14ForwardingPathDescription
: https://github.com/aragon/connect/blob/master/packages/connect-core/src/utils/path/decodePath.ts#L14The text was updated successfully, but these errors were encountered: