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

Stargate upgrade #1634

Merged
merged 13 commits into from
Oct 8, 2020
Merged

Stargate upgrade #1634

merged 13 commits into from
Oct 8, 2020

Conversation

michaelfig
Copy link
Member

@michaelfig michaelfig commented Aug 27, 2020

Closes #1621

Changes needed for the new Cosmos Stargate release version of cosmos-sdk/gaia.

Before this PR can be reviewed, we need the following:

After review, we are waiting on the following external dependencies before we can land this in a release:

@michaelfig michaelfig added the cosmic-swingset package: cosmic-swingset label Aug 27, 2020
@michaelfig michaelfig self-assigned this Aug 27, 2020
@michaelfig michaelfig force-pushed the mfig/1621-stargate-upgrade branch 6 times, most recently from 66035a4 to 6c7603e Compare September 2, 2020 19:47
@michaelfig michaelfig force-pushed the mfig/1621-stargate-upgrade branch from 6c7603e to 1c649a1 Compare September 3, 2020 00:10
@michaelfig michaelfig requested a review from kriskowal September 3, 2020 04:33
Copy link
Member

@kriskowal kriskowal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So far so good. Saw a lot of mechanical API reälignment and a lot of glue.

Only saw a couple things that suggested that some files might not have been prettified.

@michaelfig
Copy link
Member Author

Our Stargate adoption is really close. Just waiting on the IBC relayer Stargate compatibility (IBC async acknowledgements can land later). The big dipper block explorer is just waiting on some cosmos-sdk fixes to view transactions.

@michaelfig michaelfig force-pushed the mfig/1621-stargate-upgrade branch 5 times, most recently from cd3d204 to ca8eba9 Compare October 6, 2020 16:03
@michaelfig michaelfig force-pushed the mfig/1621-stargate-upgrade branch from ca8eba9 to 78007c5 Compare October 7, 2020 19:58
@michaelfig michaelfig force-pushed the mfig/1621-stargate-upgrade branch from 78007c5 to 38e170d Compare October 7, 2020 22:53
@michaelfig michaelfig marked this pull request as ready for review October 7, 2020 23:03
@michaelfig michaelfig requested a review from kriskowal October 7, 2020 23:18
Copy link
Member

@kriskowal kriskowal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hastily and shallowly reviewed. I found nothing alarming.

packages/agoric-cli/lib/start.js Show resolved Hide resolved
if (!exitStatus && !capret[1].includes('code: 0')) {
exitStatus = 2;
if (!exitStatus) {
const ret = JSON.parse(capret[1]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can throw and the error messages are opaque. Consider using a utility method that rethrows an informative error.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I'll do that in the next batch of changes.

packages/cosmic-swingset/app/export.go Show resolved Hide resolved
@michaelfig michaelfig merged commit 01afe2d into master Oct 8, 2020
@michaelfig michaelfig deleted the mfig/1621-stargate-upgrade branch October 8, 2020 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cosmic-swingset package: cosmic-swingset
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Cosmos SDK to Stargate
2 participants