-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICS ?: Multi-hop routing #65
Comments
Multihop routing can be complicated given that there can be more then one route between source and destination with different security/speed/tx fees. Questions to consider:
|
Another question to consider:
|
I think any DoS concerns are mitigated by onchain fees on H? It doesn't seem any more vulnerable than a regular single-hop H-D connection. Am I missing something? |
Ref https://github.com/cosmos/ics/issues/138, which has a more up-to-date discussion. |
Closing in favor of https://github.com/cosmos/ics/issues/138. |
Datagram type for multi-hop routing and associated semantics, which we need to figure out how to properly abstract from the application layer where possible.
The text was updated successfully, but these errors were encountered: