dzmitry-lahoda

Results 367 comments of dzmitry-lahoda

Fixed merge conflicts and updated to latest master on my branch. Not sure, seems there is no way to reopen PR with stale bot. Only to create new one. Here...

do we have example repo to look at? so we can be sure it works?

same issue ``` composable-deps> setting CARGO_BUILD_RUSTFLAGS to "--remap-path-prefix /nix/store/yp5hrdck42621s2n4nngzwj9a9n4mg22-vendor-cargo-deps=/sources" composable-deps> building composable-deps> ++ command cargo --version composable-deps> cargo 1.67.0-nightly (16b097879 2022-11-14) composable-deps> ++ command cargo build --profile release composable-deps> error:...

We use latest crane git commit.

@abhijeetbhagat was you able to find fix?

On deprecated polka launcher it wors. I am trying to make zombienet 1 to 1. ``` 2022-11-15 17:25:12.027 INFO tokio-runtime-worker cumulus-collator: [Parachain] Starting collation. relay_parent=0xae2b1a172c94bfde63d239001c817fad3c78bd6211842f1a64443aa1c514e0f5 at=0x61f787bfb24978f5e48d5cac7b2457ac26d91a0c4a3ed19a0ef10ed91b9ddc1c 2022-11-15 17:25:12.039 INFO tokio-runtime-worker...

I have put `exit 42` into command_with_args ``` zombie::native::client "/cfg/zombie-wrapper.sh", zombie::native::client "exit 42" zombie::native::client ] zombie::native::client } zombie::native::client } +20ms ┌────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Pod │ dali-dev-alice │ ├────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤ │ Status │...

@abhijeetbhagat as far as i see now if chain start fails.with non zero exit code you will not see errora. you will sew timeout. how may yoi check that chain...

if `command_with_args` replaced with command_with_args="exit 42". do you get a timeout? also, what is in the logs of ice-node? likely `alice-1.log`?

About fork: - https://github.com/maxsam4/fork-off-substrate/pull/144 - https://github.com/maxsam4/fork-off-substrate/pull/141 Can do 1. Separate command to download snapshot 2. Already works with relay and para chains 3. Seems works with 840 MB runtime 4....