-
Notifications
You must be signed in to change notification settings - Fork 70
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
CosmWasm-VM cw xc interpreter contracts fails to upload because of cw-vm issue #picasso #cosmwasm #3952
Comments
dzmitry-lahoda
changed the title
cw xc interpreter contracts fails to upload because of cw-vm issue
CosmWasm-VM cw xc interpreter contracts fails to upload because of cw-vm issue
Jul 25, 2023
This is first blocker issue for Picasso XCVM. I will tackle it right after demo of ICS20 swap on Centauri and Osmosis |
dzmitry-lahoda
changed the title
CosmWasm-VM cw xc interpreter contracts fails to upload because of cw-vm issue
CosmWasm-VM cw xc interpreter contracts fails to upload because of cw-vm issue #picasso #cosmwasm
Jul 28, 2023
9 tasks
fixed |
github-merge-queue bot
pushed a commit
that referenced
this issue
Aug 1, 2023
Some explanation is here cosmos/ibc-rs#803 So wasmd validation in cosmos will not find reference to code (which never executes) it fails like floats anymore and will success upload. Any attempt to strip float code failed (likely it anticipates input which may contain floats in some case, which is not case to handle at all). Also had hard times with std because of centauri repo, added CI checks to ensure we always good. May be fixes #3952 too. Required for merge: - [x] `pr-workflow-check / draft-release-check` is ✅ success - Other rules GitHub shows you, or can be read in [configuration](../terraform/github.com/branches.tf) Makes review faster: - [x] PR title is my best effort to provide summary of changes and has clear text to be part of release notes - [x] I marked PR by `misc` label if it should not be in release notes - [x] Linked Zenhub/Github/Slack/etc reference if one exists - [x] I was clear on what type of deployment required to release my changes (node, runtime, contract, indexer, on chain operation, frontend, infrastructure) if any in PR title or description - [x] Added reviewer into `Reviewers` - [x] I tagged(`@`) or used other form of notification of one person who I think can handle best review of this PR - [x] I have proved that PR has no general regressions of relevant features and processes required to release into production - [x] Any dependency updates made, was done according guides from relevant dependency - Clicking all checkboxes - Adding detailed description of changes when it feels appropriate (for example when PR is big)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Steps to Reproduce
Try to deploy
cw-xc-interpreter
contract (is part of repo)Expected vs. Actual Behavior
Upload not fails, like it not fails on Centauri
Environment
CosmWasm on Picasso.
May be needs fix/changed to CosmWasm VM repo https://github.com/ComposableFi/cosmwasm-vm
The text was updated successfully, but these errors were encountered: