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

Ibc fixes #174

Merged
merged 10 commits into from
Jan 21, 2021
Merged

Ibc fixes #174

merged 10 commits into from
Jan 21, 2021

Conversation

ethanfrey
Copy link
Member

@ethanfrey ethanfrey commented Jan 20, 2021

Replaces #172

Includes all updates from CosmWasm/cosmwasm#728 and CosmWasm/cosmwasm#736

This should be the "final" (for next release) state of ibc support in the cosmwasm vm and contracts

TODO:

  • CHANGELOG entry
  • add test for VM.AnalyzeCode

@ethanfrey ethanfrey changed the base branch from master to 0.14-dev January 20, 2021 16:25
Copy link
Member

@webmaster128 webmaster128 left a comment

Choose a reason for hiding this comment

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

💪

ibc_test.go Outdated Show resolved Hide resolved
has_ibc_entry_points: report.has_ibc_entry_points,
}
}
}
Copy link
Member

Choose a reason for hiding this comment

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

Nice implementation. I'm glad we don't need to worry about C layout in cosmwasm_vm.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I'd only do with that right at the FFI boundary.

Normal rust types in cosmwasm-vm and normal go types in wasmd.
This type just is used inside this same repo on both sides of FFI

src/lib.rs Outdated Show resolved Hide resolved
@webmaster128
Copy link
Member

CHANGELOG entry

This repo does not have one. It is wild west style here.

@ethanfrey
Copy link
Member Author

Ready to merge from my side.
I will make a PR on wasmd pointing to this.

@alpe if you approve, I will remove the REMOVE BEFORE MERGE: pre-build dlls commit and merge this.

@ethanfrey ethanfrey mentioned this pull request Jan 20, 2021
Copy link
Contributor

@alpe alpe left a comment

Choose a reason for hiding this comment

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

🎸

@ethanfrey ethanfrey merged commit 6dc551b into 0.14-dev Jan 21, 2021
@ethanfrey ethanfrey deleted the ibc-fixes branch January 21, 2021 15:01
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.

3 participants