Niklas Adolfsson

Results 22 comments of Niklas Adolfsson

yeah but the hypothesis is that these `HTTP health checks` on `websocket server` as it happens periodically (every 10th seconds or something like that) These will go away in the...

> The spec states that the RPC shall return an error object only if decoding of the transaction fails [[here](https://paritytech.github.io/json-rpc-interface-spec/api/transaction_unstable_submitAndWatch.html#possible-errors)]. However, the RPC will also produce an error if the...

@bkchr sorry missed this, sure I can try to fix this one.

> How so, from a performance perspective? @Ank4n is implying that sorting a `Vec` is `O(n log n)` vs `O(log n)` for a Binary Tree (BTreeMap) however this not really...

> Can you lose bond even if its a valid solution? Right, it was like that with a `BTreeMap` with a `BoundedVec` that is not true anyway I guess. Not...

FYI, the next jsonrpsee release will downgrade those logs to debug.

Sure, sounds reasonable to me.

Closed by #11950 //cc @bakhtin I did what you suggested would be good if you can test it in a burn-in or something on westend :)

We should look into https://github.com/open-telemetry/opentelemetry-rust/blob/main/examples/actix-http-tracing/src/main.rs It looks way nicer to do everything via `tracing!` instead of how we do it in substrate currently.