Merge pull request #4747 from nymtech/release/2024.9-topdeck

Release/2024.9 topdeck into develop
This commit is contained in:
benedetta davico
2024-08-06 11:05:19 +02:00
committed by GitHub
11 changed files with 33 additions and 20 deletions
+14
View File
@@ -4,6 +4,20 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://
## [Unreleased]
## [2024.9-topdeck] (2024-07-26)
- chore: fix 1.80 lint issues ([#4731])
- Handle clients with different versions in IPR ([#4723])
- Add 1GB/day/user bandwidth cap ([#4717])
- Feature/merge back ([#4710])
- removed mixnode/gateway config migration code and disabled cli without explicit flag ([#4706])
[#4731]: https://github.com/nymtech/nym/pull/4731
[#4723]: https://github.com/nymtech/nym/pull/4723
[#4717]: https://github.com/nymtech/nym/pull/4717
[#4710]: https://github.com/nymtech/nym/pull/4710
[#4706]: https://github.com/nymtech/nym/pull/4706
## [2024.8-wispa] (2024-07-10)
- add event parsing to support cosmos_sdk > 0.50 ([#4697])
Generated
+8 -8
View File
@@ -2240,7 +2240,7 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "explorer-api"
version = "1.1.37"
version = "1.1.38"
dependencies = [
"chrono",
"clap 4.5.7",
@@ -4204,7 +4204,7 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "nym-api"
version = "1.1.41"
version = "1.1.42"
dependencies = [
"anyhow",
"async-trait",
@@ -4425,7 +4425,7 @@ dependencies = [
[[package]]
name = "nym-cli"
version = "1.1.39"
version = "1.1.40"
dependencies = [
"anyhow",
"base64 0.13.1",
@@ -4504,7 +4504,7 @@ dependencies = [
[[package]]
name = "nym-client"
version = "1.1.38"
version = "1.1.39"
dependencies = [
"bs58 0.5.1",
"clap 4.5.7",
@@ -5412,7 +5412,7 @@ dependencies = [
[[package]]
name = "nym-network-requester"
version = "1.1.39"
version = "1.1.40"
dependencies = [
"addr",
"anyhow",
@@ -5463,7 +5463,7 @@ dependencies = [
[[package]]
name = "nym-node"
version = "1.1.5"
version = "1.1.6"
dependencies = [
"anyhow",
"bip39",
@@ -5737,7 +5737,7 @@ dependencies = [
[[package]]
name = "nym-socks5-client"
version = "1.1.38"
version = "1.1.39"
dependencies = [
"bs58 0.5.1",
"clap 4.5.7",
@@ -6259,7 +6259,7 @@ dependencies = [
[[package]]
name = "nymvisor"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"anyhow",
"bytes",
+2 -5
View File
@@ -1,10 +1,7 @@
[package]
name = "nym-client"
version = "1.1.38"
authors = [
"Dave Hrycyszyn <futurechimp@users.noreply.github.com>",
"Jędrzej Stuczyński <andrew@nymtech.net>",
]
version = "1.1.39"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
description = "Implementation of the Nym Client"
edition = "2021"
rust-version = "1.70"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "nym-socks5-client"
version = "1.1.38"
version = "1.1.39"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>"]
description = "A SOCKS5 localhost proxy that converts incoming messages to Sphinx and sends them to a Nym address"
edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "explorer-api"
version = "1.1.37"
version = "1.1.38"
edition = "2021"
license.workspace = true
+1 -1
View File
@@ -4,7 +4,7 @@
[package]
name = "nym-api"
license = "GPL-3.0"
version = "1.1.41"
version = "1.1.42"
authors = [
"Dave Hrycyszyn <futurechimp@users.noreply.github.com>",
"Jędrzej Stuczyński <andrew@nymtech.net>",
+1 -1
View File
@@ -3,7 +3,7 @@
[package]
name = "nym-node"
version = "1.1.5"
version = "1.1.6"
authors.workspace = true
repository.workspace = true
homepage.workspace = true
@@ -15,7 +15,9 @@ use serde::{Deserialize, Serialize};
#[derive(Debug, Clone, Deserialize, PartialEq, Eq, Serialize)]
#[serde(deny_unknown_fields)]
pub struct WireguardPathsV1 {
#[serde(skip)]
pub private_diffie_hellman_key_file: PathBuf,
#[serde(skip)]
pub public_diffie_hellman_key_file: PathBuf,
}
@@ -4,7 +4,7 @@
[package]
name = "nym-network-requester"
license = "GPL-3.0"
version = "1.1.39"
version = "1.1.40"
authors.workspace = true
edition.workspace = true
rust-version = "1.70"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "nym-cli"
version = "1.1.39"
version = "1.1.40"
authors.workspace = true
edition = "2021"
license.workspace = true
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "nymvisor"
version = "0.1.4"
version = "0.1.5"
authors.workspace = true
repository.workspace = true
homepage.workspace = true