Merge pull request #4589 from nymtech/master

merge latest master to develop
This commit is contained in:
Tommy Verrall
2024-05-13 09:56:34 +01:00
committed by GitHub
6 changed files with 24 additions and 6 deletions
+10
View File
@@ -4,6 +4,16 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://
## [Unreleased]
## [2024.4-nutella] (2024-05-08)
- [fix] apply disable_poisson_rate from internal NR/IPR cfgs ([#4579])
- updating sign commands to include nym-node ([#4578])
- changed nym-node redirects from 308 'Permanent Redirect' to 303: 'See Other' ([#4572])
[#4579]: https://github.com/nymtech/nym/pull/4579
[#4578]: https://github.com/nymtech/nym/pull/4578
[#4572]: https://github.com/nymtech/nym/pull/4572
## [2024.3-eclipse] (2024-04-22)
- Initial release of the first iteration of the Nym Node
Generated
+3 -3
View File
@@ -5684,7 +5684,7 @@ dependencies = [
[[package]]
name = "nym-gateway"
version = "1.1.35"
version = "1.1.36"
dependencies = [
"anyhow",
"async-trait",
@@ -6098,7 +6098,7 @@ dependencies = [
[[package]]
name = "nym-network-requester"
version = "1.1.34"
version = "1.1.35"
dependencies = [
"addr",
"anyhow",
@@ -6167,7 +6167,7 @@ dependencies = [
[[package]]
name = "nym-node"
version = "1.1.0"
version = "1.1.1"
dependencies = [
"anyhow",
"bip39",
+1 -1
View File
@@ -4,7 +4,7 @@
[package]
name = "nym-gateway"
license = "GPL-3.0"
version = "1.1.35"
version = "1.1.36"
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.0"
version = "1.1.1"
authors.workspace = true
repository.workspace = true
homepage.workspace = true
+8
View File
@@ -2,6 +2,14 @@
## [Unreleased]
## [v1.2.13] (2024-05-08)
- Bug fix: wallet delegations list is empty when RPC node doesn't hold block ([#4565])
- updating sign commands to include nym-node([#4578])
[#4578]: https://github.com/nymtech/nym/pull/4578
[#4565]: https://github.com/nymtech/nym/pull/4565
## [v1.2.10] (2023-10-31)
- Add loading model on initial load of delegations ([#4039])
@@ -4,7 +4,7 @@
[package]
name = "nym-network-requester"
license = "GPL-3.0"
version = "1.1.34"
version = "1.1.35"
authors.workspace = true
edition.workspace = true
rust-version = "1.70"