-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Test Keyring: AES key unwrap error #7894
Comments
Thanks for taking the time to report this bug and helping to make Cosmos SDK better. Could you please tell me exactly what environment is this reproducible with? Please provide the following details too:
Thanks. |
OS: Linux - Ubuntu 20.04 LTS w/ GNOME. Keyring is as stated above: |
A also was just able to reproduce this on macOS Catalina Version 10.15.7. Thank you. |
When you pass |
This issue is now documented as a known one in |
Summary of Bug
Test keyrings created with 0.39.1 on go 1.15.x break with the following error after re-compiling with the 0.39.2 backports commit hash.
NOTE: This only seems to affect test keyrings generated with go1.15.x on 0.39.1 - If you generated the test keyring on go1.14.x (or even go1.13.x) with a previous cosmos sdk version, this error does not occur.
ERROR: aes.KeyUnwrap(): integrity check failed.
Version
git commit hash: 792c7bc
Steps to Reproduce
github.com/cosmos/cosmos-sdk v0.39.2-0.20201016080604-792c7bc716f0
app keys list --keyring-backend test
Workaround: export private keys before re-compiling, then import -or- delete the test keyring then restore keys from mnemonics
For Admin Use
The text was updated successfully, but these errors were encountered: