Niklas Adolfsson

Results 19 issues of Niklas Adolfsson

The goal with this commit is to expose the `feasibility_check ` such that anyone that implements the `MinerConfig trait` can utilize it. polkadot companion: https://github.com/paritytech/polkadot/pull/6842

A0-please_review
B0-silent
C1-low
D3-trivial 🧸
T1-runtime

This is rather big change but most stuff are "chore", the major things in this bump are: - Server backpressure (the subscription impls are modified to deal with that) -...

A3-in_progress
C1-low
D3-trivial 🧸
B1-note_worthy
T0-node

Close paritytech/polkadot-sdk#748 cumulus companion: https://github.com/paritytech/cumulus/pull/2560

A4-companion
C1-low
T0-node
B1-note_worthy

A4-companion
B1-note_worthy
C1-low
T0-node

Currently, we have added simple RPC rate-limit middleware and a couple of CLI flags to whitelist for "trusted peers" but it's not ideal to have this logic in the node...