-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: return message id on waku_relay_publish
#2485
Conversation
You can find the image built from this PR at
Built from bb57b8c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks so much!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Thanks for it!
Hey @richard-ramos ! Sorry for confusion but right after approving the PR I thought that it may be more convenient to use the same mechanism that we have to generate the nwaku/waku/waku_relay/message_id.nim Lines 31 to 33 in d832f92
|
Actually, it is the messageHash we need! so that makes me think that i have to rename the |
Ok cool! I think |
Implemented the change in last commit :) |
Description
As defined in the bindings,
waku_relay_publish
returns a message id on success