[XCVM-13] Upgrade Wasmi with the latest cosmwasm-vm#3035
Merged
g-la-d-os merged 4 commits intoComposableFi:mainfrom Feb 2, 2023
Merged
[XCVM-13] Upgrade Wasmi with the latest cosmwasm-vm#3035g-la-d-os merged 4 commits intoComposableFi:mainfrom
g-la-d-os merged 4 commits intoComposableFi:mainfrom
Conversation
Contributor
|
Task linked: XCVM-13 Migrate CosmWasm Pallet |
48b072c to
2e4282e
Compare
hussein-aitlahcen
approved these changes
Jan 30, 2023
hussein-aitlahcen
approved these changes
Jan 31, 2023
KaiserKarel
approved these changes
Jan 31, 2023
0b5d0ee to
74a6a03
Compare
Signed-off-by: aeryz <abdullaheryz@protonmail.com>
Signed-off-by: aeryz <abdullaheryz@protonmail.com>
Signed-off-by: aeryz <abdullaheryz@protonmail.com>
Signed-off-by: aeryz <abdullaheryz@protonmail.com>
74a6a03 to
827682b
Compare
Nix commands for this PRNOTE: You can also run our Nix commands in Docker. See the bottom of this comment. Make sure you have setup the Composable community cache:(you only need to run it once on your machine) nix-shell -p cachix --command "cachix use composable-community"Show all possible apps, shells and packages:Run the Composable node alone:nix run "github:ComposableFi/composable/827682b098aa04dfc5aa7a07c7a2cb4e7fb622ff#composable-node" -LSpin up a local devnet:nix run "github:ComposableFi/composable/827682b098aa04dfc5aa7a07c7a2cb4e7fb622ff#devnet" -L --option sandbox relaxed --show-traceSpin up a local XCVM devnet:nix run "github:ComposableFi/composable/827682b098aa04dfc5aa7a07c7a2cb4e7fb622ff#devnet-xcvm" -LView the docs:nix run ".#docs-server"Run this without Nix in Docker.docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v nix:/nix -it nixos/nix bash -c "nix-env -iA nixpkgs.cachix && cachix use composable-community && nix run github:ComposableFi/Composable/827682b098aa04dfc5aa7a07c7a2cb4e7fb622ff#devnet-dali -L --extra-experimental-features nix-command --extra-experimental-features flakes"NOTE: You can swap |
Pablo Preview URLhttps://pablo-production-n2yus70ze-composable-finance.vercel.app |
Picasso Preview URLhttps://picasso-production-ls6rz3h32-composable-finance.vercel.app |
hussein-aitlahcen
approved these changes
Feb 2, 2023
89 tasks
KaiserKarel
approved these changes
Feb 2, 2023
Contributor
|
@Mergifyio requeue |
Contributor
✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically |
Contributor
|
@Mergifyio refresh |
Contributor
✅ Pull request refreshed |
89 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgraded to the latest
cosmwasm-vmwhich includes wasmi vm upgrade.