Christopher Jeffrey
|
861eea07fd
|
script: iterate over scripts incrementally (note: use --patience).
|
2017-08-30 10:15:07 -07:00 |
|
Christopher Jeffrey
|
063f55f448
|
script: remove instances of script.getSmall().
|
2017-08-30 10:07:07 -07:00 |
|
Christopher Jeffrey
|
d6ce66bce9
|
script: refactor script and stack mutation.
This allows more reasonable signing behavior and eliminates all polymorphism.
|
2017-08-24 17:34:20 -07:00 |
|
Christopher Jeffrey
|
c54ba4c5ab
|
http/client: lint.
|
2017-08-20 14:35:42 -07:00 |
|
Christopher Jeffrey
|
040e798d9f
|
rpc: fix getTXOutProof.
|
2017-08-19 19:36:28 -07:00 |
|
Christopher Jeffrey (JJ)
|
d44d93486f
|
Merge pull request #279 from Bucko13/check-for-id-param
check in http client that an id is passed to create wallet
|
2017-08-17 17:23:47 -07:00 |
|
Christopher Jeffrey (JJ)
|
2c8fcafa0a
|
Merge pull request #265 from nodar-chkuaselidze/fix/rpc-requests
REST API fixes
|
2017-08-17 17:23:04 -07:00 |
|
Bucko
|
64b7e4d0df
|
check in http client that an id is passed to create wallet
|
2017-08-16 17:58:37 -07:00 |
|
Christopher Jeffrey
|
2ce2f1f9f7
|
rpc: refactor getTXOutProof and mining calls.
|
2017-08-14 17:52:31 -07:00 |
|
Christopher Jeffrey
|
7de854ce3f
|
http: require json bodies to be an object.
|
2017-08-07 15:56:15 -07:00 |
|
Christopher Jeffrey
|
3bc47f5a3c
|
lint: enforce function names.
|
2017-08-06 21:36:48 -07:00 |
|
Christopher Jeffrey
|
62152a1005
|
util: remove util.inherits. inline inheritance.
|
2017-08-06 19:45:10 -07:00 |
|
Christopher Jeffrey
|
cc1462f697
|
utils/util: reorganize functions.
|
2017-08-06 04:00:08 -07:00 |
|
Christopher Jeffrey
|
1df577cb74
|
validation: refactor.
|
2017-08-06 03:23:37 -07:00 |
|
Node
|
7cf63990d9
|
http-client: seperate address and addresses methods
|
2017-08-04 03:48:01 +04:00 |
|
Node
|
e6120039fc
|
http-api: Normalize API calls, fix getCoins by addr/addresses
|
2017-08-04 03:17:54 +04:00 |
|
Christopher Jeffrey
|
bec1aee604
|
http: fix basic auth options.
|
2017-08-01 16:02:49 -07:00 |
|
Christopher Jeffrey
|
1d7b8ca7c1
|
http: better handling of api keys.
|
2017-08-01 01:38:36 -07:00 |
|
Christopher Jeffrey
|
c7ce985648
|
http: do not destroy socket on error. see #257.
|
2017-07-31 18:52:33 -07:00 |
|
Christopher Jeffrey
|
e38da91065
|
lint: no extra parens around !await.
|
2017-07-31 18:21:03 -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
|
87d664784c
|
refactor: s/ts/time. s/ps/mtime.
|
2017-07-25 14:23:10 -07:00 |
|
Christopher Jeffrey
|
02e4dda012
|
refactor: cleanup for..of loops.
|
2017-07-25 11:39:12 -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
|
590c4350e9
|
rpc: fix submitwork.
|
2017-07-25 02:20:17 -07:00 |
|
Christopher Jeffrey
|
8c212d797f
|
block: rename some more methods. refactor bip152 ptx vector.
|
2017-07-25 01:16:25 -07:00 |
|
Christopher Jeffrey
|
7ed36ec2ba
|
block: rename "abbr" methods to "head".
|
2017-07-25 00:08:28 -07:00 |
|
Christopher Jeffrey
|
23397dd753
|
refactor: change for..of loop usage.
|
2017-07-24 19:45:46 -07:00 |
|
Christopher Jeffrey
|
906a6bf13a
|
http/tcp: remove reject listener on success.
|
2017-07-23 08:18:06 -07:00 |
|
Christopher Jeffrey
|
3a0c9b60e2
|
chain: implement bip91 and bip148.
|
2017-07-23 07:32:18 -07:00 |
|
Christopher Jeffrey (JJ)
|
296492e7f8
|
Merge pull request #243 from mnaamani/fix-net-listen
net/http: correctly reject promise return by listen()
|
2017-07-23 07:01:56 -07:00 |
|
Christopher Jeffrey
|
6a7c5eac8d
|
http: smarter handling of decodeURIComponent calls.
|
2017-07-20 17:18:18 -07:00 |
|
Mokhtar Naamani
|
c9f736d33f
|
net/http: correctly reject promise return by listen()
|
2017-07-19 00:21:35 +03:00 |
|
Christopher Jeffrey
|
053561f2ba
|
errors: fix stack traces.
|
2017-07-17 14:26:43 -07:00 |
|
Christopher Jeffrey
|
2f51fd1c50
|
api: use satoshi values for everything.
|
2017-07-17 14:26:43 -07:00 |
|
Christopher Jeffrey
|
19f0f42717
|
http: minor.
|
2017-07-17 14:26:42 -07:00 |
|
Christopher Jeffrey
|
b570769eed
|
http: safer path parsing.
|
2017-07-17 14:26:40 -07:00 |
|
Christopher Jeffrey
|
0250cf4296
|
workers: better signal handling.
|
2017-07-17 14:26:40 -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
|
c651136d83
|
refactor: refactor clients.
|
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
|
8c7279518f
|
refactor: de-globalize workerpool.
|
2017-07-17 14:26:38 -07:00 |
|