-
Notifications
You must be signed in to change notification settings - Fork 17
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
27 upgrade #107
27 upgrade #107
Conversation
Add documentation
Because of Cosmos SDK issue #9800 affecting all IBC chains at large, we will upgrade to SDK v0.42.9 this PR and PR #103 and look at a combined test. |
Add test-upg-0.2.0
Makefile: separate testupg binary from build-linux Update README.md
// create/revoke issuer with both the former and the new authority | ||
// former singlesig first | ||
ok = nt.AuthCreatesIssuer(emcli, keystore.Authority, key1) | ||
Expect(ok).To(BeTrue()) | ||
_, success, err = emcli.AuthorityDestroyIssuer(keystore.Authority, key1) | ||
Expect(success).To(BeTrue()) | ||
Expect(err).ToNot(HaveOccurred()) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How come this was removed? Did it get re-inserted somewhere else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We had talked about this before as a BDD fix after checking better for the error code---
3f786ac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Likely the commit happened after this branch's creation and was merged in from dev
Readme.md
Please note this requires Docker rebuilding