28 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
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
576c379ab2
chore: update accordings to rename 2025-12-19 14:09:28 +05:30
darshankabariya
c50de8cbc0
chore: daily ci improvement 2025-12-16 17:15:06 +05:30
aya
cb45c9fd9f Try to make CI yml run all except stress test jobs 2025-05-18 23:06:44 +03:00
aya
453322161d Reduce sleep time in long test & reduce iterations to 1k in pagination test 2025-05-18 22:36:55 +03:00
aya
94cf62d436 Modify tests Iterations for failed tests in job 27 2025-05-18 21:43:18 +03:00
aya
d964b3e017 Add all 8 tests to yml file & increase iterations 2025-05-17 23:51:19 +03:00
aya
3aabe64cf6 revert changes in CI_endurance file 2025-05-17 23:22:25 +03:00
aya
cee649e276 Fix indentation in yml file 2025-05-17 23:05:34 +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
10eba0f693 Modify again the yml file 2025-05-17 22:50:32 +03:00
aya
bdf60992e9 Add the TestStressStoreQuery5kMessagesWithPagination back to yml file 2025-05-17 22:42:08 +03:00
aya
72afbc5050 read messages to test the msgchan & fetch latest nwaku and build it 2025-05-17 22:29:00 +03:00
aya
af1a60e789 removing the failed test 2025-05-15 20:12:01 +03:00
aya
0d3a25196f Add clean and build to yml 2025-05-15 19:58:03 +03:00
aya
47c83091dc Update some ranges for data 2025-05-15 19:00:04 +03:00
aya
f17a654158 make changes in sore.go fro json wrong format and make CI job exit on errors 2025-05-15 18:50:29 +03:00
aya
2184bd7bc0 Add correct path for csv file 2025-05-15 16:35:50 +03:00
aya
6564d7a0c0 upload results to csv file in CI job 2025-05-15 13:49:15 +03:00
aya
a0e47ac12a Merge master to branch 2025-04-08 20:44:29 +02:00
aya
722005d150 make modifications for jobs 2025-04-06 21:57:48 +02:00
aya
dd76d0f864 Fix review points 2025-04-02 11:47:37 +02:00
aya
70cbb0152c MOdify failed test on CI 2025-03-26 13:03:23 +02:00
aya
18e887d94c split CI jobs to speed it up 2025-03-26 12:41:36 +02:00