9 Commits

Author SHA1 Message Date
NagyZoltanPeter
fc8e9f6726
Fix multi propagate event emit, fix fail send test case 2026-01-25 23:48:19 +01:00
NagyZoltanPeter
5af834b639
More test added 2026-01-25 23:48:19 +01:00
NagyZoltanPeter
4b163ea4f7
Various fixes upon test failures. Added initial of subscribe API and auto-subscribe for send api 2026-01-25 23:48:19 +01:00
NagyZoltanPeter
36fdba3d41
Fix brokerCtx settings for all usedbrokers, cover locked node init 2026-01-25 23:48:19 +01:00
NagyZoltanPeter
1f691ae7a3
Adapt after merge from master 2026-01-25 23:47:29 +01:00
NagyZoltanPeter
e9df811a54
Fix some import issues, start and stop waku shall not throw exception but return with result properly 2026-01-25 23:46:05 +01:00
NagyZoltanPeter
11c2ac3046
Fix edge mode config and test added 2026-01-25 23:46:05 +01:00
fryorcraken
5b5ff4cbe7
chore: rename Waku API's "Waku Config" to "Protocols" Config (#3603)
* chore: rename Waku API's "Waku Config" to "Protocols" Config

Make it clearer that with this config, we are configuring the Waku protocols, in contrast to other parameters which are more executable related.

* ensure var name matches type

* format
2025-10-03 18:24:33 +10:00
fryorcraken
bc8acf7611
feat: Waku API create node (#3580)
* introduce createNode

# Conflicts:
#	apps/wakunode2/cli_args.nim

* remove confutils dependency on the library

* test: remove websocket in default test config

* update to latest specs

* test: cli_args

* align to spec changes (sovereign, message conf, entrypoints

* accept enr, entree and multiaddr as entry points

* post rebase

* format

* change from "sovereign" to "core"

* add example

* get example to continue running

* nitpicks

* idiomatic constructors

* fix enum naming

* replace procs with consts

* remove messageConfirmation

* use pure enum

* rename example file
2025-10-01 16:31:34 +10:00