v2.3.0
This commit is contained in:
parent
4e62b8a285
commit
d304ff4c67
5 changed files with 6 additions and 7 deletions
|
|
@ -1,7 +1,6 @@
|
|||
# HSD Release Notes & Changelog
|
||||
|
||||
## unreleased
|
||||
|
||||
## v2.3.0
|
||||
|
||||
### Node changes
|
||||
|
||||
|
|
@ -30,7 +29,7 @@ After the corrupt data has been cleared, **a walletDB rescan is required**.
|
|||
### Wallet changes
|
||||
|
||||
- Fixes a bug that ignored the effect of sending or receiving a FINALIZE on a
|
||||
wallet's `lockedConfirmed` and `lockedUnconfirmed` balance.
|
||||
wallet's `lockedConfirmed` and `lockedUnconfirmed` balance.
|
||||
|
||||
## v2.2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ $ npm install -g https://github.com/handshake-org/hsd.git
|
|||
|
||||
A `git` ref can be used to install a particular version by appending
|
||||
a `#` and the name of the `git` ref to the URL. For example,
|
||||
`https://github.com/handshake-org/hsd.git#v2.2.0`. It is recommended
|
||||
`https://github.com/handshake-org/hsd.git#v2.3.0`. It is recommended
|
||||
to use the [latest tagged release](https://github.com/handshake-org/hsd/releases).
|
||||
|
||||
If adding `hsd` as a dependency to a project, use the command:
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ pkg.cfg = `${pkg.core}.conf`;
|
|||
* @default
|
||||
*/
|
||||
|
||||
pkg.version = '2.2.0';
|
||||
pkg.version = '2.3.0';
|
||||
|
||||
/**
|
||||
* Repository URL.
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hsd",
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hsd",
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"description": "Cryptocurrency bike-shed",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/handshake-org/hsd.git",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue