-
Notifications
You must be signed in to change notification settings - Fork 77
refactor: bump dependencies for v0.35 #3252
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: bump dependencies for v0.35 #3252
Conversation
|
This PR may contain changes to database schema of one of the drivers. If you are introducing any changes to the schema, make sure the upgrade from the latest release to this change passes without any errors/issues. Please make sure the label |
* json_message_event: avoid converting a WakuMessageHash into 0x... * waku_thread: wait until the waku thread completely received the request * waku_thread: add missing deallocShared * libwaku avoid nonsense onReceivedMessage cb in waku_relay_publish
* make lightpush return msg hash after successful publish * libwaku avoid the use of string * library alloc.nim allocate memory when nil cstring is passed * libwaku store_request remove extra destroyShared(self)
…dme.md (#3235) * avoid dependency with libpcre by using regex module
* avoid compile TRACE level to reduce libwaku size * waku_rln_relay/constants.nim: avoid adding constant seq that is used in tests only * ci:yml USE_LIBBACKTRACE=0 to force -d:debug when running tests
29d752f to
ba23044
Compare
|
You can find the image built from this PR at Built from 98dd5e3 |
NagyZoltanPeter
left a comment
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.
Huge thanks for it @Ivansete-status!!!
22a5863
into
bump-dependencies-for-v0.34
This is just an adaptation of the current "bump-dependencies-for-v0.34" by considering the recent changes in the codebase plus the use of special branch in nim-web3 (status-im/nim-web3#186)