-
Notifications
You must be signed in to change notification settings - Fork 249
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
Simplify Post() implementation in sshext #853
Comments
shh_post should be patched now instead of using our namespace (shhext) for post |
What will be changed in the patch? Just addition of events? |
Also tracker will have to be added to original shh_post.
…On Mon, Apr 23, 2018, 13:21 Adam Babik ***@***.***> wrote:
What will be changed in the patch? Just addition of events?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#853 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB36IFeuvxT5m347OyYTWOfLgPGizs0qks5trasQgaJpZM4Te7zr>
.
|
didn't notice this part initially. |
Unblocking as 1.8.5 got released this morning 😄 |
Problem
ethereum/go-ethereum#16495 got merged recently and
shh_post
returns a hash of the envelope instead of boolean now.Implementation
Two possible solutions.
Remove
shhext_post
Remove
shhext_post
and patch the originalshh_post
with a tracker. This may require patching web3.js as well.Simplify
shhext_post
Keep
shhext_post
but simplify its implementation to callshh_post
internally. The implementation will just keep the tracker.Acceptance Criteria
shhext_post
pass.Notes
Blocked until Geth 1.8.5 is released.
The text was updated successfully, but these errors were encountered: