dusk-network / dusk-blockchain

Reference implementation of the DUSK Network node, written in Golang
MIT License
102 stars 47 forks source link

Propagate metadata through message lifecycle #1452

Closed herr-seppia closed 2 years ago

herr-seppia commented 2 years ago

Describe "Why" this is needed In order to implement malicious node detection, dusk-blockchain phases should be aware of the message sender. This information is already present at kadcast level, but so far it's always been ignored (the only information propagate is the received kadcast height)

Describe alternatives you've considered N/A

Additional context See also #1451