From 0a2e0d6a8fafa8c0eae14ca7f0f92bce9826e16c Mon Sep 17 00:00:00 2001 From: farbanas Date: Tue, 17 Jan 2023 13:17:15 +0100 Subject: [PATCH 1/3] bump version for release --- clients/client-core/Cargo.toml | 2 +- clients/native/Cargo.toml | 2 +- explorer/package.json | 2 +- gateway/Cargo.toml | 2 +- mixnode/Cargo.toml | 2 +- nym-connect/package.json | 2 +- nym-connect/src-tauri/Cargo.toml | 2 +- nym-connect/src-tauri/tauri.conf.json | 2 +- nym-wallet/package.json | 2 +- nym-wallet/src-tauri/Cargo.toml | 2 +- nym-wallet/src-tauri/tauri.conf.json | 2 +- service-providers/network-requester/Cargo.toml | 2 +- service-providers/network-statistics/Cargo.toml | 2 +- tools/nym-cli/Cargo.toml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/clients/client-core/Cargo.toml b/clients/client-core/Cargo.toml index 507552e887..fc5b421dea 100644 --- a/clients/client-core/Cargo.toml +++ b/clients/client-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "client-core" -version = "1.1.5" +version = "1.1.6" authors = ["Dave Hrycyszyn "] edition = "2021" rust-version = "1.66" diff --git a/clients/native/Cargo.toml b/clients/native/Cargo.toml index 961dd8333c..a78d8daf4b 100644 --- a/clients/native/Cargo.toml +++ b/clients/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-client" -version = "1.1.5" +version = "1.1.6" authors = ["Dave Hrycyszyn ", "Jędrzej Stuczyński "] description = "Implementation of the Nym Client" edition = "2021" diff --git a/explorer/package.json b/explorer/package.json index 2478774987..4c4c892ed6 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -1,6 +1,6 @@ { "name": "@nym/network-explorer", - "version": "1.0.1", + "version": "1.0.2", "private": true, "license": "Apache-2.0", "dependencies": { diff --git a/gateway/Cargo.toml b/gateway/Cargo.toml index 9040441657..6ae6a352c8 100644 --- a/gateway/Cargo.toml +++ b/gateway/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nym-gateway" -version = "1.1.5" +version = "1.1.6" authors = [ "Dave Hrycyszyn ", "Jędrzej Stuczyński ", diff --git a/mixnode/Cargo.toml b/mixnode/Cargo.toml index 0247c29ab3..da0b3ae901 100644 --- a/mixnode/Cargo.toml +++ b/mixnode/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nym-mixnode" -version = "1.1.5" +version = "1.1.6" authors = [ "Dave Hrycyszyn ", "Jędrzej Stuczyński ", diff --git a/nym-connect/package.json b/nym-connect/package.json index f74779b2d4..37b5dcb6f2 100644 --- a/nym-connect/package.json +++ b/nym-connect/package.json @@ -1,6 +1,6 @@ { "name": "@nym/nym-connect", - "version": "1.1.5", + "version": "1.1.6", "main": "index.js", "license": "MIT", "scripts": { diff --git a/nym-connect/src-tauri/Cargo.toml b/nym-connect/src-tauri/Cargo.toml index 0d7118b97a..891cb30c3c 100644 --- a/nym-connect/src-tauri/Cargo.toml +++ b/nym-connect/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-connect" -version = "1.1.5" +version = "1.1.6" description = "nym-connect" authors = ["Nym Technologies SA"] license = "" diff --git a/nym-connect/src-tauri/tauri.conf.json b/nym-connect/src-tauri/tauri.conf.json index 0e11432d04..1afe519f37 100644 --- a/nym-connect/src-tauri/tauri.conf.json +++ b/nym-connect/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "nym-connect", - "version": "1.1.5" + "version": "1.1.6" }, "build": { "distDir": "../dist", diff --git a/nym-wallet/package.json b/nym-wallet/package.json index 72a440d733..928b56d2a7 100644 --- a/nym-wallet/package.json +++ b/nym-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@nymproject/nym-wallet-app", - "version": "1.1.6", + "version": "1.1.7", "main": "index.js", "license": "MIT", "scripts": { diff --git a/nym-wallet/src-tauri/Cargo.toml b/nym-wallet/src-tauri/Cargo.toml index efa20d8754..aae772770d 100644 --- a/nym-wallet/src-tauri/Cargo.toml +++ b/nym-wallet/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym_wallet" -version = "1.1.6" +version = "1.1.7" description = "Nym Native Wallet" authors = ["Nym Technologies SA"] license = "" diff --git a/nym-wallet/src-tauri/tauri.conf.json b/nym-wallet/src-tauri/tauri.conf.json index 722c0c1af3..297ddcf129 100644 --- a/nym-wallet/src-tauri/tauri.conf.json +++ b/nym-wallet/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "nym-wallet", - "version": "1.1.6" + "version": "1.1.7" }, "build": { "distDir": "../dist", diff --git a/service-providers/network-requester/Cargo.toml b/service-providers/network-requester/Cargo.toml index 05a8ca1b3c..b53a846a2e 100644 --- a/service-providers/network-requester/Cargo.toml +++ b/service-providers/network-requester/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nym-network-requester" -version = "1.1.5" +version = "1.1.6" authors = ["Dave Hrycyszyn ", "Jędrzej Stuczyński "] edition = "2021" rust-version = "1.65" diff --git a/service-providers/network-statistics/Cargo.toml b/service-providers/network-statistics/Cargo.toml index 251b1a34a9..f5a6f48d73 100644 --- a/service-providers/network-statistics/Cargo.toml +++ b/service-providers/network-statistics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-network-statistics" -version = "1.1.5" +version = "1.1.6" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tools/nym-cli/Cargo.toml b/tools/nym-cli/Cargo.toml index 5a26c750a0..9c16634723 100644 --- a/tools/nym-cli/Cargo.toml +++ b/tools/nym-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-cli" -version = "1.1.5" +version = "1.1.6" authors = ["Nym Technologies SA"] edition = "2021" From cf903aa2e59940c7edb1157b50251cd112b30c8e Mon Sep 17 00:00:00 2001 From: farbanas Date: Tue, 17 Jan 2023 13:30:31 +0100 Subject: [PATCH 2/3] updated changelogs --- CHANGELOG.md | 11 ++++++++--- explorer/CHANGELOG.md | 6 ++++++ nym-connect/CHANGELOG.md | 6 ++++++ nym-wallet/CHANGELOG.md | 6 ++++++ 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5080d62aa..2bd45f147e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,24 +2,29 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v1.1.6] (2023-01-17) ### Added ### Changed +- streamline override_config functions -> there's a lot of duplicate if statements everywhere ([#2774]) +- clean-up nym-api startup arguments/flags to use clap 3 and its macro-derived arguments ([#2772]) - renamed all references to validator_api to nym_api -- renamed all references to nymd to nyxd +- renamed all references to nymd to nyxd ([#2696]) - all-binaries: standarised argument names (note: old names should still be accepted) ([#2762] ### Fixed - nym-api: should now correctly use `rewarding.enabled` config flag ([#2753]) +[#2696]: https://github.com/nymtech/nym/pull/2696 [#2753]: https://github.com/nymtech/nym/pull/2753 [#2762]: https://github.com/nymtech/nym/pull/2762 +[#2772]: https://github.com/nymtech/nym/pull/2772 +[#2774]: https://github.com/nymtech/nym/pull/2774 -## [v1.1.5] (2022-01-10) +## [v1.1.5] (2023-01-10) ### Added diff --git a/explorer/CHANGELOG.md b/explorer/CHANGELOG.md index e55425407b..fc1cf8a756 100644 --- a/explorer/CHANGELOG.md +++ b/explorer/CHANGELOG.md @@ -1,5 +1,11 @@ ## UNRELEASED +## [nym-explorer-v1.0.2](https://github.com/nymtech/nym/tree/nym-explorer-v1.0.2) (2023-01-17) + +- changing the explorers guru link ([#2820]) + +[#2820]: https://github.com/nymtech/nym/pull/2820 + ## [nym-explorer-v1.0.1](https://github.com/nymtech/nym/tree/nym-explorer-v1.0.1) (2023-01-10) - Feat/2161 ne gate version by @gala1234 in https://github.com/nymtech/nym/pull/2743 diff --git a/nym-connect/CHANGELOG.md b/nym-connect/CHANGELOG.md index c663d3e140..17bc105f2b 100644 --- a/nym-connect/CHANGELOG.md +++ b/nym-connect/CHANGELOG.md @@ -2,6 +2,12 @@ ## UNRELEASED +## [nym-connect-v1.1.6](https://github.com/nymtech/nym/tree/nym-connect-v1.1.6) (2023-01-17) + +- part (1) show gateway status on the UI if the gateway is not live, is overloaded or is slow ([#2824]) + +[#2824]: https://github.com/nymtech/nym/pull/2824 + ## [nym-connect-v1.1.5](https://github.com/nymtech/nym/tree/nym-connect-v1.1.5) (2023-01-10) - get version number from tauri and display by @fmtabbara in https://github.com/nymtech/nym/pull/2684 diff --git a/nym-wallet/CHANGELOG.md b/nym-wallet/CHANGELOG.md index 2f12762e73..7e5efac2f3 100644 --- a/nym-wallet/CHANGELOG.md +++ b/nym-wallet/CHANGELOG.md @@ -2,6 +2,12 @@ ## UNRELEASED +## [nym-wallet-v1.1.7](https://github.com/nymtech/nym/releases/tag/nym-wallet-v1.1.7) (2023-01-17) + +- link to the ng mixnet explorer for account info ([#2823]) + +[#2823]: https://github.com/nymtech/nym/pull/2823 + ## [nym-wallet-v1.1.6](https://github.com/nymtech/nym/releases/tag/nym-wallet-v1.1.6) (2023-01-10) - Fix param input layout **1.1.5 Release** by @fmtabbara in https://github.com/nymtech/nym/pull/2720 From e40d25a97b0f05efc6726074ae3d7ca9967154c5 Mon Sep 17 00:00:00 2001 From: farbanas Date: Tue, 17 Jan 2023 13:33:30 +0100 Subject: [PATCH 3/3] nym-validator-api -> nym-api --- .github/workflows/nym-release-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nym-release-publish.yml b/.github/workflows/nym-release-publish.yml index 979781652f..565834e789 100644 --- a/.github/workflows/nym-release-publish.yml +++ b/.github/workflows/nym-release-publish.yml @@ -60,7 +60,7 @@ jobs: target/release/nym-gateway target/release/nym-mixnode target/release/nym-socks5-client - target/release/nym-validator-api + target/release/nym-api target/release/nym-network-requester target/release/nym-network-statistics target/release/nym-cli @@ -75,7 +75,7 @@ jobs: target/release/nym-gateway target/release/nym-mixnode target/release/nym-socks5-client - target/release/nym-validator-api + target/release/nym-api target/release/nym-network-requester target/release/nym-network-statistics target/release/nym-cli