5 Commits

Author SHA1 Message Date
NagyZoltanPeter
2ce8bdee66
Adapt after merge from master 2025-12-15 16:05:19 +01:00
NagyZoltanPeter
38ba74135d
Fix some import issues, start and stop waku shall not throw exception but return with result properly 2025-12-15 13:05:07 +01:00
NagyZoltanPeter
a9bd1f2f8c
Fix edge mode config and test added 2025-12-14 10:45:54 +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