nwaku/waku/v2/node/jsonrpc
Ebube Sered Ud a6bb3f65e1
Fix redundant use of content topics (#528)
made resulting changes to waku_filter

Made changes to wakunode2, filter_api and waku_filter

Update waku v2 test scripts referencing Content Topics

Update ContentFilter in chat example

Remove unneccesary loops from filter api
closes #496

Apply keep-alive for chat2 (#525)

Makes the arguments of the store jsonrpc api optional (#526)

* makes pubsubTopic filter optional

* makes contentFilter optional

* append Option

Co-authored-by: Oskar Thorén <ot@oskarthoren.com>

Update Changelog with changes to ContentFilter

Fix indentation and code semantics

Enables perssist-message flag in the store protocol for wakunode2 (#519)

* enables perssistmessage flag

* disables in memory storage when persist-messages is false

* adds the persistMessages input to the mountStore

* defaults the store flag to true

* adds the missing argument

* persists messages in memory conditioned to the persistMessages flag

* adds persistmessages flag to the config_bridge

* defaults persistmessages to true

* defaults the store flag to true and persist-messages to false

* updates store.md

* updates chat2 instructions about --store flag

* removes --store flag from chat2 command execution

Co-authored-by: Oskar Thorén <ot@oskarthoren.com>

Fix: light-mode relay for all light protocols (#529)

* Fix: light-mode relay for all light protocols

* Clear up confusing use of overloaded concepts

Fix ContentFilter Schema in wakunode test script

Enables perssist-message flag in the store protocol for wakunode2 (#519)

* enables perssistmessage flag

* disables in memory storage when persist-messages is false

* adds the persistMessages input to the mountStore

* defaults the store flag to true

* adds the missing argument

* persists messages in memory conditioned to the persistMessages flag

* adds persistmessages flag to the config_bridge

* defaults persistmessages to true

* defaults the store flag to true and persist-messages to false

* updates store.md

* updates chat2 instructions about --store flag

* removes --store flag from chat2 command execution

Co-authored-by: Oskar Thorén <ot@oskarthoren.com>

Fix: light-mode relay for all light protocols (#529)

* Fix: light-mode relay for all light protocols

* Clear up confusing use of overloaded concepts

Fix resulting issues after merge
2021-05-05 09:34:40 +01:00
..
admin_api.nim Change contentTopic to string (#463) 2021-04-08 17:55:19 +08:00
debug_api.nim Improvement/bridge improvements (#429) 2021-03-23 10:04:51 +02:00
filter_api.nim Fix redundant use of content topics (#528) 2021-05-05 09:34:40 +01:00
jsonrpc_callsigs.nim Fix redundant use of content topics (#528) 2021-05-05 09:34:40 +01:00
jsonrpc_types.nim Refactor: Put waku_type content where it belongs (#333) 2021-01-06 17:35:05 +08:00
jsonrpc_utils.nim Change contentTopic to string (#463) 2021-04-08 17:55:19 +08:00
private_api.nim Improvement/bridge improvements (#429) 2021-03-23 10:04:51 +02:00
relay_api.nim Fix Windows CI (#467) 2021-04-09 13:47:24 -07:00
store_api.nim Makes the arguments of the store jsonrpc api optional (#526) 2021-05-03 12:25:28 -07:00