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

Update to use final 0.3.0 contracts #46

Merged
merged 2 commits into from
Jun 28, 2023
Merged

Update to use final 0.3.0 contracts #46

merged 2 commits into from
Jun 28, 2023

Conversation

ethanfrey
Copy link
Collaborator

Updates #45 to final release.
Please merge into that PR and update that PR's title.

One item is untestable due to an issue in ibctesting. I mean, I could test it, but it breaks all tests afterwards.

I would merge as is, and work on the fix in a wasmd release in parallel, and then uncomment in the future when ibctesting update is out.

@ethanfrey ethanfrey requested a review from alpe June 27, 2023 19:02
@@ -113,8 +113,22 @@ func TestMVP(t *testing.T) {

assert.Equal(t, 70_000_000, providerCli.QueryVaultFreeBalance())

// Cross Stake - A user pulls out additional liens on the same collateral "cross staking" it on different chains.
// @alpe these lines pass, but when I run them, the following providerCli.MustExecVault(execMsg) fails with
Copy link
Contributor

Choose a reason for hiding this comment

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

Good call. I will add fix to wasmd and make this work here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I would be happy for merge and release of this (so we have 0.3.0 mesh-security-sdk that can be tested).

And then the wasmd stuff afterwards in a patch release. Test works and shows it is enforced, but it breaks others. This is more about maintainability than correctness of current code, so can add to a patch

@ethanfrey ethanfrey merged commit 394407a into wip Jun 28, 2023
@ethanfrey ethanfrey deleted the wip-0.3.0-final branch June 28, 2023 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants