eskimor
eskimor
I would like to gather a deeper understanding on how reflex works under the hood. Any pointers on how to get started, would be greatly appreciated. Is there some documentation...
This reduces the load on the dispute coordinator in normal operation by a huge factor by simply not importing approval votes. Instead approval votes are only imported on actual disputes....
With a [pre-validation function](https://github.com/paritytech/polkadot/issues/3428), we will be able to only accept collations from collators who can prove that they are in fact a valid block author for the next parachain...
For performance reason we changed the implementation to no longer import approval votes eagerly, instead we only import them once a dispute is raised. Unfortunately approval-voting and approval-distribution will abandon...
On Westend and reproducible on Versi, we see warnings about state already being discarded: ``` | 2022-06-27 15:25:26 | 2022-06-27 13:25:26.250 WARN tokio-runtime-worker parachain::runtime-api: cannot query the runtime API version:...
Still WIP Goals: - Improve pre-connect to also imake it possible to issue an early `AdvertiseCollation` messages, so we can do that round trip while preparing the collation already. -...
As can be seen here (data from Kusama), from all the tasks grandpa is apart from node and networking the most CPU intensive:  Talking to @andresilva , we figured...
I understand from the IETF draft that a server is not supposed to change IP address/port except for migrating to a preferred address at connection setup. Nevertheless in an p2p...
which causes `scripts/run-nodes.sh` to fail with errors like this: ``` bash ./scripts/run-nodes.sh ./result/ghc/chainweb/bin/chainweb-node 10 /tmp/run-nodes-logs starting 10 chainweb nodes started bootstrap node 0 started node 1 chainweb-node: /tmp/run-nodes-logs/telemetry.node0.log: openFile: resource...