10 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
Igor Sirotin
aa64c47d2b
chore: use externally provided nwaku (#95)
* chore: use externally provided nwaku

The fundamental idea is that the nwaku repository should be provided beforehand
before building waku-go-bindings

* fix: include libwaku with brackets

---------

Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
2025-10-30 10:59:13 +00:00
Igor Sirotin
6887455b91
fix: Revert "chore: use externally provided nwaku" (#93) 2025-09-30 16:50:58 +01:00
Igor Sirotin
f78f4286cb
chore: gitignore .idea 2025-09-25 09:10:15 +01:00
aya
35b14ceee8 Ignore third-party 2025-05-29 19:21:39 +03:00
aya
a141ca0aac update submodule 2025-05-15 22:40:54 +03:00
aya
dd76d0f864 Fix review points 2025-04-02 11:47:37 +02:00
aya
bab227d656 ignore temp files 2025-03-02 11:59:35 +02:00
Gabriel mermelstein
22c28a243a
feat: initial working implementation 2024-12-03 11:54:57 +01:00
richΛrd
1724dce4f3
Initial commit 2024-02-20 16:13:10 -04:00