You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user adds a ibc trace, compare the value from:
"base": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
with the one provided at chain path
hi Jeremy, it's not about the case being different but adding an automatic check that does the following.
1- Compare the value provided in the base key against the sha256 of the IBC path.
2- Inform the user and/or refuse to merge if the base and sha256 equivalent are different.
Feature request:
When a user adds a ibc trace, compare the value from:
"base": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
with the one provided at chain path
Example:
The algorithm to use is described in the cosmos SDK.
Via command line it would be:
27394fb092d2eccd56123c74f36e4c1f926001ceada9ca97ea622b25f41e5eb2
The text was updated successfully, but these errors were encountered: