nimiq / core-rs-albatross

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

validator-network: Always return the last known validator `PeerId` #2707

Closed jsdanielh closed 6 days ago

jsdanielh commented 6 days ago

Change the validator-network to always return the last known validator PeerId no matter the current cache state and try to use it for sending messages. This instead of waiting for DHT queries to complete before trying to send a message.

Pull request checklist