ComposableFi / composable

Picasso Kusama and Composable Polkadot parachains
https://www.composable.finance
120 stars 70 forks source link

feat(release): latest release version 10042.0 #4375

Closed kkast closed 12 months ago

kkast commented 12 months ago

Required for merge:

Makes review faster:

github-actions[bot] commented 12 months ago

Pull reviewers stats

Stats of the last 30 days for composable: User Total reviews Time to review Total comments
RustNinja 12 8h 33m)) 0
dzmitry-lahoda 11 54m)) 3
kkast 8 2h 11m)) 1
0xBrainjar2 3 22h)) 0
blasrodri 2 3d 5m)) 0
JafarAz 2 6h 22m)) 0
mina86 1 14h 14m)) 2
vmarkushin 1 2h 43m)) 0
rjonczy 1 5d 5h 7m)) 0
github-actions[bot] commented 12 months ago
# run Composable node
nix run "github:ComposableFi/composable/refs/pull/4375/merge" --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed
# run local Picasso DevNet (for CosmWasm development)
nix run "github:ComposableFi/composable/refs/pull/4375/merge#devnet-picasso" --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed 
# CosmWasm on Substrate CLI tool
nix run "github:ComposableFi/composable/refs/pull/4375/merge#ccw" --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed 
# run cross chain devnet with Dotsama and Cosmos nodes 
nix run "github:ComposableFi/composable/refs/pull/4375/merge#devnet-xc-fresh" --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed 
# or same with docker
nix build "github:ComposableFi/composable/refs/pull/4375/merge#devnet-xc-image" --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed \
&& docker load --input result && docker run -it --entrypoint bash devnet-xc:latest -c /bin/devnet-xc-fresh 

About nix