Mattia Bradascio
Mattia Bradascio
Hi, unfortunately when I try this I get the following error: `flag provided but not defined: -insecure-tls Usage of /clair: -config string Load configuration from the specified file. (default "/etc/clair/config.yaml")...
Just to confirm, is this https://github.com/paritytech/polkadot/tree/rh-async-backing-statement-distribution the branch?
Not sure why this happens, but I did a checkout of the branch and attempted building - then I saw this issue: ``` error: `sp_trie::recorder::Recorder::as_trie_recorder::{opaque#0}` does not live long enough...
@bkchr indeed a toolchain thing, thanks for pointing me in that direction.
Seems to be working just fine with this zombienet configuration: ``` [settings] timeout = 1000 [relaychain] chain = "rococo-local" [relaychain.genesis.runtime.runtime_genesis_config.configuration.config] max_validators_per_core = 2 [[relaychain.nodes]] name = "alice" command = "polkadot-async"...
@rphmeier @eskimor @sandreim waiting for the above before finishing up the CI test on the async branch.
@eskimor seems there are some conflicts on the `rh-async-backing-feature` branch wrt. to the CI tests. @pepoviola, could you mention which files need to be checked out from the master branch...
An example screenshot how the spans look in `jaeger` can be seen below:
I'm noticing in the Jaeger UI that I need to add tags inside the span creation closure's, and not only outside the closure's `unwrap_or` call. Will add another commit with...