Commit graph

98 commits

Author SHA1 Message Date
Rithvik Vibhu
9a53936e07
bin: replace shell scripts with js require 2023-08-02 22:55:27 +05:30
Mark Tyneway
b32c27bbb0 cli: fix typo 2019-04-05 20:30:19 -07:00
Christopher Jeffrey
a03fcd1a23
pkg: rename to hsd. 2018-08-01 20:00:09 -07:00
Christopher Jeffrey
f4a19c575e
cli: fix. 2018-03-11 20:16:31 -07:00
Christopher Jeffrey
c090793e79
hsk: rename to hsk. 2018-02-01 13:28:31 -08:00
Christopher Jeffrey
cc3bd01ad2
bin: drop bin/cli. 2017-12-30 06:19:07 -08:00
Christopher Jeffrey
46465c06ce
cli: drop anti-replay. 2017-12-12 08:49:43 -08:00
Christopher Jeffrey
a3e0a5fe11
db: use bdb key object. 2017-12-04 23:07:26 -08:00
Christopher Jeffrey
126e5fe416
bcoin: lint. 2017-11-16 20:44:04 -08:00
Christopher Jeffrey
16837295f0
bcoin: classify everything else. 2017-11-16 20:32:26 -08:00
Christopher Jeffrey
da28e10468
node: start using blgr and bcfg. 2017-10-30 21:56:51 -07:00
Christopher Jeffrey
46730cdba7
cli: improve wallet support. 2017-10-26 16:46:59 -07:00
Christopher Jeffrey
9706918a29
wallet: fixes for wallet server. 2017-10-26 15:35:23 -07:00
Christopher Jeffrey
894ad373ac
wallet: get server working. 2017-10-26 12:03:45 -07:00
Christopher Jeffrey
d6fb654dad
bcoin: remove dependence on util.js. 2017-10-26 04:07:48 -07:00
Christopher Jeffrey
2560098260
http: use bclient. 2017-10-23 13:18:17 -07:00
Christopher Jeffrey
17301f3dcd
http: rpc improvements. minor fixes. 2017-10-22 15:51:30 -07:00
Christopher Jeffrey
a682f202bf
http: stop using socket.io. 2017-10-22 05:44:16 -07:00
Christopher Jeffrey
6bc8701f23
bcoin: some code cleanup. 2017-10-19 02:05:40 -07:00
Christopher Jeffrey (JJ)
26f9f975b2 Merge pull request #286 from Bucko13/retoken-passphrase
pass the passphrase to retoken
2017-10-18 22:31:43 -07:00
Christopher Jeffrey (JJ)
bdeb72a035 Merge pull request #281 from Bucko13/import-key-passphrase
pass passphrase for key import
2017-10-18 22:30:10 -07:00
Christopher Jeffrey (JJ)
3e3f3143d0 Merge pull request #334 from sangaman/watch-only-cli-fix
Allow --watch without accountKey value for cli createWallet
2017-10-18 13:08:27 -07:00
Node
3a802cacd6
cli: accept bech32 addresses in getTX/getCoin 2017-10-16 23:49:02 +04:00
Daniel McNally
126a24479a Create distinct --key & --watch
Creates a separate --key argument to be separate from --watch and avoid confusion.
2017-10-13 13:25:38 -04:00
Daniel McNally
3104220f1b Allow --watch without accountKey value
Fixes a bug with `cli wallet create` where if no value is specified for the --watch option, the accountKey is assigned a value of "true" which is invalid and causes errors downstream. This fix leaves accountKey as null, and the resulting functionality appears to match wallet creation via HTTP request where `watchOnly` is true and `accountKey` is not given a value.
2017-10-12 02:49:12 -04:00
Christopher Jeffrey
c6b76ec73f
Revert "wallet/mtx: add extraOutputs option."
This reverts commit 3957f83a59.
2017-08-26 00:13:24 -07:00
Christopher Jeffrey
3957f83a59
wallet/mtx: add extraOutputs option. 2017-08-25 15:10:30 -07:00
Bucko
4085e3d9b9 pass the passphrase to retoken 2017-08-18 19:18:23 -07:00
Bucko
af32c5d4c2 pass passphrase for key import 2017-08-17 18:24:40 -07:00
Christopher Jeffrey
1df577cb74
validation: refactor. 2017-08-06 03:23:37 -07:00
Christopher Jeffrey
2fea1319d9
cli: fix errors. 2017-08-05 14:41:28 -07:00
Christopher Jeffrey
f701af0b74
cli: fix createtx. 2017-08-03 19:38:58 -07:00
Christopher Jeffrey
00e85cc7c2
cli: add --no-replay flag. 2017-08-02 17:27:02 -07:00
Christopher Jeffrey
88ef28d837
lint: no implicit casting. 2017-07-31 18:21:03 -07:00
Christopher Jeffrey
6ba8eb9951
eslint: more style rules. 2017-07-31 18:21:03 -07:00
Christopher Jeffrey
5eb6620431
lint: consistent return values. 2017-07-31 18:21:03 -07:00
Christopher Jeffrey
5e73e51177
lint: fix function names. 2017-07-31 18:21:03 -07:00
Christopher Jeffrey
6f3988e861
refactor: use const as much as possible. 2017-07-31 18:21:02 -07:00
Christopher Jeffrey
9cc5c393b4
eslint: use prefer-const. 2017-07-31 18:21:02 -07:00
Christopher Jeffrey
342d89d103
cli: drop amount serialization for now. 2017-07-23 07:42:20 -07:00
Christopher Jeffrey
2f51fd1c50
api: use satoshi values for everything. 2017-07-17 14:26:43 -07:00
Christopher Jeffrey
8419392d44
cli: lint. 2017-07-17 14:26:41 -07:00
Christopher Jeffrey
f4685fab34
cli: minor. 2017-07-17 14:26:40 -07:00
Christopher Jeffrey
c53f4cf89e
refactor: switch to const/let. 2017-07-17 14:26:37 -07:00
Christopher Jeffrey
e00472891d
refactor: start using for...of. 2017-07-17 14:26:37 -07:00
Christopher Jeffrey
f70d6b8b45
refactor: lint tests, benchmarks, etc. 2017-06-24 14:35:10 -07:00
Christopher Jeffrey
84eccc29fa
refactor: switch to async/await. see #227. 2017-06-24 02:39:06 -07:00
Steven Bower
6ad9b2cdeb
CLI: Allow account option for generating addresses 2017-04-25 17:01:19 -07:00
Christopher Jeffrey
c0e4c169ba
http: more tests. 2017-03-15 20:38:04 -07:00
Christopher Jeffrey
93c190d646
node/cli: more config options. 2017-03-15 16:25:57 -07:00