mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-25 22:13:12 +00:00
Minimal accounting state PoC (#278)
* Add basic WakuSwap type and init * Mount swap protocol and keep accounting state * Flags off by default
This commit is contained in:
@@ -213,6 +213,11 @@ proc processInput(rfd: AsyncFD, rng: ref BrHmacDrbgContext) {.async.} =
|
||||
echo &"{payload}"
|
||||
info "Hit store handler"
|
||||
|
||||
# TODO Use same flag as wakunode
|
||||
# To be fixed here: https://github.com/status-im/nim-waku/issues/271
|
||||
if false:
|
||||
node.mountSwap()
|
||||
|
||||
await node.query(HistoryQuery(topics: @[DefaultContentTopic]), storeHandler)
|
||||
|
||||
if conf.filternode != "":
|
||||
|
||||
Reference in New Issue
Block a user