-
Notifications
You must be signed in to change notification settings - Fork 350
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
Problem: CosmWasm is not enabled on chain-main
#780
Problem: CosmWasm is not enabled on chain-main
#780
Conversation
Codecov Report
@@ Coverage Diff @@
## master #780 +/- ##
==========================================
+ Coverage 20.17% 21.13% +0.95%
==========================================
Files 99 98 -1
Lines 11325 10813 -512
==========================================
Hits 2285 2285
+ Misses 8553 8038 -515
- Partials 487 490 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
The windows build doesn't work because no prebuilt libwasmvm.dll in wasmvm repo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The nix building works now, can you add some basic integration test to show it works?
d505489
to
0296840
Compare
/runsim |
Simulation tests started and triggered by |
Would it be possible to fix the Windows build? I think one can just add a |
❌ |
/runsim |
Simulation tests started and triggered by |
This is their sample |
❌ |
Added |
As far as I understand this, pre-built dynamic libraries for linux and mac are linked by |
❌ |
I guess it won't be packaged by goreleaser, and I've opened an issue that we might adopt the nix solution used in cronos: #781 |
I'll do this in next PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updating the fork -- the windows build is currently marked as "Required" workflow to pass, so not sure if this can be merged without it being fixed
it failed, should we run again? |
Yes. We can run again. It failed because it didn't find |
/runsim |
Simulation tests started and triggered by |
✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… (fixes crypto-org-chain#735) Solution: Integrated `wasmd` in `app.go` (have used temporary forks for ics29 fee middleware changes and windows fix)
Solution: Integrated `wasmd` in `app.go` (have used temporary forks for ics29 fee middleware changes and windows fix)
Solution: Integrated
wasmd
inapp.go
(have used temporary forks for ics29 fee middleware changes)