Javier Viola

Results 233 comments of Javier Viola

Hi all, there is an in progress translation to contribute? or there is a completed translation to share? Thx!

> A temporal fix for most people will be to force version 1.6 as a dependency by adding `indexmap = "=1.6.2"` to Cargo.toml's `[dependencies]` field, this should work even if...

Hi @NachoPal, sounds interesting. When zombienet create the para chain-spec file its set the `relay_chain` field, what would be the appropriated value in this case? Thanks!

Hi @crystalin, thanks for reporting :) I just trying with podman `3.0.1` and works as expected. Can you check the logs of the `temp` pod when is stuck there? Thanks!

> @pepoviola thank you for looking at it. I'm really a newbie concerning podman, can you tell me how to properly get the logs so I can paste them here...

Thanks @tobbelobb, I will look asap.

Hi @NukeManDan, thanks for the suggestion. We have the plan to add `docker` as provider and I think will be easy to onboarding people with that since is the most...

Hi @acatangiu, Currently pause/resume and restart are supported only using `k8s` provider. The syntax is the following ``` nodeName: pause nodeName: resume nodeName: restart [after x secs] ``` Start new...

> Is there a reason why we should "break" the dir and bring the logs as artifacts? I mean - was it requested from a team that uses zombienet? Yes,...

Hi @sirius651, the `toml` config for the collator should use single `[]` and also add the `cumulus_based` flag. Can you try with this? ```toml [relaychain] default_image = "docker.io/paritypr/polkadot-debug:master" default_command =...