kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize RPC Submit Block with more handlers

coderofstuff opened this issue · comments

Have a small pool of handlers (~5) for this message type.

If handlers are not keeping up, reject block submissions (instead of awaiting the distribution channel which blocks other message types such as get block template hence getting the miner stuck on old template)

Fixed by #357