foundry icon indicating copy to clipboard operation
foundry copied to clipboard

Make only authorized users be able to create a connection

Open majecty opened this issue 5 years ago • 2 comments

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

majecty avatar Feb 12 '20 10:02 majecty

This issue is meaningful in the final version of ICS implementation (not only PoC implementation). I'll remove the "experiment" tag.

majecty avatar Mar 18 '20 06:03 majecty

We may create a voting system.

majecty avatar Mar 18 '20 06:03 majecty