Bogdan-Ștefan Neacşu
Bogdan-Ștefan Neacşu
The initrd image can now be generated with a prefix path to the root filesystem of the Docker image, using the '-prefix' option. This is a useful feature when trying...
This change is [](https://reviewable.io/reviews/nymtech/nym-vpn-client/928)
This change is [](https://reviewable.io/reviews/nymtech/nym-vpn-client/1301)
This change is [](https://reviewable.io/reviews/nymtech/nym-vpn-client/1239)
From all the `select!`s in the repository, there are at least 7 occurrences where there is a loop encapsulating the `select!` and at least two branches which don't break the...
Starting the conversation from https://github.com/nymtech/nym/pull/679#discussion_r675458771 , we can improve `InitMessage` by having its elements deserialize directly into `identity::PublicKey`, `encryption::PublicKey` etc., without `unwrap`-ing from `Vec`s later.
## Ticket JIRA-VPN-2402 ## Description Make use of https://github.com/nymtech/websites/pull/205 and get a list of the closest entry gateways to the client, so that it can be used for quick connect...