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
In #1101, we introduced a validation check for target in MsgBridge currently restricted to "polygon". In the future, allowed chains should be managed by governance, same as we do with allowed denoms and allowed credit class creators.
Problem Definition
In the future, we plan to support bridging assets to and from multiple chains. We need to validate the source and target chain to prevent any undesired behavior and the allowed chains should ultimately be decided through a governance process.
Proposal
Add allowed chains to state using an ORM table
Add transaction messages for adding and removing an allowed chain
Add events for adding and removing an allowed chain
Add a query for querying allowed chains
Add corresponding CLI commands
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
In #1101, we introduced a validation check for
target
inMsgBridge
currently restricted to"polygon"
. In the future, allowed chains should be managed by governance, same as we do with allowed denoms and allowed credit class creators.Problem Definition
In the future, we plan to support bridging assets to and from multiple chains. We need to validate the
source
andtarget
chain to prevent any undesired behavior and the allowed chains should ultimately be decided through a governance process.Proposal
For Admin Use
The text was updated successfully, but these errors were encountered: