-
Notifications
You must be signed in to change notification settings - Fork 57
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
refactor: "feat: amending computeDigest func. + related test cases (#2132)" #2180
Conversation
This reverts commit 1669f71.
You can find the image built from this PR at
Built from aad9645 |
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.
I'm a bit confused, as I didn't realise that this was already merged into master. These changes seemed to still be part of the recently opened PR that changed the DB schema, but perhaps it was simply a polluted diff?
It would be good to understand what the actual impact is in terms of client implementation backwards compatibility if the underlying cursor is changed.
This was a separate PR since on for issue #2112 tasks are done serially to have a visible separation component-wise merging in, that PR modified the AFAIK, this change only improved the cursor functionality since with new in jsWaku and goWaku client it passed all test cases. About backwards compatibility idk tbh. @jm-clius WDYT? |
This reverts commit 1669f71.
Description
As discussed with Hanno earlier, this will revert the
computeDigest
PR introduced in Waku archive and associated test cases changes as well.We are doing this to make sure that we keep original behavior intact and use waku_core https://github.com/waku-org/nwaku/blob/master/waku/waku_core/message/digest.nim#L29 for computing
messageHash
attribute of database.Changes
Issue
#2112