nwaku/waku/common
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
..
confutils/envvar feat(wakunode2): support configuration via environment variables 2022-11-03 17:58:48 +01:00
enr feat(common): added extensible implementation of the enr typed record 2023-03-21 17:27:51 +01:00
envvar_serialization build: added testcommon target to makefile 2023-03-31 15:24:04 +02:00
sqlite fix(archive): patch the sqlite driver to solve results inconsistencies 2022-11-24 18:59:25 +01:00
utils chore: add deprecation notice to utils module. move heartbeat to common 2023-04-19 14:27:16 +02:00
base64.nim fix(jsonrpc): use padded-base64 for payload encoding 2023-02-23 09:31:06 +01:00
enr.nim feat(common): added extensible implementation of the enr typed record 2023-03-21 17:27:51 +01:00
envvar_serialization.nim feat(wakunode2): support configuration via environment variables 2022-11-03 17:58:48 +01:00
hexstrings.nim fix(jsonrpc): encode waku messages payload in base64 (#1139) 2023-02-14 09:19:06 +01:00
logging.nim fix: fixed multiple bare except warnings 2023-04-04 15:34:53 +02:00
nimchronos.nim chore: add deprecation notice to utils module. move heartbeat to common 2023-04-19 14:27:16 +02:00
protobuf.nim feat(cbindings): first commit - waku relay (#1632) (#1714) 2023-05-12 18:08:41 +02:00
sqlite.nim refactor(sqlite): move migrations logic to sqlite common module 2022-11-02 16:36:33 +01:00