You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In short, my understanding is that NodeAddress contains minimal information needed in order to send Talk message to another node.
I checked the code, but it doesn't seem so trivial. I'm willing to do required work and send PR, but I would appreciate some guideline on how to approach it.
For context, I'm working on trin project and I'm trying to fix some issue. The issue itself is not related to discv5 itself, but the application protocol on top of it. The solution would be much easier if we could do what this issue describes (which I believe is doable in principle).
The text was updated successfully, but these errors were encountered:
Unfortunately, I think we can't send a message using only NodeAddress, because the destination peer's public key is required when generating a session.
In short, my understanding is that
NodeAddress
contains minimal information needed in order to sendTalk
message to another node.I checked the code, but it doesn't seem so trivial. I'm willing to do required work and send PR, but I would appreciate some guideline on how to approach it.
For context, I'm working on trin project and I'm trying to fix some issue. The issue itself is not related to discv5 itself, but the application protocol on top of it. The solution would be much easier if we could do what this issue describes (which I believe is doable in principle).
The text was updated successfully, but these errors were encountered: