CodeChain-io / CodeChain-io/foundry
Make only authorized users be able to create a connection
Open
ics
- Dominant language
- Rust
- Stars
- 36
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
In the [ICS connection spec](https://github.com/cosmos/ics/tree/master/spec/ics-003-connection-semantics), 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
Contributor guide
Assessment
This issue has not been assessed yet.