foundry
foundry copied to clipboard
Make only authorized users be able to create a connection
In the ICS connection spec, they are saying, "Each chain has knowledge of and has agreed to its identifier on the other chain."
We should prohibit malicious users from using reserved identifiers for other purposes.
We might need some authorization logic to make only allowed users be able to create connections.
Actions need authorization
- CreateClient
- ConnOpenInit
- ChanOpenInit
This issue is meaningful in the final version of ICS implementation (not only PoC implementation). I'll remove the "experiment" tag.
We may create a voting system.