Tommy Verrall
Tommy Verrall
``` 2022-02-23T14:51:49.411Z INFO nym_socks5_client::client > Starting received messages buffer controller... thread 'main' panicked at 'could not authenticate and start up the gateway connection: GatewayError("There is already an open connection to...
The epoch operation failed due to a connectivity issue: We need to bulletproof this so this doesn't happen. ``` thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: ValidatorClientError(NymdError(TendermintError(HTTP...
- Work in progress - Validated the majority of the UI components spinning it up locally `npm run browser:dev` without the backend on Mac TODO - Validate on Linux -...
Ad a 5 s timeout around every PeerManager call into the WireGuard peer controller (recv_with_timeout). Instead of blocking forever when the controller is stuck after suspend, the authenticator now surfaces...
- Add yarn resolutions for vulnerable packages (chalk, strip-ansi, color-convert, etc.) - Add .npmrc and .nvmrc security configurations - - - This change is [](https://reviewable.io/reviews/nymtech/nym/6026)