17 Commits

Author SHA1 Message Date
Igor Sirotin
4fd33b6121
refactor: adopt golang-standards/project-layout (#111)
* refactor: adopt golang-standards/project-layout

Move the legacy kernel wrapper `waku/*` to `pkg/kernel/*` and rename its
package `waku` -> `kernel`; nothing outside the package imported it, so this is
a mechanical import-path/prefix change. Update the relocated Makefile's
relative dep path, the legacy CI workflows (CI/endurance/repeated) build paths,
README, and .gitignore accordingly (preserving the libwaku-cache CI from #109).

Add scaffolding for the upcoming Messaging API work: `internal/ffi` (cgo
bridge), `pkg/messaging` (high-level Node API), and `examples/`. Document
`pkg/kernel` as legacy until logos-delivery#3851 consolidates the C libraries.

Also stop tracking the accidentally-committed `waku-bindings` build artifact
and gitignore the kernel build output.

No behavior change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* chore: cleanup

* fix: repair references to removed utils package

nwaku_test_utils.go now uses pkg/kernel/utils.GetRSSKB; the memory_record
tool is self-contained (local helpers, missing mutex restored).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-10 10:13:55 +01:00
Darshan
ac6f8a5096
chore: align with logos-delivery rename and v0.38.0-beta (#105) 2026-02-27 21:47:05 +05:30
darshankabariya
2f6904edd1
update accordingl to suggestion 2026-01-08 23:27:46 +05:30
darshankabariya
4f38e24337
chore: update accordings to rename 2025-12-22 17:16:51 +05:30
darshankabariya
3b704e93c4
chore: update accordings to rename 2025-12-22 14:45:12 +05:30
darshankabariya
c50de8cbc0
chore: daily ci improvement 2025-12-16 17:15:06 +05:30
aya
77817409b2 Fix yml file 2025-05-17 23:37:49 +03:00
aya
6034992be6 Revert "Fix yml file"
This reverts commit 6aa0c8afa7b62445239b775c9426fa82ef6bd1cd.
2025-05-17 23:37:00 +03:00
aya
6aa0c8afa7 Fix yml file 2025-05-17 23:36:35 +03:00
aya
2de219949e remove git pull 2025-05-17 23:12:30 +03:00
aya
6c178b02fe Fix indentation in another yml file 2025-05-17 23:07:08 +03:00
aya
3290ffab79 Fix syntax at yml file 2025-05-17 23:02:10 +03:00
aya
778264c6c2 Fix errors in yml file 2025-05-17 22:56:49 +03:00
aya
6492705256 try to fix sudo error when running on self hosted runner 2025-05-17 22:34:08 +03:00
aya
25d5df945d try using self hosted runner for the repeated yml file 2025-05-15 15:18:53 +03:00
aya
dd76d0f864 Fix review points 2025-04-02 11:47:37 +02:00
aya
18e887d94c split CI jobs to speed it up 2025-03-26 12:41:36 +02:00