nimiq / core-rs-albatross

Rust implementation of the Albatross protocol
https://nimiq.com
Other
128 stars 43 forks source link

LiveSync: move `BlockQueue` to own task #2702

Open styppo opened 1 week ago

styppo commented 1 week ago

Move BlockQueue to its own task such that it is polled independently of the Consensus task. This ensures that network events are processed immediately and not blocked by push operations.

Closes #2624