CodeChain-io / foundry

A programmable open source blockchain engine
GNU General Public License v3.0
38 stars 12 forks source link

Make only authorized users be able to create a connection #159

Open majecty opened 4 years ago

majecty commented 4 years ago

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

majecty commented 4 years ago

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

majecty commented 4 years ago

We may create a voting system.