dkn-compute-node
dkn-compute-node copied to clipboard
bug: `From` and `Source` fields are always the same
Ever since we did the changes below:
- instead of looping all addresses in
info.listen_addrswe simply useinfo.observed_addr - fixed the
add_explicit_peeron all peers (which caused memory issues)
the propagation source and message source turn out to be the same.
This is not really expected imo, and this way have to do with the problem in #119 as well since that also started after this change.
This could be related to Permissive setting as well, in which case we can close the issue
this is indeed due to new MessageAuthentication scheme that we are using, without signatures
the signatures are handled at app-level but not protocol level