Include pallet-ibc in dali runtime #NX-37#2474
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ |
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/cddcb616e00e2dd8e8a56a99c7feb006e325eb41#composable-node" -LSpin up a local devnet:nix run "github:ComposableFi/composable/cddcb616e00e2dd8e8a56a99c7feb006e325eb41#devnet" -L --option sandbox relaxed --show-traceSpin up a local XCVM devnet:nix run "github:ComposableFi/composable/cddcb616e00e2dd8e8a56a99c7feb006e325eb41#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/cddcb616e00e2dd8e8a56a99c7feb006e325eb41#devnet-dali -L --extra-experimental-features nix-command --extra-experimental-features flakes"NOTE: You can swap |
|
Task linked: CU-441wwc9 Include pallet-ibc into Dali devnet |
pallet-ibc in dali runtimepallet-ibc in dali runtime
|
blocking #2426 to do a proper test |
|
Task linked: CU-4737ne1 Integrate pallet-ibc into Dali runtime |
dzmitry-lahoda
left a comment
There was a problem hiding this comment.
ok, task to run e2e on this will be created. so it is not clear if current setup works.
|
Visit the preview URL for this PR (updated for commit dd5c114): https://picasso-f0d16--pr2474-vmarkushin-dali-pall-s9db9j53.web.app (expires Tue, 20 Dec 2022 11:50:12 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: d4e030ec330173845b1768cd217beee9791d20f1 |
|
Visit the preview URL for this PR (updated for commit dd5c114): https://pablo-afa5d--pr2474-vmarkushin-dali-pall-e3p7xure.web.app (expires Tue, 20 Dec 2022 11:50:30 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 8ef316967fc7aa470dc109d617260c43c009e4e3 |
pallet-ibc in dali runtimepallet-ibc in dali runtime #NX-37
Most of the code was copied from the `centauri` repo. Some parts are incompatible with the current repo, so I tried to rewrite them, leaving the old code version for comparison.
7678ed2 to
cddcb61
Compare
Most of the code was copied from the
centaurirepo. Some parts are incompatible with the current repo, so I tried to rewrite them, leaving the old code version for comparison.