From da9c79e69b81e5d285fe8e00b8f2788809a3f2e7 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Wed, 18 Dec 2024 10:43:26 +0100 Subject: [PATCH 1/5] wip changelog --- .../docs/pages/operators/changelog.mdx | 83 ++++++++++++------- 1 file changed, 51 insertions(+), 32 deletions(-) diff --git a/documentation/docs/pages/operators/changelog.mdx b/documentation/docs/pages/operators/changelog.mdx index a649d8de4f2..7c6b17f3a97 100644 --- a/documentation/docs/pages/operators/changelog.mdx +++ b/documentation/docs/pages/operators/changelog.mdx @@ -39,6 +39,25 @@ This page displays a full list of all the changes during our release cycle from +## `v2024.14-crunch-patched` +Patch for `v2024.14-crunch` release. Fixes an issue to allow only one private IP pair & compatibility issues between nym-nodes and older clients. + +- [Release binaries](https://github.com/nymtech/nym/releases/tag/XX) +- [`nym-node`](nodes/nym-node.mdx) version `1.1.XX` + +```sh +nym-node +Binary Name: nym-node +Build Timestamp: +Build Version: +Commit SHA: +Commit Date: +Commit Branch: HEAD +rustc Version: +rustc Channel: stable +cargo Profile: release +``` + ## `v2024.14-crunch` - [Release binaries](https://github.com/nymtech/nym/releases/tag/nym-binaries-v2024.14-crunch) @@ -63,7 +82,7 @@ cargo Profile: release - [Bump elliptic from `6.5.4` to `6.5.7` in /testnet-faucet](https://github.com/nymtech/nym/pull/4768): Bumps [elliptic](https://github.com/indutny/elliptic) from `6.5.4` to `6.5.7`. -- [build(deps): bump micromatch from `4.0.4` to `4.0.8` in /nym-wallet/webdriver](https://github.com/nymtech/nym/pull/4789): Bumps [micromatch](https://github.com/micromatch/micromatch) from `4.0.4` to `4.0.8`. +- [build(deps): bump micromatch from `4.0.4` to `4.0.8` in /nym-wallet/webdriver](https://github.com/nymtech/nym/pull/4789): Bumps [micromatch](https://github.com/micromatch/micromatch) from `4.0.4` to `4.0.8`. - [build(deps): bump axios from 1.6.0 to 1.7.5 in /nym-api/tests](https://github.com/nymtech/nym/pull/4790) Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.5. @@ -80,26 +99,26 @@ cargo Profile: release | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.90` | -| [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.20` | -| [clap_complete](https://github.com/clap-rs/clap) | `4.5.29` | `4.5.33` | -| [pin-project](https://github.com/taiki-e/pin-project) | `1.1.5` | `1.1.6` | -| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.211` | -| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` | -| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.93` | `0.2.95` | -| [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.43` | `0.4.45` | -| [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.70` | `0.3.72` | +| [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.20` | +| [clap_complete](https://github.com/clap-rs/clap) | `4.5.29` | `4.5.33` | +| [pin-project](https://github.com/taiki-e/pin-project) | `1.1.5` | `1.1.6` | +| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.211` | +| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` | +| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.93` | `0.2.95` | +| [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.43` | `0.4.45` | +| [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.70` | `0.3.72` | | Updates `anyhow` | `1.0.89` | `1.0.90` | - [[Product Data] Introduce data persistence on gateways](https://github.com/nymtech/nym/pull/5022): This PR builds on top of [\#4974](https://github.com/nymtech/nym/pull/4974), not changing the behavior of the data collection, but persisting them in a sqlite database so they can be kept across restarts and crashes. It also leave the door open for other stats module to use that storage if needed. Here are some points of interest: - New [`gateway_stats_storage`](https://github.com/nymtech/nym/tree/simon/gateway_stats_persistence/common/gateway-stats-storage) crate - [Config migration](https://github.com/nymtech/nym/blob/simon/gateway_stats_persistence/nym-node/src/config/old_configs/old_config_v4.rs) resulting from the added database. - - Resulting changes in the [`statistics`](https://github.com/nymtech/nym/tree/simon/gateway_stats_persistence/gateway/src/node/statistics) module to account the new storage system - + - Resulting changes in the [`statistics`](https://github.com/nymtech/nym/tree/simon/gateway_stats_persistence/gateway/src/node/statistics) module to account the new storage system + - [Integrate nym-credential-proxy into workspace](https://github.com/nymtech/nym/pull/5027): Integrate `nym-credential-proxy` into the main workspace - [Authenticator CLI client mode](https://github.com/nymtech/nym/pull/5044) -- [Node Status API](https://github.com/nymtech/nym/pull/5050): merging a long-diverged feature branch - all commits here were their own merge requests +- [Node Status API](https://github.com/nymtech/nym/pull/5050): merging a long-diverged feature branch - all commits here were their own merge requests - [IPv6 support for wireguard](https://github.com/nymtech/nym/pull/5059) @@ -109,23 +128,23 @@ cargo Profile: release - [chore: ecash contract migration to remove unused 'redemption_gateway_share'](https://github.com/nymtech/nym/pull/5104) -- [[Product Data] Client-side stats collection ](https://github.com/nymtech/nym/pull/5107): The goal is to anonymously gather stats from nym-clients. These stats will be sent through the mixnet to a Nym run service provider that will gather them. This PR sets the scene to send stats in a mixnet message to an address. The address can be set when the client is created. Current stats include some infos on sent packets along with platform information. If a receiving address is set, the client will send a mixnet packet every 5min to this address. Otherwise, nothing happens and the client runs as usual. +- [[Product Data] Client-side stats collection ](https://github.com/nymtech/nym/pull/5107): The goal is to anonymously gather stats from nym-clients. These stats will be sent through the mixnet to a Nym run service provider that will gather them. This PR sets the scene to send stats in a mixnet message to an address. The address can be set when the client is created. Current stats include some infos on sent packets along with platform information. If a receiving address is set, the client will send a mixnet packet every 5min to this address. Otherwise, nothing happens and the client runs as usual. - [Send mixnet packet stats using task client](https://github.com/nymtech/nym/pull/5109) - + - [Add granular log on nym-node](https://github.com/nymtech/nym/pull/5111) and make use of it for `defguard_wireguard_rs` big info logs -- [Rewarding for ticketbook issuance](https://github.com/nymtech/nym/pull/5112): Revamps the current validator rewarder to allow for rewards for issuing the zk-nym ticketbooks. - -- [[Product Data] Add stats reporting configuration in client config ](https://github.com/nymtech/nym/pull/5115): Adds the stats reporting address to client configs. It can be set in the config file, as a CLI argument and as an env var in a `.env` file. As the stats reporting config in now in the `DebugConfig`, the `StatsReportingConfig` is no longer required, making the propagation of these changes more readable +- [Rewarding for ticketbook issuance](https://github.com/nymtech/nym/pull/5112): Revamps the current validator rewarder to allow for rewards for issuing the zk-nym ticketbooks. + +- [[Product Data] Add stats reporting configuration in client config ](https://github.com/nymtech/nym/pull/5115): Adds the stats reporting address to client configs. It can be set in the config file, as a CLI argument and as an env var in a `.env` file. As the stats reporting config in now in the `DebugConfig`, the `StatsReportingConfig` is no longer required, making the propagation of these changes more readable - [config score](https://github.com/nymtech/nym/pull/5117): introduces a concept of a `config_score` to a nym node which influences performance and thus rewarding amounts and chances of being in the rewarded set. Currently it's influenced by the following factors: - Accepting terms and conditions (not accepted: 0) - Exposing self-described API (not exposed: 0) - Running "nym-node" binary (legacy binary: 0) - Number of versions behind the core (`score = 0.995 ^ (X * versions_behind ^ 1.65)`) - - The old performance is now treated as `routing_score` - - the "new" performance = `routing_score * config_score` + - The old performance is now treated as `routing_score` + - the "new" performance = `routing_score * config_score` - [Add Dockerfile and add env vars for clap arguments](https://github.com/nymtech/nym/pull/5118) @@ -139,7 +158,7 @@ cargo Profile: release - Added flag to Agent to generate keypairs - Agent requests are signed by agent - Server-side requests are checked for authentication - + - [CI: reduce jobs running on cluster](https://github.com/nymtech/nym/pull/5132) - [Removed ci-nym-api-tests.yml which was running outdated (and broken) tests](https://github.com/nymtech/nym/pull/5133) @@ -181,7 +200,7 @@ cargo Profile: release - Adds new endpoints to get: - `nym-nodes` (list + by id) - account balance + delegations + rewarding + vesting - + - Explorer UI (NextJS) - List of nym-nodes - Remove service providers routes (Harbour Master shows these) @@ -208,7 +227,7 @@ cargo Profile: release - [`nym-api` NMv1 adjustments](https://github.com/nymtech/nym/pull/5209) -- [Nmv2 add debug config](https://github.com/nymtech/nym/pull/5212): Adds debug config to disable poisson process, cover traffic and min performance filtering +- [Nmv2 add debug config](https://github.com/nymtech/nym/pull/5212): Adds debug config to disable poisson process, cover traffic and min performance filtering - [introduce UNSTABLE endpoints for returning network monitor run details](https://github.com/nymtech/nym/pull/5214) @@ -226,14 +245,14 @@ cargo Profile: release - [Correct IPv6 address generation](https://github.com/nymtech/nym/pull/5113) -- [bugfix: don't send empty BankMsg in ecash contract](https://github.com/nymtech/nym/pull/5121): If ticketbook prices were to be set so low the resultant redemption would have created `BankMsg` with value of 0, that message is no longer going to be sent +- [bugfix: don't send empty BankMsg in ecash contract](https://github.com/nymtech/nym/pull/5121): If ticketbook prices were to be set so low the resultant redemption would have created `BankMsg` with value of 0, that message is no longer going to be sent - [fix: validator-rewarder GH job](https://github.com/nymtech/nym/pull/5151) -- [bugfix: correctly expose ecash-related data on nym-api](https://github.com/nymtech/nym/pull/5155): This PR makes fixes to ecash-related endpoints on `nym-api` +- [bugfix: correctly expose ecash-related data on nym-api](https://github.com/nymtech/nym/pull/5155): This PR makes fixes to ecash-related endpoints on `nym-api` - global data (such as aggregated signatures and keys) are actually always available by all apis - global data (such as aggregated signatures and keys) are actually always available by all apis - + - [bugfix: use default value for verloc config when deserialising missing values](https://github.com/nymtech/nym/pull/5177) - [bugfix: fixed nym-node config migrations (again)](https://github.com/nymtech/nym/pull/5179) @@ -263,7 +282,7 @@ cargo Profile: release - `nym-node` has now implemented [IPv6 support for wireguard](https://github.com/nymtech/nym/pull/5059) -- [`network_tunnel_manager.sh` updated](network): run the commands below to make sure +- [`network_tunnel_manager.sh` updated](network): run the commands below to make sure
@@ -287,7 +306,7 @@ $HOME/nym-binaries/network_tunnel_manager.sh configure_dns_and_icmp_wg ; \ $HOME/nym-binaries/network_tunnel_manager.sh adjust_ip_forwarding ; \ $HOME/nym-binaries/network_tunnel_manager.sh check_ipv6_ipv4_forwarding; \ -systemctl daemon-reload && service nym-node restart && journalctl -u nym-node -f +systemctl daemon-reload && service nym-node restart && journalctl -u nym-node -f ``` Then run the jokes in a new window for control @@ -307,7 +326,7 @@ $HOME/nym-binaries/network_tunnel_manager.sh joke_through_wg_tunnel ## `magura-drift` -Second patch to `v2024.13-magura` release version. +Second patch to `v2024.13-magura` release version. - [Release binaries](https://github.com/nymtech/nym/releases/tag/nym-binaries-v2024.13-magura-drift) - [`nym-node`](nodes/nym-node.mdx) version `1.1.12` @@ -325,7 +344,7 @@ rustc Channel: stable cargo Profile: release ``` -- This patch adds a peer storage manager to fix issues causing external clients to be blocked, ensuring they can successfully connect to different nodes. +- This patch adds a peer storage manager to fix issues causing external clients to be blocked, ensuring they can successfully connect to different nodes. ## `v2024.13-magura-patched` @@ -347,7 +366,7 @@ cargo Profile: release -After changes coming along with `v2024.13-magura` (`nym-node v1.1.10`), Nym Explorer is no longer picking all values correctly. Instead of fixing this outdated explorer, we are working on a new one, coming out soon. +After changes coming along with `v2024.13-magura` (`nym-node v1.1.10`), Nym Explorer is no longer picking all values correctly. Instead of fixing this outdated explorer, we are working on a new one, coming out soon. [Nym Harbourmaster](https://harbourmaster.nymtech.net) has cache of 90min, expect your values to be updated with delay. We are aware of some issues with Nym Harbourmaster and working hard to resolve them in the upcoming explorer v2. To check your routing values in real time, you can use [`nym-gateway-probe`](nodes/performance-and-testing/gateway-probe). @@ -428,7 +447,7 @@ Be careful when running commands within sqlite database. ```sh cd $HOME/.nym/nym-nodes//data ``` -- Enter the database: +- Enter the database: ```sh sqlite3 clients.sqlite ``` @@ -448,7 +467,7 @@ select * from wireguard_peer where public_key like "%%"; ###### 3. Exit and restart the service -Run `.quit` and: +Run `.quit` and: ```sh systemctl restart nym-node.service ``` From 10c06f5f86766539cc552fc305fd1e3ed507463b Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Wed, 18 Dec 2024 10:50:14 +0100 Subject: [PATCH 2/5] auto commit generated command files --- .../components/outputs/command-outputs/nym-api-build-info.md | 2 +- .../components/outputs/command-outputs/nym-client-build-info.md | 2 +- .../components/outputs/command-outputs/nym-node-build-info.md | 2 +- .../outputs/command-outputs/nym-socks5-client-build-info.md | 2 +- .../components/outputs/command-outputs/nymvisor-build-info.md | 2 +- documentation/docs/pages/developers/clients/socks5/commands.mdx | 2 +- .../docs/pages/developers/clients/websocket/commands.mdx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/docs/components/outputs/command-outputs/nym-api-build-info.md b/documentation/docs/components/outputs/command-outputs/nym-api-build-info.md index c7ef59a43c5..c15100e7af6 100644 --- a/documentation/docs/components/outputs/command-outputs/nym-api-build-info.md +++ b/documentation/docs/components/outputs/command-outputs/nym-api-build-info.md @@ -1,7 +1,7 @@ ```sh Binary Name: nym-api -Build Timestamp: 2024-12-10T11:37:07.839071360Z +Build Timestamp: 2024-12-18T09:44:32.772801454Z Build Version: 1.1.46 Commit SHA: 62045d76b32265f6a5e6358ab7aebbc827d47dcd Commit Date: 2024-11-26T11:53:05.000000000+01:00 diff --git a/documentation/docs/components/outputs/command-outputs/nym-client-build-info.md b/documentation/docs/components/outputs/command-outputs/nym-client-build-info.md index 660d02d4a22..dd8a86ef18a 100644 --- a/documentation/docs/components/outputs/command-outputs/nym-client-build-info.md +++ b/documentation/docs/components/outputs/command-outputs/nym-client-build-info.md @@ -1,7 +1,7 @@ ```sh Binary Name: nym-client -Build Timestamp: 2024-12-10T11:37:07.839071360Z +Build Timestamp: 2024-12-18T09:44:32.772801454Z Build Version: 1.1.44 Commit SHA: 62045d76b32265f6a5e6358ab7aebbc827d47dcd Commit Date: 2024-11-26T11:53:05.000000000+01:00 diff --git a/documentation/docs/components/outputs/command-outputs/nym-node-build-info.md b/documentation/docs/components/outputs/command-outputs/nym-node-build-info.md index 7ed28e4de57..dcc6d2f9318 100644 --- a/documentation/docs/components/outputs/command-outputs/nym-node-build-info.md +++ b/documentation/docs/components/outputs/command-outputs/nym-node-build-info.md @@ -1,7 +1,7 @@ ```sh Binary Name: nym-node -Build Timestamp: 2024-12-10T11:37:07.839071360Z +Build Timestamp: 2024-12-18T09:44:32.772801454Z Build Version: 1.1.11 Commit SHA: 62045d76b32265f6a5e6358ab7aebbc827d47dcd Commit Date: 2024-11-26T11:53:05.000000000+01:00 diff --git a/documentation/docs/components/outputs/command-outputs/nym-socks5-client-build-info.md b/documentation/docs/components/outputs/command-outputs/nym-socks5-client-build-info.md index cb9ed561570..a06fc3cd5e6 100644 --- a/documentation/docs/components/outputs/command-outputs/nym-socks5-client-build-info.md +++ b/documentation/docs/components/outputs/command-outputs/nym-socks5-client-build-info.md @@ -1,7 +1,7 @@ ```sh Binary Name: nym-socks5-client -Build Timestamp: 2024-12-10T11:37:07.839071360Z +Build Timestamp: 2024-12-18T09:44:32.772801454Z Build Version: 1.1.44 Commit SHA: 62045d76b32265f6a5e6358ab7aebbc827d47dcd Commit Date: 2024-11-26T11:53:05.000000000+01:00 diff --git a/documentation/docs/components/outputs/command-outputs/nymvisor-build-info.md b/documentation/docs/components/outputs/command-outputs/nymvisor-build-info.md index a373c4b9307..d75afd4cfad 100644 --- a/documentation/docs/components/outputs/command-outputs/nymvisor-build-info.md +++ b/documentation/docs/components/outputs/command-outputs/nymvisor-build-info.md @@ -1,7 +1,7 @@ ```sh Binary Name: nymvisor -Build Timestamp: 2024-12-10T11:37:07.839071360Z +Build Timestamp: 2024-12-18T09:44:32.772801454Z Build Version: 0.1.9 Commit SHA: 62045d76b32265f6a5e6358ab7aebbc827d47dcd Commit Date: 2024-11-26T11:53:05.000000000+01:00 diff --git a/documentation/docs/pages/developers/clients/socks5/commands.mdx b/documentation/docs/pages/developers/clients/socks5/commands.mdx index 2ecb2e7e49f..aff73b4b074 100644 --- a/documentation/docs/pages/developers/clients/socks5/commands.mdx +++ b/documentation/docs/pages/developers/clients/socks5/commands.mdx @@ -152,7 +152,7 @@ Example output: ```sh Binary Name: nym-socks5-client -Build Timestamp: 2024-12-10T11:37:07.839071360Z +Build Timestamp: 2024-12-18T09:44:32.772801454Z Build Version: 1.1.44 Commit SHA: 62045d76b32265f6a5e6358ab7aebbc827d47dcd Commit Date: 2024-11-26T11:53:05.000000000+01:00 diff --git a/documentation/docs/pages/developers/clients/websocket/commands.mdx b/documentation/docs/pages/developers/clients/websocket/commands.mdx index e7a30285cbc..20dfbe5a316 100644 --- a/documentation/docs/pages/developers/clients/websocket/commands.mdx +++ b/documentation/docs/pages/developers/clients/websocket/commands.mdx @@ -117,7 +117,7 @@ Example output: ```sh Binary Name: nym-client -Build Timestamp: 2024-12-10T11:37:07.839071360Z +Build Timestamp: 2024-12-18T09:44:32.772801454Z Build Version: 1.1.44 Commit SHA: 62045d76b32265f6a5e6358ab7aebbc827d47dcd Commit Date: 2024-11-26T11:53:05.000000000+01:00 From 0c9181adb7a591658e1137d1df2df6cc60658b2b Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Wed, 18 Dec 2024 11:14:34 +0100 Subject: [PATCH 3/5] wip changelog --- documentation/docs/pages/operators/changelog.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/pages/operators/changelog.mdx b/documentation/docs/pages/operators/changelog.mdx index 7c6b17f3a97..43e2319f882 100644 --- a/documentation/docs/pages/operators/changelog.mdx +++ b/documentation/docs/pages/operators/changelog.mdx @@ -40,9 +40,9 @@ This page displays a full list of all the changes during our release cycle from ## `v2024.14-crunch-patched` -Patch for `v2024.14-crunch` release. Fixes an issue to allow only one private IP pair & compatibility issues between nym-nodes and older clients. +Patch for `v2024.14-crunch` release. [Fixes an issue](https://github.com/nymtech/nym/commit/b656003306184061588f25df0b8b4555b41157f4) to allow only one private IP pair & compatibility issues between nym-nodes and older clients. -- [Release binaries](https://github.com/nymtech/nym/releases/tag/XX) +- [Release binaries](https://github.com/nymtech/nym/releases/tag/nym-binaries-v2024.14-crunch-patched) - [`nym-node`](nodes/nym-node.mdx) version `1.1.XX` ```sh From c9759bf86a7affaa724af257223a4d1e8b9dbe30 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Wed, 18 Dec 2024 11:26:37 +0100 Subject: [PATCH 4/5] patch changelog done --- documentation/docs/pages/operators/changelog.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/docs/pages/operators/changelog.mdx b/documentation/docs/pages/operators/changelog.mdx index 43e2319f882..7fd6aa21867 100644 --- a/documentation/docs/pages/operators/changelog.mdx +++ b/documentation/docs/pages/operators/changelog.mdx @@ -43,17 +43,17 @@ This page displays a full list of all the changes during our release cycle from Patch for `v2024.14-crunch` release. [Fixes an issue](https://github.com/nymtech/nym/commit/b656003306184061588f25df0b8b4555b41157f4) to allow only one private IP pair & compatibility issues between nym-nodes and older clients. - [Release binaries](https://github.com/nymtech/nym/releases/tag/nym-binaries-v2024.14-crunch-patched) -- [`nym-node`](nodes/nym-node.mdx) version `1.1.XX` +- [`nym-node`](nodes/nym-node.mdx) version `1.2.1` ```sh nym-node Binary Name: nym-node -Build Timestamp: -Build Version: -Commit SHA: -Commit Date: +Build Timestamp: 2024-12-18T10:18:42.978852430Z +Build Version: 1.2.1 +Commit SHA: 8d5a41a790e96ae5e821964865affaa7d3343eab +Commit Date: 2024-12-18T11:07:49.000000000+01:00 Commit Branch: HEAD -rustc Version: +rustc Version: 1.83.0 rustc Channel: stable cargo Profile: release ``` From 752c886ec1add71081f25cee4d4b6a8cd1a09055 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Wed, 18 Dec 2024 11:29:07 +0100 Subject: [PATCH 5/5] auto commit generated command files --- .../components/outputs/command-outputs/nym-api-build-info.md | 2 +- .../components/outputs/command-outputs/nym-client-build-info.md | 2 +- .../components/outputs/command-outputs/nym-node-build-info.md | 2 +- .../outputs/command-outputs/nym-socks5-client-build-info.md | 2 +- .../components/outputs/command-outputs/nymvisor-build-info.md | 2 +- documentation/docs/pages/developers/clients/socks5/commands.mdx | 2 +- .../docs/pages/developers/clients/websocket/commands.mdx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/docs/components/outputs/command-outputs/nym-api-build-info.md b/documentation/docs/components/outputs/command-outputs/nym-api-build-info.md index c15100e7af6..f8b3bc00898 100644 --- a/documentation/docs/components/outputs/command-outputs/nym-api-build-info.md +++ b/documentation/docs/components/outputs/command-outputs/nym-api-build-info.md @@ -1,7 +1,7 @@ ```sh Binary Name: nym-api -Build Timestamp: 2024-12-18T09:44:32.772801454Z +Build Timestamp: 2024-12-18T10:26:40.905460408Z Build Version: 1.1.46 Commit SHA: 62045d76b32265f6a5e6358ab7aebbc827d47dcd Commit Date: 2024-11-26T11:53:05.000000000+01:00 diff --git a/documentation/docs/components/outputs/command-outputs/nym-client-build-info.md b/documentation/docs/components/outputs/command-outputs/nym-client-build-info.md index dd8a86ef18a..e8b6b4e861b 100644 --- a/documentation/docs/components/outputs/command-outputs/nym-client-build-info.md +++ b/documentation/docs/components/outputs/command-outputs/nym-client-build-info.md @@ -1,7 +1,7 @@ ```sh Binary Name: nym-client -Build Timestamp: 2024-12-18T09:44:32.772801454Z +Build Timestamp: 2024-12-18T10:26:40.905460408Z Build Version: 1.1.44 Commit SHA: 62045d76b32265f6a5e6358ab7aebbc827d47dcd Commit Date: 2024-11-26T11:53:05.000000000+01:00 diff --git a/documentation/docs/components/outputs/command-outputs/nym-node-build-info.md b/documentation/docs/components/outputs/command-outputs/nym-node-build-info.md index dcc6d2f9318..201423087e0 100644 --- a/documentation/docs/components/outputs/command-outputs/nym-node-build-info.md +++ b/documentation/docs/components/outputs/command-outputs/nym-node-build-info.md @@ -1,7 +1,7 @@ ```sh Binary Name: nym-node -Build Timestamp: 2024-12-18T09:44:32.772801454Z +Build Timestamp: 2024-12-18T10:26:40.905460408Z Build Version: 1.1.11 Commit SHA: 62045d76b32265f6a5e6358ab7aebbc827d47dcd Commit Date: 2024-11-26T11:53:05.000000000+01:00 diff --git a/documentation/docs/components/outputs/command-outputs/nym-socks5-client-build-info.md b/documentation/docs/components/outputs/command-outputs/nym-socks5-client-build-info.md index a06fc3cd5e6..2727bfe476f 100644 --- a/documentation/docs/components/outputs/command-outputs/nym-socks5-client-build-info.md +++ b/documentation/docs/components/outputs/command-outputs/nym-socks5-client-build-info.md @@ -1,7 +1,7 @@ ```sh Binary Name: nym-socks5-client -Build Timestamp: 2024-12-18T09:44:32.772801454Z +Build Timestamp: 2024-12-18T10:26:40.905460408Z Build Version: 1.1.44 Commit SHA: 62045d76b32265f6a5e6358ab7aebbc827d47dcd Commit Date: 2024-11-26T11:53:05.000000000+01:00 diff --git a/documentation/docs/components/outputs/command-outputs/nymvisor-build-info.md b/documentation/docs/components/outputs/command-outputs/nymvisor-build-info.md index d75afd4cfad..b5f79a2571d 100644 --- a/documentation/docs/components/outputs/command-outputs/nymvisor-build-info.md +++ b/documentation/docs/components/outputs/command-outputs/nymvisor-build-info.md @@ -1,7 +1,7 @@ ```sh Binary Name: nymvisor -Build Timestamp: 2024-12-18T09:44:32.772801454Z +Build Timestamp: 2024-12-18T10:26:40.905460408Z Build Version: 0.1.9 Commit SHA: 62045d76b32265f6a5e6358ab7aebbc827d47dcd Commit Date: 2024-11-26T11:53:05.000000000+01:00 diff --git a/documentation/docs/pages/developers/clients/socks5/commands.mdx b/documentation/docs/pages/developers/clients/socks5/commands.mdx index aff73b4b074..d48d0f9300c 100644 --- a/documentation/docs/pages/developers/clients/socks5/commands.mdx +++ b/documentation/docs/pages/developers/clients/socks5/commands.mdx @@ -152,7 +152,7 @@ Example output: ```sh Binary Name: nym-socks5-client -Build Timestamp: 2024-12-18T09:44:32.772801454Z +Build Timestamp: 2024-12-18T10:26:40.905460408Z Build Version: 1.1.44 Commit SHA: 62045d76b32265f6a5e6358ab7aebbc827d47dcd Commit Date: 2024-11-26T11:53:05.000000000+01:00 diff --git a/documentation/docs/pages/developers/clients/websocket/commands.mdx b/documentation/docs/pages/developers/clients/websocket/commands.mdx index 20dfbe5a316..b7d67e26cd8 100644 --- a/documentation/docs/pages/developers/clients/websocket/commands.mdx +++ b/documentation/docs/pages/developers/clients/websocket/commands.mdx @@ -117,7 +117,7 @@ Example output: ```sh Binary Name: nym-client -Build Timestamp: 2024-12-18T09:44:32.772801454Z +Build Timestamp: 2024-12-18T10:26:40.905460408Z Build Version: 1.1.44 Commit SHA: 62045d76b32265f6a5e6358ab7aebbc827d47dcd Commit Date: 2024-11-26T11:53:05.000000000+01:00