Sebastian Kunert
Sebastian Kunert
I was investigating some issues I saw when syncing a parachain full-node. Log excerpt: ``` 2023-04-26 22:25:25.164 DEBUG ⋮cumulus-consensus: [Parachain] Attempting to finalize header. block_hash=0x2aed5dcdfd9c6bae1f1a0e66f2148f6e916e6960b51a92ed04aae92d01e2d7a5 ... 2023-04-26 22:25:25.198 TRACE ⋮sync::import-queue:...
This is a reminder issue to take another look at error handling once the RPC collator functionality is more mature. Todo: - If channels run full unexpectedly, kill the worker...
Part of #3168 On top of #3568 ### Changes Overview - Introduces a new collator variant in `cumulus/client/consensus/aura/src/collators/slot_based/mod.rs` - Two tasks are part of that module, one for block building...
I am attempting to run `parca-agent` without any flags 0.32.0 on an ubuntu server. After a few seconds it crashes: ``` ./parca-agent WARN[0000] Failed to setup gRPC connection (try 1...
I can add this feed to omnivore, however there are no articles shown at all, even though the feed is non-empty.
We have the sdk-docs which contain a ton of useful guides, I think it should be linked from the landing page. https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/index.html#polkadot-sdk-docs
## Context With the slot-based collator and elastic-scaling, parachains build blocks at a fast pace. A classic example is a chain with 3 cores, which would produce one block every...
Related to #8383, but this time for the transaction pool. We need to create a mechanism to listen to backed blocks and then integrate the transactions included in these blocks...
Follow-up of #8336 To measure the confidence for different signals, we should also have a metric for the backed event. This will be less straight forward than the other metrics,...
### Is your feature request related to a problem? Please describe. The old zombienet binary was printing the URL to the logs in loki directly, this was super nice. These...