Christien Rioux
4e92fd0911
checkpoint
2025-10-09 13:34:47 -04:00
Christien Rioux
1e549742c0
[ci skip] checkpoint
2025-10-09 08:51:06 -04:00
Christien Rioux
0e4d9bc413
checkpoint
2025-10-09 08:51:06 -04:00
Christien Rioux
3da54a1add
checkpoint
2025-10-09 08:51:06 -04:00
Christien Rioux
5b11d520f1
checkpoint
2025-10-09 08:51:06 -04:00
Christien Rioux
f7350e934f
checkpoint
2025-10-09 08:51:06 -04:00
Christien Rioux
9a4118501e
more debug logging
2025-10-09 08:51:06 -04:00
Christien Rioux
16a1120427
correct serialization
2025-10-09 08:51:06 -04:00
Christien Rioux
71a995dab5
StorageManager::set_value now caches descriptors
...
Closes #203
2025-10-09 08:51:06 -04:00
Christien Rioux
9bccc7f342
checkpoint
2025-10-09 08:51:06 -04:00
Christien Rioux
558f0669d8
update capnp, fix bugs
2025-10-09 08:51:06 -04:00
Christien Rioux
f39c4b5c57
add limits to schemas. first stab at dht transactions
2025-10-09 08:51:06 -04:00
Christien Rioux
bcb6e8b549
ensure pkg is built before updating lockfiles
2025-10-09 08:49:46 -04:00
Christien Rioux
c2ad3b8936
update bump script to autogenerate lockfile update for npm
2025-10-09 08:34:20 -04:00
Christien Rioux
b0a8f131e9
update version number in lock file
2025-10-09 08:28:45 -04:00
Christien Rioux
103886560d
Fix staging
2025-09-29 16:33:38 -04:00
Christien Rioux
4640c57119
Fix handling of clock drift
2025-09-20 22:17:03 -04:00
Christien Rioux
681fdf9f7c
immutable config
2025-09-11 16:59:09 -04:00
Christien Rioux
45dffe0d9f
Use VeilidAPIError type for ProtectedStore functions
2025-09-08 14:54:02 -04:00
Christien Rioux
f7575467a6
fix ugly rebase
2025-09-08 12:59:11 -05:00
Christien Rioux
dbc5bd495b
Deprecate WSS via feature flag
2025-09-08 12:59:11 -05:00
Christien Rioux
88e0d420b4
DHT Widening
2025-09-08 12:59:11 -05:00
Christien Rioux
0ca19d6207
Tick lag
2025-09-08 12:59:11 -05:00
Christien Rioux
34c82ec128
Cleanups and licensing fix
2025-09-08 12:59:11 -05:00
Christien Rioux
6a79e13024
more startup logs
2025-09-08 12:59:11 -05:00
Christien Rioux
856145111f
Correct cross-routing-domain peer info issues
2025-09-08 12:59:11 -05:00
neequ57
cab5740a5e
Small code improvements
2025-09-08 12:59:11 -05:00
Christien Rioux
1f0f053166
Migrating from Earthly to Dagger
2025-09-08 12:59:11 -05:00
Christien Rioux
ac4a3f5ebf
clean up docs for #486
2025-09-08 12:59:11 -05:00
neequ57
285d98a185
Implement DHT record encryption
2025-09-08 12:59:11 -05:00
Christien Rioux
848da0ae4e
Switch to crypto to typed keys everywhere
2025-09-08 12:59:11 -05:00
Brandon Vandegrift
88f69ce237
Fix auto bool serialization
2025-09-08 12:59:10 -05:00
Brandon Vandegrift
536ba07234
Fix veilid-server log file fomatting and append option
2025-09-08 12:59:10 -05:00
Christien Rioux
4bc4ca6aa0
Merge DHTW -> DHTV
2025-09-08 12:59:10 -05:00
Christien Rioux
79247b6402
relay debugging
2025-09-08 12:59:10 -05:00
Brandon Vandegrift
b0df00f2c1
Remove config callback
2025-09-08 12:59:10 -05:00
neequ57
a05b0a4e61
Fix compilation with geolocation feature enabled
2025-09-08 12:59:10 -05:00
Christien Rioux
4012aac911
Capnp: Divisible Peerinfo + Corrected Signatures
2025-09-08 12:59:10 -05:00
Brandon Vandegrift
000dcf823f
Read node config from env vars for WASM tests
2025-09-08 12:59:10 -05:00
Christien Rioux
67be63c91c
Variable Length Keys
2025-09-08 12:59:10 -05:00
Christien Rioux
b52e64e56a
Handle NotInSchema
2025-09-08 12:59:10 -05:00
Christien Rioux
01aaa4778f
fix types
2025-09-08 12:59:10 -05:00
Brandon Vandegrift
389ffe8152
Rename crypto types
2025-09-08 12:59:10 -05:00
TC Johnson
a73485ab9a
Changed Earthfile code-linux job to use new cache_tag scheme
2025-09-08 12:35:24 -05:00
TC
aef23f6ac3
Changed CACHE_TAG to use CI_MERGE_REQUEST_TARGET_BRANCH_NAME in merge requests for creating build caches
2025-09-08 16:12:04 +00:00
TC Johnson
68c3d29184
Branch specific build caches
...
Pushing new branch will cause a dedicated build cache to be created
for that branch. This will help avoic scenarios where branches were
causing updates to our build cache which would then be out of sync
with main and caused nightlies to fail.
2025-09-07 22:21:14 -05:00
TC
3ae237818c
It's Bash, not Python TC! 😑
2025-09-08 01:51:56 +00:00
TC
3526b996ca
CI_COMMIT_BRANCH isn't available in merge request pipelines 😭
2025-09-08 01:30:43 +00:00
TC
66ec4ee2a4
Added conditions for the branch specific build cache actions to run. [ci-skip]
2025-09-07 21:44:18 +00:00
TC
2740e73aad
Adding logic to create build caches per branch to avoid pipeline failures when the branch and build_cache are mismatched [ci-skip]
2025-09-07 21:28:26 +00:00