Bastian Köcher

Results 816 comments of Bastian Köcher

CC @altonen @dmitry-markin something for you to look into. :)

I would like to have some audit here, to be safe. :P

We already got the host performance check in Polkadot for this: https://github.com/paritytech/polkadot/blob/master/cli/src/host_perf_check.rs

We can add it to Substrate, if it is done in a generic way. Aka chain implementors like Polkadot provide their own expected numbers that are treated as "good". My...

> `/health/liveness` - should return always `200`, unless the node needs a restart. A node never needs a restart. So, this would always return `200`.

None of the named examples would have been able to be detected. The node is running multiple threads and could still report to your liveness requests, while it would for...

@niklasad1 can you implement the `readiness` endpoint? It should check that we are not doing a major sync and that we have at least one peer. This should be fairly...

> How exactly is this going to be implemented with this API? The RPC layer can't just call `pin` when it receives the new block notification. The notification is asynchronous,...

@MrishoLukamba the CI is still failing.