-
Notifications
You must be signed in to change notification settings - Fork 69
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
Reintroduce substrate fork to allow pooling wasm strategy #3125
Reintroduce substrate fork to allow pooling wasm strategy #3125
Conversation
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
Pablo Preview URLhttps://pablo-production-gveviaxpd-composable-finance.vercel.app |
Picasso Preview URLhttps://picasso-production-7f4gaz1c6-composable-finance.vercel.app |
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/c5640af3fd44b0b8d8e1cc7c09b486e2c255df17#composable-node" -L Spin up a local devnet:nix run "github:ComposableFi/composable/c5640af3fd44b0b8d8e1cc7c09b486e2c255df17#devnet" -L --option sandbox relaxed --show-trace Spin up a local XCVM devnet:nix run "github:ComposableFi/composable/c5640af3fd44b0b8d8e1cc7c09b486e2c255df17#devnet-xcvm" -L View 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/c5640af3fd44b0b8d8e1cc7c09b486e2c255df17#devnet-dali -L --extra-experimental-features nix-command --extra-experimental-features flakes" NOTE: You can swap |
This PR reintroduce Composable substratre fork with paritytech/substrate#13298 cherry-picked back to 0.9.33.
It also fixes crane command for built artifacts (shrinked to minimum requirement, namely
composable
binary only).