Jędrzej Stuczyński
25ef5f52b4
wip
2026-02-26 13:48:23 +00:00
Jędrzej Stuczyński
54d193caa9
removing dead code
2026-02-26 13:48:23 +00:00
Jędrzej Stuczyński
4f106c3d98
intial telescoping reg
2026-02-26 13:48:23 +00:00
Jędrzej Stuczyński
ed9883fc16
reverted back to libcrux repo refs
2026-02-26 13:48:23 +00:00
Georgio Nicolas
6f0c447f88
Slightly reduce use of rand08
2026-02-26 13:48:23 +00:00
Georgio Nicolas
bf88c0c9d4
Fix key conversion
2026-02-26 13:48:23 +00:00
Jędrzej Stuczyński
27b5bde7cf
'working' client-entry dvpn reg
2026-02-26 13:48:22 +00:00
Jędrzej Stuczyński
3da3c8396f
compiling nym-crypto
2026-02-26 13:48:22 +00:00
Jędrzej Stuczyński
88f383dd29
revamp of the transport traits and initial work on client-side transport
2026-02-26 13:48:22 +00:00
Jędrzej Stuczyński
d56ca5fa78
helpers for Transport
2026-02-26 13:48:22 +00:00
Jędrzej Stuczyński
63582dd4e1
LpSession cleanup
2026-02-26 13:48:22 +00:00
Jędrzej Stuczyński
39ee22e501
fixed unit-tests within nym-kkt
2026-02-26 13:48:22 +00:00
Jędrzej Stuczyński
26056909b7
responder side of the handshake and full e2e test
2026-02-26 13:48:22 +00:00
Jędrzej Stuczyński
4fcb8ed202
initiator side of the full handshake
2026-02-26 13:48:22 +00:00
Jędrzej Stuczyński
5536d49f65
Adding concrete types within KKT exchange
2026-02-26 13:48:22 +00:00
Jędrzej Stuczyński
5621c94c0a
encapsulation key parsing
2026-02-26 13:48:21 +00:00
Jędrzej Stuczyński
0011975ae8
update KKTResponder
2026-02-26 13:48:21 +00:00
Jędrzej Stuczyński
8460270f62
moved principal generation
2026-02-26 13:48:21 +00:00
Jędrzej Stuczyński
d313e4ef05
move key generation to peer
2026-02-26 13:48:21 +00:00
Jędrzej Stuczyński
ad389c4fba
moved the e2e test to nym-lp
2026-02-26 13:48:21 +00:00
Jędrzej Stuczyński
9d021481d0
nym-lp crate compiling
2026-02-26 13:48:21 +00:00
Georgio Nicolas
afe4c7fb03
use authenicator on the responder's side
2026-02-26 13:48:21 +00:00
Georgio Nicolas
583edbc2ef
merging georgio/lp-psqv2-integration
2026-02-26 13:48:21 +00:00
Tommy Verrall
a519f4ccb8
pr feedback
...
- Moved OTel CLI options into a separate OtelArgs
- Otel is built behind the feature flag otel
- Store timing is in microseconds
- Restore comments to existing files
2026-02-18 10:48:54 +01:00
Tommy Verrall
a3ba3bfc5a
remove non OTEL work here
2026-02-17 10:17:22 +01:00
Tommy Verrall
988df7cff7
sampling to avoid costs
...
- add otel timeouts
2026-02-17 09:10:52 +01:00
Tommy Verrall
d28d0ac39e
fix replay batch drop, harden error handling and scripts
2026-02-16 19:42:24 +01:00
Tommy Verrall
dce4d6b34b
otel: refactor key selection, add environment label, fix clippy
2026-02-16 19:13:11 +01:00
Tommy Verrall
bc47e9a1b2
otel: explicit TLS config for https endpoints
2026-02-16 18:11:28 +01:00
Tommy Verrall
cb277fe487
otel: support signoz cloud ingestion key and TLS
2026-02-16 16:11:31 +01:00
Tommy Verrall
00467e4440
fix upstream build: update lockfile and stabilise nym-lp
2026-02-16 14:11:40 +01:00
Tommy Verrall
40a3cd28b7
otel: add tracing
2026-02-16 13:46:17 +01:00
Jędrzej Stuczyński
4897cb0ce4
feat: introduce on-disk cache persistance for major nym-api caches ( #6302 )
...
This includes:
- mixnet contract cache
- described nodes cache
- nodes annotations cache (performance)
those changes include taking some code developed for the purposes of #6277
2026-02-11 15:57:47 +00:00
benedetta davico
46b9d5374b
Merge pull request #6271 from nymtech/bugfix/data-observatory
...
Fix migrations in the Data Observatory
2026-02-11 16:02:43 +01:00
Jack Wampler
e7fcaa980f
HTTP & DNS Improvements ( #6423 )
...
* Improve HTTP use of connection pooling (#6375 )
* add swap to system resolver instead of fallback (#6376 )
* add header tracking outer host name used in stealth requests (#6389 )
* Rotate urls on parse failure (#6383 )
* Add shared settings for stealth policy across HTTP clients (#6388 )
* Better controls for global interaction w/ static DNS (#6374 )
2026-02-11 07:04:53 -07:00
Jędrzej Stuczyński
bb694855d5
Lp/stateless handshake ( #6437 )
...
* perform KKT/PSQ handshake outside of LPStateMachine
* initiator
* responder
* concurrent test
* remove KTT/PSQ from the LpStateMachine
* adjusted gateway's Handler to accomodate new changes
* filling in placehlders
* fixed imports in nym-kkt crate
* naming
* clippy and moved more placeholder tests
* split up the initiator side of the PSQ
* split up the responder side of the PSQ
* additional helpers
* addressing review comments
* additional tests and explicit Error message
2026-02-10 17:20:54 +00:00
benedetta davico
39cfd532a8
Merge pull request #6439 from nymtech/release/2026.3-parmigiano
...
Release/2026.3 parmigiano
2026-02-10 12:06:52 +01:00
Jędrzej Stuczyński
801dcdda1e
do not run LP ( #6422 )
2026-02-06 08:41:19 +00:00
Jędrzej Stuczyński
e2d29f184d
Merge pull request #6424 from nymtech/release/2026.3-parmigiano
...
Syncing parmigiano and develop
2026-02-05 16:49:37 +00:00
Jędrzej Stuczyński
a151a03181
Lp/ip pool fixes ( #6412 )
...
* squashing Lp/ip pool fixes#6412
removed unused imports
gateway probe fixes
PSK injection + test fixes
cleanup minus PSK injection
combine with lp reg
moved authenticator peer registration to centralised location
bugfix: ensure IpPool never allocates gateway ip
ip pool allocation tests
* review fixes
* test fixes
2026-02-05 14:47:37 +00:00
Simon Wicky
d4882ca276
[LP-fix] expose wg psk for the vpn-client ( #6411 )
...
* expose wg psk for the vpn-client :
store socket addr of nested session as socketaddr
* probe fix
* nits
2026-02-04 09:35:44 +01:00
mfahampshire
cfcf804b47
Max/crates publishing tweaks ( #6343 )
...
* add semver validator action
* update runner
* update runner with sed for old version in CI
* Add no commit to publish for the moment
* fix version bump command
* configure git bot
* error check
* make dryrun less opaque
* Reintroduce error check - keep logging dryrun in for debug (commented
out)
* fix grep check
* bring non-dry-run to parity
* add node for npx semver check to action
* updated sed command
* revert erroneous version bump
* added semver check to publish workflow
* allow from other branches
* allow from other branches again
* publishing guide
* update publication runner
* Release 1.20.3
nym-api-requests@1.20 .3
nym-async-file-watcher@1.20 .3
nym-authenticator-requests@1.20 .3
nym-bandwidth-controller@1.20 .3
nym-bin-common@1.20 .3
nym-cache@1.20 .3
nym-cli-commands@1.20 .3
nym-client-core@1.20 .3
nym-client-core-config-types@1.20 .3
nym-client-core-gateways-storage@1.20 .3
nym-client-core-surb-storage@1.20 .3
nym-client-websocket-requests@1.20 .3
nym-coconut-dkg-common@1.20 .3
nym-common@1.20 .3
nym-compact-ecash@1.20 .3
nym-config@1.20 .3
nym-contracts-common@1.20 .3
nym-contracts-common-testing@1.20 .3
nym-cpp-ffi@1.20 .3
nym-credential-proxy-lib@1.20 .3
nym-credential-proxy-requests@1.20 .3
nym-credential-storage@1.20 .3
nym-credential-utils@1.20 .3
nym-credential-verification@1.20 .3
nym-credentials@1.20 .3
nym-credentials-interface@1.20 .3
nym-crypto@1.20 .3
nym-dkg@1.20 .3
nym-ecash-contract-common@1.20 .3
nym-ecash-signer-check@1.20 .3
nym-ecash-signer-check-types@1.20 .3
nym-ecash-time@1.20 .3
nym-exit-policy@1.20 .3
nym-ffi-shared@1.20 .3
nym-gateway-client@1.20 .3
nym-gateway-requests@1.20 .3
nym-gateway-stats-storage@1.20 .3
nym-gateway-storage@1.20 .3
nym-go-ffi@1.20 .3
nym-group-contract-common@1.20 .3
nym-http-api-client@1.20 .3
nym-http-api-client-macro@1.20 .3
nym-http-api-common@1.20 .3
nym-id@1.20 .3
nym-inclusion-probability@1.20 .3
nym-ip-packet-client@1.20 .3
nym-ip-packet-requests@1.20 .3
nym-metrics@1.20 .3
nym-mixnet-client@1.20 .3
nym-mixnet-contract-common@1.20 .3
nym-mixnode-common@1.20 .3
nym-multisig-contract-common@1.20 .3
nym-network-defaults@1.20 .3
nym-node-metrics@1.20 .3
nym-node-requests@1.20 .3
nym-node-tester-utils@1.20 .3
nym-noise@1.20 .3
nym-noise-keys@1.20 .3
nym-nonexhaustive-delayqueue@1.20 .3
nym-ordered-buffer@1.20 .3
nym-outfox@1.20 .3
nym-pemstore@1.20 .3
nym-performance-contract-common@1.20 .3
nym-pool-contract-common@1.20 .3
nym-registration-common@1.20 .3
nym-sdk@1.20 .3
nym-serde-helpers@1.20 .3
nym-service-provider-requests-common@1.20 .3
nym-service-providers-common@1.20 .3
nym-socks5-client-core@1.20 .3
nym-socks5-proxy-helpers@1.20 .3
nym-socks5-requests@1.20 .3
nym-sphinx@1.20 .3
nym-sphinx-acknowledgements@1.20 .3
nym-sphinx-addressing@1.20 .3
nym-sphinx-anonymous-replies@1.20 .3
nym-sphinx-chunking@1.20 .3
nym-sphinx-cover@1.20 .3
nym-sphinx-forwarding@1.20 .3
nym-sphinx-framing@1.20 .3
nym-sphinx-params@1.20 .3
nym-sphinx-routing@1.20 .3
nym-sphinx-types@1.20 .3
nym-sqlx-pool-guard@1.20 .3
nym-statistics-common@1.20 .3
nym-store-cipher@1.20 .3
nym-task@1.20 .3
nym-test-utils@1.20 .3
nym-ticketbooks-merkle@1.20 .3
nym-topology@1.20 .3
nym-tun@1.20 .3
nym-types@1.20 .3
nym-upgrade-mode-check@1.20 .3
nym-validator-client@1.20 .3
nym-verloc@1.20 .3
nym-vesting-contract-common@1.20 .3
nym-wasm-client-core@1.20 .3
nym-wasm-storage@1.20 .3
nym-wasm-utils@1.20 .3
nym-wireguard@1.20 .3
nym-wireguard-private-metadata-client@1.20 .3
nym-wireguard-private-metadata-server@1.20 .3
nym-wireguard-private-metadata-shared@1.20 .3
nym-wireguard-private-metadata-tests@1.20 .3
nym-wireguard-types@1.20 .3
nyxd-scraper-shared@1.20 .3
Generated by cargo-workspaces
* remove --allow-branch ; no commit, doesn't need branch restrictions
* remove another clashing flag
* again
* exclude build.rs from crate for crates.io
* various in process scripts to pick up deployment where it left off
* rename workflows
* Version bump fix from borked publish run
* add publishing doc + updated publish-resume ci
* move example from service-providers to sdk examples/ to remove circular dev dependency for cargo publication
* remove wildcard version import
* Workflows and documentation for publication
* add contracts/ patch + imports
* Reintroduce missing kkt dep from rebase
* fix borked rebase cargo lock
---------
Co-authored-by: Nym bot <nym-bot@users.noreply.github.com >
2026-02-03 11:32:38 +00:00
Andrej Mihajlov
b4aee7a1d9
zulip-client: add form feat
2026-02-02 11:29:15 +01:00
Andrej Mihajlov
c55b215b65
Update reqwest to v0.13.1, switch to using rustls (default); ring is no longer available
2026-02-02 11:20:36 +01:00
Simon Wicky
7e8faf0ec6
use local kem key instead of local x25519 ( #6402 )
2026-02-02 11:14:04 +01:00
Jędrzej Stuczyński
8916b021a9
lp: attempt to negotiate (and use) protocol version ( #6399 )
2026-01-30 12:38:32 +00:00
Jędrzej Stuczyński
dccdde108c
Lp/bugfix/share ip allocation ( #6395 )
...
* feat: use shared PeerManager between Authenticator and LpHandlerState
* feat: share IpPool
* clippy and test fixes
* PR suggestions
2026-01-30 11:38:17 +00:00
Jędrzej Stuczyński
9d661e7a7b
bugfix: use correct reserved bytes when parsing LpHeader ( #6398 )
2026-01-30 09:39:47 +00:00
Jack Wampler
f4ba8ac2b3
add extra configured nym api url to env ( #6382 )
2026-01-29 07:09:02 -07:00
Andrej Mihajlov
c274cc588d
Merge pull request #6390 from nymtech/am/reduce-http-error-size
...
Reduce the size of `HttpClientError`
2026-01-29 14:59:38 +01:00