950 Commits

Author SHA1 Message Date
Arnaud
05d6a2db96
Merge bba3941c723e347b7cd0cfa6c0a08adb972e4bc3 into a9324e973a5f059b160e40842db0447d814ea758 2026-06-23 13:00:14 +02:00
Giuliano Mega
a9324e973a
chore: unified REST and module debug info (#1468) 2026-06-22 17:10:00 -03:00
Eric
d7c1d69279
fix: harden linux release builds against GCC's -march=native bug on Zen4 (#1466)
Co-authored-by: Marcin Czenko <marcin.czenko@pm.me>
2026-06-22 14:33:45 +00:00
Eric
660cab224b
fix(ci): filter out dockerbuild artefacts (#1464) 2026-06-22 12:18:48 +00:00
Chrysostomos Nanakos
ceea23550b
fix(storage): only enable private queries when DHT mix proxies are configured (#1465)
Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
2026-06-20 16:31:34 -03:00
Chrysostomos Nanakos
814e7a5436
fix(build): resolve mixVersion against git tags (#1461)
Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
Co-authored-by: Giuliano Mega <giuliano.mega@gmail.com>
v0.4.0-rc1
2026-06-19 18:47:06 +00:00
Giuliano Mega
abdbca00f3
fix: use output of build job to feed test job instead of re-guessing the tag (#1463) 2026-06-19 15:14:50 -03:00
Chrysostomos Nanakos
067fbd99f4
fix(discovery): togglePrivateQueries refuses enable when mix not set up (#1462)
Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
2026-06-19 17:58:04 +00:00
Eric
fd7f712901
feat(monitoring): daily heatlh check for bootstrap nodes (#1460) 2026-06-19 12:40:12 +00:00
Giuliano Mega
acdc0fc325
feat: add metrics collector endpoint to libstorage (#1454)
Co-authored-by: Marcin Czenko <marcin.czenko@pm.me>
2026-06-18 20:10:08 +00:00
Eric
647fbb84a5
fix: allFinishedFailed -> allDone to retain cancellations (#1451) 2026-06-18 15:26:00 +00:00
Chrysostomos Nanakos
7931aba01a
fix(tools/mix): raise mix_relay_dht libp2p connection limit (--max-connections, default 160) (#1457)
Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
2026-06-18 15:06:44 +00:00
Giuliano Mega
6a6482c217
feat: add toggle_private_query to libstorage (#1448)
Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
Co-authored-by: Chrysostomos Nanakos <chris@include.gr>
2026-06-18 12:13:51 +03:00
Chrysostomos Nanakos
3022b876bc
feat: run DHT queries over Mix (#1452)
Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
2026-06-18 12:13:38 +03:00
Giuliano Mega
8f9eceaa19
feat: simple test runner for libstorage tests (#1450) 2026-06-17 11:02:27 +00:00
Giuliano Mega
aee1398836
fix: Merkle tree proof length check (#1432) 2026-06-16 18:14:17 +00:00
Eric
c4a92b3d11
refactor(release): emptyDir volumes are now used over PVCs, so no need to clean up (#1444) 2026-06-16 12:18:26 +00:00
Eric
58f8f2f63d
fix(blockexchange): bounds per-message work (#1447)
Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
Co-authored-by: Chrysostomos Nanakos <chris@include.gr>
2026-06-15 13:32:21 +00:00
Arnaud
bba3941c72
Fix guard check 2026-06-15 16:24:40 +04:00
Arnaud
3e70e792af
Update library/storage_thread_requests/requests/node_p2p_request.nim
Co-authored-by: Eric <5089238+emizzle@users.noreply.github.com>
Signed-off-by: Arnaud <arno.deville@gmail.com>
2026-06-15 14:30:52 +04:00
Eric
cb928aacdd
feat(testing): Release tests -- force pod spread to one pod per node (#1445) 2026-06-15 06:17:51 +00:00
Arnaud
6a1499c05c
Consistency 2026-06-13 21:37:39 +04:00
Arnaud
ddc2cba2c7
Fix leak 2026-06-13 21:12:06 +04:00
Arnaud
e0acc97eff
Use a pointer to free the memory in destroyShared 2026-06-13 21:03:35 +04:00
Arnaud
afc51ad5c7
Use a pointer to free the memory in destroyShared 2026-06-13 20:03:03 +04:00
Arnaud
aef4fcc3d4
Free the reqContent when the request was not sent to the thread 2026-06-13 11:49:40 +04:00
Arnaud
c630224a59
Do not deallocShared after successfull trySend 2026-06-13 11:39:32 +04:00
Arnaud
3b1c2f8fc4
Fix usage of req after free 2026-06-13 11:23:12 +04:00
richΛrd
d65f32f819
chore: update libp2p to 2.0.0 (#1443)
Co-authored-by: Arnaud <arnaud@status.im>
2026-06-12 12:32:33 +00:00
Arnaud
85d8822704
chore: include cancelled futures in failures (#1442) 2026-06-11 06:28:23 +00:00
Eric
d61512a5b7
feat: end-to-end release test pipeline on GKE with structured logging (#1439)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05 06:27:55 +00:00
Eric
b892379ff1
chore: add nim mcp server and CLAUDE.md (#1441) 2026-06-03 19:07:19 +00:00
Arnaud
0ad13ca897
chore: update nimbus build system (#1433) 2026-06-03 08:27:04 +00:00
Arnaud
abce4f68c5
chore: remove unused cache and make discovery IP limits configurable (#1435) 2026-06-03 06:39:07 +00:00
Giuliano Mega
3e0e143270
feat: add testnet presets and no-bootstrap option (#1438) 2026-05-29 14:19:39 +00:00
Giuliano Mega
ebb1ae2599
feat: network presets (#1437) 2026-05-22 22:20:53 +00:00
Chrysostomos Nanakos
1218a7edbe
fix: validate WantBlocks request ranges to prevent DoS (#1434)
Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
2026-05-13 09:11:30 +00:00
Arnaud
cf2f40f559
chore: update nim 2.2.10 (#1425) 2026-05-06 10:51:30 +00:00
Giuliano Mega
4b82d7f82d
fix: Remove unused (and incorrect) verify call from Merkle tree (#1416) 2026-04-30 21:21:47 +00:00
Chrysostomos Nanakos
76c4b23c62
fix: re-seed DHT routing table when empty (#1428)
Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
2026-04-29 17:00:32 +00:00
Chrysostomos Nanakos
bb6ab1befa
chore: Block exchange protocol rewrite (#1411)
Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
2026-04-25 00:37:42 +00:00
Arnaud
2dd97631ed
chore: update nim 2.2.8 (#1424)
Signed-off-by: Arnaud <arno.deville@gmail.com>
Co-authored-by: Eric <5089238+emizzle@users.noreply.github.com>
2026-04-22 13:57:14 +00:00
Arnaud
4c9ecd0766
feat: add a warning when private address only (#1423)
Signed-off-by: Arnaud <arno.deville@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-21 11:36:02 +00:00
Arnaud
8dd2356000
chore: update chronicles (#1422) 2026-04-21 06:05:00 +00:00
Arnaud
79d59dc66c
fix: cleanup chronicles writer in close function (#1413)
Signed-off-by: Arnaud <arno.deville@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-13 08:40:14 +00:00
Arnaud
ffc86c23d7
fix: nph build (#1419) 2026-04-13 08:20:00 +00:00
Arnaud
e8bc5c46e9
chore: cleanup dependencies (#1415)
Signed-off-by: Arnaud <arno.deville@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-13 06:07:38 +00:00
Eric
4ea8350612
fix(repostore): prevent underflow when deleting datasets (#1412) 2026-03-31 05:25:08 +00:00
5ecd82eeaa
mit-license: add copyright owner Logos
Signed-off-by: markoburcul <marko@status.im>
2026-03-24 18:19:06 +01:00
Eric
3bc6aa8b8d
feat(cli)!: change listen addr to listen port (#1409) v0.3.2 2026-02-24 10:03:48 +00:00