Jack Wampler
Jack Wampler
This has a few parts: - [ ] Client (done?) - [ ] Station (allow client to specify the prefixes it is using (via generation ID)) - [x] Tool to...
Update the dependency on reqwest to the latest minor version. Add a type alias that allows downstream libraries to construct and provide an underlying `reqwest::Client` without being forced to match...
At the moment there is a bit of awkwardness working with the `libcrux_psq` crate generically across the supported KEM algorithms because there is no blanket implementation for the `Decode` trait....
Implements changes used for NET-353 NET-354 NET-355 NET-356 This change is [](https://reviewable.io/reviews/nymtech/nym/5789)
Prevents re-pulling node descriptors that are already known while using the `TopologyRefresher` **What does this do** - Adds an endpoint to the Nym API that allows pulling batches of node...
## Changes * Add controls to allow a configuration change that prevents hickory from using IPv6 nameservers. * When IPv6 is disabled, the internal resolver should not use IPv6 resolvers....
**Describe the issue** The `nym-node` binary uses `std::process::Command` to try to set an IPv6 address for the tun interface used for mixnet traffic. This can silently fail. I am experiencing...