mirror of https://github.com/waku-org/nwaku.git
81b207624b
* moves migration paths to the migration_types module * moves USER_VERSION to the migration_types module * updates migration execution condition to cover the peer store * adds a message to the store if it is inserted to the db * adds debug messages and checks migration path recursively * deletes unused debug messages * deletes commented codes * clean up * fixes a bug * renames the first migration file of the message store |
||
---|---|---|
.. | ||
jsonrpc | ||
peer_manager | ||
scripts | ||
storage | ||
README.md | ||
config.nim | ||
nim.cfg | ||
quicksim2.nim | ||
start_network2.nim | ||
waku_payload.nim | ||
wakunode2.nim |
README.md
Waku Node v2
This folder contains code related to running a wakunode2
process. The main entrypoint is the wakunode2
file.
See ../../docs/api/v2/node.md
for more details on the the Nim Node API.