-
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
test(runtime): update nix file and npm command #4238
Conversation
Pull reviewers statsStats of the last 30 days for composable:
|
# run Composable node
nix run "github:ComposableFi/composable/refs/pull/4238/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/4238/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/4238/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/4238/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/4238/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 |
CI is CI, it needs remote debuggin. No other option in CI. There are enterprise options to run tests clusters based on docker, we are not yet here, unless there is nice easy to inregrate provider. |
now it is able to call centaurid and osmosisd commands. Right now it is polling every 8 seconds and timeout limit is 150 * 8 seconds. But seems channels between osmosis and centauri doesnt open in that time. Increased time limit to 250 * 8 seconds. Now trying to see if it pass. |
stale-pr |
i did not had time to look into decomposing to reduced set of nodes and making /tmp/composable-devnet to be in run archieve yet |
@kollegian stupid question. are you blocked by me? i am super busy before denver demo until 15 nov. so i can show how to debug what I fold may be? or you have something to do? like ethereum? also I have typescript for contracts. you may play with writing some code? :) |
@dzmitry-lahoda Currently I am working on lstaking so not blocked on this one. |
@kollegian I do not have time to do all experiments now. will do in next week I guess. can we
|
@vladislav-terzi now it is done. done when merged. |
Required for merge:
pr-workflow-check / draft-release-check
is ✅ successMakes review faster:
misc
label if it should not be in release notesReviewers
@
) or used other form of notification of one person who I think can handle best review of this PR