-
Notifications
You must be signed in to change notification settings - Fork 17
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