We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Interchain accounts uses DataHash as a source of entropy for account creation. See https://github.com/cosmos/ibc-go/blob/main/modules/apps/27-interchain-accounts/types/account.go#L52
DataHash
This field is not set in the header in cosmos-sdk v0.50 and above. https://github.com/cosmos/cosmos-sdk/blob/v0.50.13/baseapp/abci.go#L709-L716
AppHash should still be fine here. Just wanted to notify about this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Interchain accounts uses
DataHash
as a source of entropy for account creation.See https://github.com/cosmos/ibc-go/blob/main/modules/apps/27-interchain-accounts/types/account.go#L52
This field is not set in the header in cosmos-sdk v0.50 and above.
https://github.com/cosmos/cosmos-sdk/blob/v0.50.13/baseapp/abci.go#L709-L716
AppHash should still be fine here. Just wanted to notify about this.
For Admin Use
The text was updated successfully, but these errors were encountered: