From 8d9610fddc20679a586290deca7b2a9de52dd91b Mon Sep 17 00:00:00 2001 From: Nodari Chkuaselidze Date: Wed, 4 Dec 2024 12:21:00 +0000 Subject: [PATCH 1/2] Merge PR #910 from 'nodech/update-seeds' --- lib/net/seeds/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/net/seeds/main.js b/lib/net/seeds/main.js index 48216c7cf..ccd8c2782 100644 --- a/lib/net/seeds/main.js +++ b/lib/net/seeds/main.js @@ -46,7 +46,6 @@ module.exports = [ '152.53.18.243', '44.229.138.206', '5.161.64.49', - '72.218.15.229', '74.91.115.209', '85.214.33.200' ]; From 8ef9aae66d96ec4057bd947f19a8ebd3859e450d Mon Sep 17 00:00:00 2001 From: Nodari Chkuaselidze Date: Mon, 9 Dec 2024 11:59:07 +0000 Subject: [PATCH 2/2] pkg: v7.0.0 --- CHANGELOG.md | 2 +- docs/release-notes/release-notes-7.x.md | 1 + package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a3c7e382..d119584a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v7.0.0 -**When upgrading to this version of hsd, you must pass `--wallet-migrate=4` when +**When upgrading to this version of hsd, you must pass `--wallet-migrate=5` when you run it for the first time.** ### Primitives diff --git a/docs/release-notes/release-notes-7.x.md b/docs/release-notes/release-notes-7.x.md index 3b48e0e70..912bd7207 100644 --- a/docs/release-notes/release-notes-7.x.md +++ b/docs/release-notes/release-notes-7.x.md @@ -283,3 +283,4 @@ The following methods have been deprecated - \[[`4e87fb1d`](https://github.com/handshake-org/hsd/commit/4e87fb1d)] - [#850](https://github.com/handshake-org/hsd/pull/850) - **script**: add redundant tests to math ops. - (@nodech - Nodari Chkuaselidze) - \[[`ab611036`](https://github.com/handshake-org/hsd/commit/ab611036)] - [#849](https://github.com/handshake-org/hsd/pull/849) - **pkg**: ci no longer update npm on build. - (@nodech - Nodari Chkuaselidze) - \[[`61ae19c2`](https://github.com/handshake-org/hsd/commit/61ae19c2)] - [#844](https://github.com/handshake-org/hsd/pull/844) - **docs**: backport release schedule and v6.x notes. - (@nodech - Nodari Chkuaselidze) + - \[[`9b70c294`](https://github.com/handshake-org/hsd/commit/9b70c294)] - [#910](https://github.com/handshake-org/hsd/pull/844) - **net**: remove unstable seed. (@nodech - Nodari Chkuaselidze) diff --git a/package-lock.json b/package-lock.json index 8f9cd9af6..7843b0399 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hsd", - "version": "7.0.0-rc.1", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hsd", - "version": "7.0.0-rc.1", + "version": "7.0.0", "license": "MIT", "dependencies": { "@handshake-org/bfilter": "~2.3.0", diff --git a/package.json b/package.json index 8d32b12ab..fa7e17acb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hsd", - "version": "7.0.0-rc.1", + "version": "7.0.0", "description": "Cryptocurrency bike-shed", "license": "MIT", "repository": "git://github.com/handshake-org/hsd.git",