nym
nym copied to clipboard
Nym provides strong network-level privacy against sophisticated end-to-end attackers, and anonymous transactions using blinded, re-randomizable, decentralized credentials.
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.4.0 to 0.5.1. Changelog Sourced from criterion's changelog. [0.5.1] - 2023-05-26 Fixed Quick mode (--quick) no longer crashes with measured times over 5 seconds when --noplot is...
Bumps [indexed_db_futures](https://github.com/TiemenSch/rust-indexed-db) from `9745d01` to `65ba1be`. Commits 65ba1be chore: Update uuid and corresponding feature flags 1d66993 fix: Set MSRV to 1.64 as required by the IntoFuture trait 25bfcbd chore: rm...
Bumps [nix](https://github.com/nix-rust/nix) from 0.27.1 to 0.29.0. Changelog Sourced from nix's changelog. [0.29.0] - 2024-05-24 Added Add getregset()/setregset() for Linux/glibc/x86/x86_64/aarch64/riscv64 and getregs()/setregs() for Linux/glibc/aarch64/riscv64 (#2044) Add socket option Ipv6Ttl for apple...
- Respond to ping and health requests - Send unrequested disconnect messages - Remove 2-hop support in IPR - wip: start handling disconect - - - This change is [](https://reviewable.io/reviews/nymtech/nym/4921)
Keep dotenv file always up to date ```git index 2be5300bd..e40e54a47 100644 --- a/envs/mainnet.env +++ b/envs/mainnet.env @@ -25,4 +25,4 @@ NYXD="https://rpc.nymtech.net" -NYM_VPN_API="https://nymvpn.net/api/" +NYM_VPN_API="https://nymvpn.com/api" ``` ... and we already see its use...
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 3.29.5. Changelog Sourced from rollup's changelog. rollup changelog 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...
This change is [](https://reviewable.io/reviews/nymtech/nym/4909)
- **Create trait for status events** - **Rename trait** - **Remove requiring error trait** - - - This change is [](https://reviewable.io/reviews/nymtech/nym/4919)
Initial docs for zknyms - [x] docs pages: overview - [x] diagrams: in-line or link to - [x] ~~(once decided upon naming) change 'tickets' and 'ticketbook' in `nym-cli` commands -...
Bumps [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `serve-static` from 1.15.0 to 1.16.2 Release notes Sourced from serve-static's releases. 1.16.0 What's Changed Remove link renderization in...