nwaku/waku/v2/node
Ivan Folgueira Bande 2defbd2301
feat(cbindings): first commit - waku relay (#1632) (#1714)
* feat(cbindings): first commit - waku relay (#1632)

* test_app.nim: fix compilation issue. App.init(..) -> App.new(..)

* Simplifying library name (libwaku) and standardizing function names (waku_*)

* Proper wrapper of the waku_node API and creation of the libwaku.a

* Rolling back changes that are not needed

* Rolling back changes that are out of the scope of this task

* wakunode.nim: Removing unnecessary import

* Aplying PR suggestions

* Renaming 'waku.h' -> 'libwaku.h'

* Use of 'isNil' instead of '== nil'

* libwaku.nim: explicitly setting waku_poll() as gcsafe
2023-05-12 18:08:41 +02:00
..
jsonrpc chore(core): move utils time module to waku_core 2023-04-19 16:39:52 +02:00
peer_manager fix: streams was used instead of connections (#1722) 2023-05-10 15:28:00 +02:00
rest chore(core): move utils time module to waku_core 2023-04-19 16:39:52 +02:00
builder.nim chore: flatten waku v2 protocols folder 2023-04-18 15:22:10 +02:00
config.nim chore: flatten waku v2 protocols folder 2023-04-18 15:22:10 +02:00
message_cache.nim chore(core): rename waku_message module to waku_core 2023-04-19 13:29:23 +02:00
peer_manager.nim chore(peer_manager): added peer_manager barrel module 2023-02-06 10:03:30 +01:00
waku_metrics.nim refactor(wakunode2): flatten and simplify app setup (#1705) 2023-04-26 19:25:18 +02:00
waku_node.nim feat(cbindings): first commit - waku relay (#1632) (#1714) 2023-05-12 18:08:41 +02:00
waku_switch.nim refactor(node): added waku_node barrel import and split config module 2023-04-05 09:46:13 +02:00