Skip to content

Commit

Permalink
Upgrade HSD to fix mempool issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper committed Feb 14, 2020
1 parent 9761a7f commit 26669e2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.4] - Unreleased
### Fixed
- Upgraded HSD to a version without mempool issues

## [0.2.3] - 2020-02-11
### Changed
- Disable airdrop functionality until block 2016
Expand Down
28 changes: 20 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bob-wallet",
"productName": "Bob",
"author": "Kyokan Group, Inc.",
"version": "0.2.3",
"version": "0.2.4",
"description": "A Handshake wallet and auction manager.",
"scripts": {
"build": "./scripts/package.sh",
Expand Down Expand Up @@ -119,7 +119,7 @@
"electron-updater": "4.1.2",
"history": "4.7.2",
"hs-client": "https://github.com/handshake-org/hs-client.git",
"hsd": "https://github.com/kyokan/hsd/tarball/2c6a71a60888f8e4d121e60f33b86319d784da48",
"hsd": "https://github.com/kyokan/hsd/tarball/bf9b1786b1ea0a1efa16e747a3f15124c17fc141",
"lodash.isequal": "4.5.0",
"lodash.throttle": "^4.1.1",
"mixpanel": "0.10.2",
Expand Down

0 comments on commit 26669e2

Please sign in to comment.