Skip to content

Commit

Permalink
pkg: update hsd v5.0.1 to v6.1.1, drop hs-client
Browse files Browse the repository at this point in the history
  • Loading branch information
rithvikvibhu committed Jan 13, 2024
1 parent 429e180 commit 8848b01
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 66 deletions.
2 changes: 1 addition & 1 deletion app/background/node/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import fs from 'fs';
import crypto from 'crypto';
import EventEmitter from 'events';
import throttle from 'lodash.throttle';
import { NodeClient } from 'hs-client';
import { NodeClient } from 'hsd/lib/client';
import { BigNumber } from 'bignumber.js';
import { ConnectionTypes, getConnection, getCustomRPC } from '../connections/service';
import FullNode from 'hsd/lib/node/fullnode';
Expand Down
2 changes: 1 addition & 1 deletion app/background/wallet/service.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { WalletClient } from 'hs-client';
import { WalletClient } from 'hsd/lib/client';
import BigNumber from 'bignumber.js';
import crypto from 'crypto';
const secp256k1 = require('bcrypto/lib/secp256k1');
Expand Down
153 changes: 91 additions & 62 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@
"hdns": "0.8.0",
"history": "4.10.1",
"hs-airdrop": "0.10.0",
"hs-client": "github:handshake-org/hs-client#v0.0.13",
"hsd": "github:handshake-org/hsd#v5.0.1",
"hsd": "github:handshake-org/hsd#v6.1.1",
"hsd-ledger": "github:handshake-org/hsd-ledger#v2.0.2",
"isomorphic-fetch": "3.0.0",
"jsonschema": "1.4.1",
Expand Down

0 comments on commit 8848b01

Please sign in to comment.