Hanno Cornelius
7f23bdf29f
chore: update nwaku submodules ( #1123 )
...
* chore: update submodules
* fix: SIGTERM ambiguity
* fix: ambiguous RNGs
* fix: ContentType is no longer a string
* fix: more fixes related to ambiguous RNGs
* fix: start all protocols
* chore: also update nim-eth
* chore: important new fixes in nim-libp2p
* fix: more changes related to RNG. Some reversion to reflect nim-eth update
* fix: breaking changes in nim-eth submodule
* fix: start protocols in tests
* fix: chat2bridge protocols async mounting
* fix: v1 test compilation
* fix: rln test compilation
* fix: remove confusing keys qualifier for the same HmacDrbgContext
2022-09-07 16:31:27 +01:00
Lorenzo Delgado
21e9f25276
refactor(wakunode2): deprecate non-async protocol api methods
2022-09-02 10:17:14 +02:00
Aaryamann Challani
ad7f9ed5bf
chore(lightpush): fix minor typo ( #1100 )
2022-08-31 17:00:10 +05:30
Lorenzo Delgado
d201a37330
refactor(waku-lightpush): waku lightpush protocol code reorganization
2022-08-10 12:30:34 +02:00
Richard Ramos
17ebb32331
fix: encode protobuffers using proto3 version
2022-06-21 17:21:03 -04:00
Hanno Cornelius
4e6960ad26
Fix incorrect store read buffer limit ( #800 )
...
* Fix store read buffer limit
* Changelog
2022-01-06 13:42:37 +01:00
Hanno Cornelius
eb5dcadd45
Added protocol message counters ( #804 )
...
* Added protocol message counters
* Fix how stored messages are counted
2022-01-06 12:23:25 +01:00
Hanno Cornelius
50189a21a9
Update submodules: differentiate between local and remote `PeerInfo` ( #730 )
...
* Update submodules
* Remove PeerInfo where necessary
2021-10-06 14:29:08 +02:00
Hanno Cornelius
7be949ed67
Update submodules ( #682 )
2021-07-22 10:43:41 +02:00
Sanaz Taheri Boshrooyeh
a41b9ac80b
Refactor waku protocols and utils ( #667 )
...
* refactors waku_filter
* refactors waku_lightpush
* refactors waku_swap
* refactor namespacing.nim
* refactor peers
* refactors requests
* adds top level {.push raises: [Defect].}
* log scope for rln relay
* cleans up comments
* removes comments
* comments out raise Defect
* defines temp var then pass to constructor
* Update waku/v2/protocol/waku_rln_relay/rln.nim
Co-authored-by: oskarth <ot@oskarthoren.com>
* Update waku/v2/protocol/waku_swap/waku_swap.nim
Co-authored-by: oskarth <ot@oskarthoren.com>
* explains the potential exception in waku_swap
* creates temp var before return
* adjusts spaces
* adds line breaks, temp vars and fixes format
* removes type declaration
* fixes and indentation issue
* adjusts spacing
* adjusts line <80ch
* formating improvement
Co-authored-by: oskarth <ot@oskarthoren.com>
2021-07-15 11:25:52 -07:00
Hanno Cornelius
92f2d5a7f5
Refactor wakunode2.nim ( #664 )
...
* Refactor wakunode2.nim
* Remove empty raises
* Some formatting improvements
2021-07-14 19:58:46 +02:00
Hanno Cornelius
2869e71865
Simplify wakunode2 subscriptions model ( #662 )
2021-07-13 09:18:51 +02:00
Oskar Thorén
2568af3b98
Light push beta bump ( #590 )
...
Closes https://github.com/status-im/nim-waku/issues/565
2021-06-03 13:29:04 +08:00
Oskar Thorén
13ac035e5a
Lightpush protocol cont ( #506 )
...
* lightpush conf and mount with relay from node
* mount lightpush after relay
* lightpush relay integration wip
* lightpush node integrate and test node
* clean
2021-04-24 12:56:37 +08:00
Oskar Thorén
d7de633793
Light push protocol initial cut ( #503 )
...
* Init lightpush
* Lightpush types
* light push encode and decode
* lightpush protocol more
* light push test draft
* lightpush compiles
* lightpush fix tests etc
* cleanup
* pubsubTopic -> pubSubTopic
2021-04-23 14:56:04 +08:00