Commit graph

210 commits

Author SHA1 Message Date
Rithvik Vibhu
a12403dfcc
seeder: allow passing custom prefix dir 2025-05-15 19:24:18 +05:30
Nodari Chkuaselidze
062d1f6d6b
wallet: deprecate getLast and getRange. Update hsw-cli history and
pending.

hsw-cli:
  - hsw-cli: `history` now accepts new args on top of `--account`: `--reverse`,
    `--limit`, `--after`, `--after`.
  - hsw-cli: `pending` now accepts new args, same as above.

wallet-http:
  - Deprecate and remove: `GET /wallet/:id/tx/range`
  - Deprecate and remove: `GET /wallet/:id/tx/last`
2024-08-29 14:15:47 +04:00
Nodari Chkuaselidze
b010abce51
wallet-client: rename createAuctionTxs to createAuctionTXs.
Make style consistent for methods and variables.
2024-08-27 17:32:12 +04:00
Nodari Chkuaselidze
32482a5cbf
Merge PR #746 from 'rithvikvibhu/nodejs-bins' 2023-08-05 13:40:39 +04:00
Rithvik Vibhu
df7505cdf5
bin: fix config api-key alias 2023-08-04 20:18:30 +05:30
Rithvik Vibhu
9a53936e07
bin: replace shell scripts with js require 2023-08-02 22:55:27 +05:30
Nodari Chkuaselidze
49cf96a9c3
wallet-http: modify account lookahead. 2023-05-30 17:13:40 +04:00
Nodari Chkuaselidze
2dc2c488d9
client: Import hs-client into the project. 2023-01-16 23:49:05 +04:00
glais
88b8d9bd82 node+spvnode: typo fixes 2022-06-29 14:03:44 +10:00
Nodari Chkuaselidze
ee5d45fa31
fullnode: reemit abort and let bin handle the shutdown. 2022-06-07 10:17:06 -04:00
Mark Tyneway
c9ea6aae43
bin: add sigint listener for safer shutdown 2020-03-25 11:30:36 -07:00
Matthew Zipkin
32db87e6a4
bin: link hs-client to bin
pkg: lint all in bin/
2020-03-20 17:37:42 -04:00
Christopher Jeffrey
63946fc9d8
bin/node: fix use strict. 2020-03-05 10:34:56 -08:00
Christopher Jeffrey
1cc8f49508
bin/node: set Buffer.poolSize to zero on boot. 2020-03-05 09:17:47 -08:00
Christopher Jeffrey
ded6130868
bin/node: remove unused code. 2020-03-02 11:29:18 -08:00
Christopher Jeffrey
76812c8969
etc: move genesis script. 2020-02-03 17:56:33 -08:00
Christopher Jeffrey
f3334af7dc
node: expose dns seeder. 2020-01-31 02:03:05 -08:00
Christopher Jeffrey
a2b96be410
protocol: re-create genesis blocks. add genesis script for mainnet. 2020-01-29 06:08:46 -08:00
Matthew Zipkin
8014e13c52 bin: allow wallet to run separately from node server 2019-04-08 16:11:03 -07:00
Mark Tyneway
b32c27bbb0 cli: fix typo 2019-04-05 20:30:19 -07:00
Christopher Jeffrey
1f77a14ec6
bin: rewrite entry script in node.js. 2019-04-01 06:25:41 -07:00
Christopher Jeffrey
fe96625dc9
bin: add --daemon-log option. 2018-09-29 14:51:22 -07:00
Boyma Fahnbulleh
1c56699a52
bin: fix erroneous help message 2018-09-26 17:01:40 -07:00
Christopher Jeffrey
63d18e74cc
spvnode: fix default options. 2018-08-07 14:21:22 -07:00
Christopher Jeffrey
119003739e
node: do not listen by default (for now). 2018-08-03 04:59:52 -07:00
Christopher Jeffrey
a03fcd1a23
pkg: rename to hsd. 2018-08-01 20:00:09 -07:00
Christopher Jeffrey
bb8b2296b4
bin: ignore mainnet. 2018-06-19 09:38:04 -07:00
Christopher Jeffrey
674d1d6003
net: fix various p2p serialization issues. 2018-06-19 09:32:47 -07:00
Christopher Jeffrey
4d7fdf4cec
node: do not boot unless native extensions are installed. 2018-06-17 03:08:42 -07:00
Christopher Jeffrey
104adcc603
bin: fix spvnode. 2018-06-08 22:56:49 -07:00
Christopher Jeffrey
fd3788af36
hskd: lint. 2018-06-08 22:53:01 -07:00
Christopher Jeffrey
b2f16b8f67
bin: minor fixes. 2018-06-08 22:49:48 -07:00
Christopher Jeffrey
f4a19c575e
cli: fix. 2018-03-11 20:16:31 -07:00
Christopher Jeffrey
115ff86db9
hsk: rename to hskd. 2018-03-11 20:09:32 -07:00
Christopher Jeffrey
33cf4fa8db
bin: add hsk and hwallet. 2018-02-01 13:42:30 -08:00
Christopher Jeffrey
c090793e79
hsk: rename to hsk. 2018-02-01 13:28:31 -08:00
Christopher Jeffrey
313a4edd62
hsk: minor. 2018-01-16 08:23:19 -08:00
Christopher Jeffrey
cc3bd01ad2
bin: drop bin/cli. 2017-12-30 06:19:07 -08:00
Christopher Jeffrey
5a875c442c
wallet/bcoin: refactor exposure. 2017-12-12 22:32:27 -08:00
Christopher Jeffrey
46465c06ce
cli: drop anti-replay. 2017-12-12 08:49:43 -08:00
Christopher Jeffrey
ac3310f5c0
db: remove backend option. 2017-12-06 17:05:00 -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