add mode core , ignore generated files

This commit is contained in:
Aya Hassan 2026-07-14 10:09:23 +02:00
parent aa01a9f88f
commit 040eca1394
3 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View File

@ -107,3 +107,6 @@ dmypy.json
# Waku node runtime artifacts
store.sqlite3*
# SDS / reliable channel manager generated files
data/

View File

@ -14,6 +14,8 @@ class TestChannelLifecycle:
The reliable channel manager is mounted automatically for a Core-mode
node, so no store / --reliability is needed. No events are expected.
"""
node_config.update({"mode": "Core"})
create_node_result = WrapperManager.create_and_start(config=node_config)
assert create_node_result.is_ok(), f"Failed to create and start node: {create_node_result.err()}"
node = create_node_result.ok_value

@ -1 +1 @@
Subproject commit 694833acfb632105a4d5ab010edfdbe1dd46bbce
Subproject commit 5fb251bd8c6cae40e36a59874d5bc747f52230bd