Skip to content
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

Merged
merged 51 commits into from
Aug 12, 2021
Merged

27 upgrade #107

merged 51 commits into from
Aug 12, 2021

Conversation

blewater
Copy link
Contributor

@blewater blewater commented Aug 4, 2021

Readme.md
Please note this requires Docker rebuilding

  1. Upgrade module Api in the Authority module.
  2. Single em-ledger chain test script (Mostly Docker-less).
  3. Cosmovisor wired in local-testnet and added an upgrade BDD-test.
  4. Upgraded Docker images to Ubuntu as per Gaia.
  5. Updated Github workflow to test MacOS and Go 1.16.

@blewater blewater requested a review from mdyring August 4, 2021 07:15
@blewater blewater linked an issue Aug 4, 2021 that may be closed by this pull request
@blewater
Copy link
Contributor Author

blewater commented Aug 5, 2021

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.

Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
networks/upg/cpemd Show resolved Hide resolved
networktest/emcli.go Outdated Show resolved Hide resolved
x/authority/keeper/keeper.go Outdated Show resolved Hide resolved
Comment on lines -104 to -111
// 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())

Copy link
Collaborator

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?

Copy link
Contributor Author

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

Copy link
Contributor Author

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

x/authority/client/cli/tx.go Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants