Christopher Jeffrey
|
4ce070fad4
|
validation: use stricter validation for ints.
|
2017-08-06 14:43:22 -07:00 |
|
Christopher Jeffrey
|
422d2d4133
|
config: consistency changes.
|
2017-08-06 03:33:17 -07:00 |
|
Christopher Jeffrey
|
1df577cb74
|
validation: refactor.
|
2017-08-06 03:23:37 -07:00 |
|
Christopher Jeffrey
|
faabd36f9e
|
config/validator/utils: fix fixed parsing/serialization.
|
2017-08-05 18:52:24 -07:00 |
|
Christopher Jeffrey
|
1d33816d89
|
config: fix and refactor arg parsing.
|
2017-08-03 20:17:58 -07:00 |
|
Christopher Jeffrey
|
d3675bfcf8
|
config: fix --n vs -n aliases.
|
2017-08-03 19:42:40 -07:00 |
|
Christopher Jeffrey
|
bb6110c609
|
chain/pool: make checkpoints option permanent.
|
2017-08-02 15:23:10 -07:00 |
|
Christopher Jeffrey
|
1a4268544f
|
chain: better checkpoint handling.
|
2017-08-01 01:38:04 -07:00 |
|
Christopher Jeffrey
|
88ef28d837
|
lint: no implicit casting.
|
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
|
55cf07a871
|
refactor: style for const/let and returns.
|
2017-07-31 18:21:02 -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
|
32c93af2c4
|
node/rpc: throw errors on shutdown. minor changes.
|
2017-07-25 05:30:22 -07:00 |
|
Christopher Jeffrey
|
7eefb773be
|
refactor: use maps and sets wherever possible.
|
2017-07-25 05:15:47 -07:00 |
|
Christopher Jeffrey
|
23397dd753
|
refactor: change for..of loop usage.
|
2017-07-24 19:45:46 -07:00 |
|
Christopher Jeffrey
|
3a0c9b60e2
|
chain: implement bip91 and bip148.
|
2017-07-23 07:32:18 -07:00 |
|
Christopher Jeffrey
|
6a7c5eac8d
|
http: smarter handling of decodeURIComponent calls.
|
2017-07-20 17:18:18 -07:00 |
|
Christopher Jeffrey
|
18cc0a013c
|
node: lint.
|
2017-07-17 14:26:43 -07:00 |
|
Christopher Jeffrey
|
b52a5e3fd2
|
node: add node.get() for plugins.
|
2017-07-17 14:26:43 -07:00 |
|
Christopher Jeffrey
|
6154ca8b4c
|
workers/build: require only one worker file.
|
2017-07-17 14:26:41 -07:00 |
|
Christopher Jeffrey
|
4ebe557807
|
workers: make worker files configurable.
|
2017-07-17 14:26:40 -07:00 |
|
Christopher Jeffrey
|
8f295a376d
|
workers: refactor exiting.
|
2017-07-17 14:26:40 -07:00 |
|
Christopher Jeffrey
|
db0567fc01
|
node/browser: fix browser build.
|
2017-07-17 14:26:39 -07:00 |
|
Christopher Jeffrey
|
a071a58380
|
config: fix parseArg.
|
2017-07-17 14:26:39 -07:00 |
|
Christopher Jeffrey
|
4f68d4cde0
|
node: minor.
|
2017-07-17 14:26:39 -07:00 |
|
Christopher Jeffrey
|
5e78cf4998
|
node: fix close bug.
|
2017-07-17 14:26:39 -07:00 |
|
Christopher Jeffrey
|
296e65d0fd
|
refactor: use es6 template strings everywhere.
|
2017-07-17 14:26:39 -07:00 |
|
Christopher Jeffrey
|
3af014119a
|
refactor: switch to template strings for errors.
|
2017-07-17 14:26:38 -07:00 |
|
Christopher Jeffrey
|
10672784e5
|
refactor: rename tx functions. more es6 features.
|
2017-07-17 14:26:38 -07:00 |
|
Christopher Jeffrey
|
fdb668aea3
|
refactor: use rest args where possible.
|
2017-07-17 14:26:38 -07:00 |
|
Christopher Jeffrey
|
0ea25b0c1c
|
wallet: move nodeclient.
|
2017-07-17 14:26:38 -07:00 |
|
Christopher Jeffrey
|
074c065262
|
node: automatically bind to errors for plugins.
|
2017-07-17 14:26:38 -07:00 |
|
Christopher Jeffrey
|
8c7279518f
|
refactor: de-globalize workerpool.
|
2017-07-17 14:26:38 -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
|
3763b5309a
|
node: allow non-string plugins in config.
|
2017-06-28 02:47:05 -07:00 |
|
Christopher Jeffrey
|
62e7f97359
|
refactor: module index.
|
2017-06-27 09:28:18 -07:00 |
|
Christopher Jeffrey
|
63e6a97de3
|
refactor: lint.
|
2017-06-27 03:54:14 -07:00 |
|
Christopher Jeffrey
|
fa3e98b274
|
crypto: rename ec to secp256k1.
|
2017-06-27 02:48:19 -07:00 |
|
Christopher Jeffrey
|
f6fb3ba3b5
|
config: fix browser build.
|
2017-06-27 02:01:11 -07:00 |
|
Christopher Jeffrey
|
b26b82ab97
|
util: start using path module. remove some functions.
|
2017-06-27 01:24:27 -07:00 |
|
Christopher Jeffrey
|
8358fa59c6
|
util: drop all homemade polyfills.
|
2017-06-27 00:36:13 -07:00 |
|
Christopher Jeffrey
|
8b2a0ce446
|
util: do not use util.global.
|
2017-06-26 23:07:06 -07:00 |
|
Christopher Jeffrey
|
2ef4d137e6
|
pkg: switch from jshint to eslint.
|
2017-06-24 04:45:46 -07:00 |
|
Christopher Jeffrey
|
84eccc29fa
|
refactor: switch to async/await. see #227.
|
2017-06-24 02:39:06 -07:00 |
|
Christopher Jeffrey
|
182784c8e0
|
utils: remove usage of isBrowser. some refactoring.
|
2017-06-15 22:28:06 -07:00 |
|
Christopher Jeffrey
|
28cd43045d
|
refactor: avoid using new Buffer() due to its new perf implications.
|
2017-05-30 21:11:10 -07:00 |
|
Christopher Jeffrey
|
7728a00470
|
node: fix entry cache option.
|
2017-05-19 21:05:07 -07:00 |
|