Skip to content

Commit

Permalink
Release v7.0.0 (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Dec 9, 2024
2 parents 7f9c7ad + 8ef9aae commit 88c17f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes/release-notes-7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 0 additions & 1 deletion lib/net/seeds/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
];
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 88c17f9

Please sign in to comment.