Christopher Jeffrey
|
492c05c378
|
coinview: refactor api.
|
2017-07-31 18:20:48 -07:00 |
|
Christopher Jeffrey
|
a1af3ab980
|
chaindb: switch to pertxout.
|
2017-07-31 18:20:47 -07:00 |
|
Christopher Jeffrey
|
396ba5ee5f
|
mtx: minor.
|
2017-07-31 18:20:47 -07:00 |
|
Christopher Jeffrey
|
8036c301a1
|
address: fix isMixedCase.
|
2017-07-25 16:48:30 -07:00 |
|
Christopher Jeffrey
|
9a2d39c751
|
address: minor var name change.
|
2017-07-25 16:38:12 -07:00 |
|
Christopher Jeffrey
|
957c4e8c93
|
network/address: remove segnet4 support. fix bech32 parsing.
|
2017-07-25 16:31:27 -07:00 |
|
Christopher Jeffrey
|
87d664784c
|
refactor: s/ts/time. s/ps/mtime.
|
2017-07-25 14:23:10 -07:00 |
|
Christopher Jeffrey
|
6f1f81dcbe
|
refactor: lint.
|
2017-07-25 11:21:43 -07:00 |
|
Christopher Jeffrey
|
7eefb773be
|
refactor: use maps and sets wherever possible.
|
2017-07-25 05:15:47 -07:00 |
|
Christopher Jeffrey
|
1e9855a4fa
|
block/tx: refactor size calculation.
|
2017-07-25 02:12:35 -07:00 |
|
Christopher Jeffrey
|
0993bbacbf
|
memblock: fix isMemBlock.
|
2017-07-25 01:57:46 -07:00 |
|
Christopher Jeffrey
|
cd795cf96f
|
block: remove addTX.
|
2017-07-25 01:53:58 -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
|
a915545a1a
|
block: minor.
|
2017-07-20 14:28:47 -07:00 |
|
Christopher Jeffrey
|
7ef658049c
|
block: minor.
|
2017-07-20 01:56:06 -07:00 |
|
Christopher Jeffrey
|
498264b417
|
workers: better errors for verification.
|
2017-07-17 14:26:43 -07:00 |
|
Christopher Jeffrey
|
053561f2ba
|
errors: fix stack traces.
|
2017-07-17 14:26:43 -07:00 |
|
Christopher Jeffrey
|
37da047a34
|
digest: avoid extra allocations.
|
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
|
47adb5a5a7
|
tx: refactor sighashing and hasStandardWitness.
|
2017-07-17 14:26:43 -07:00 |
|
Christopher Jeffrey
|
3f3516ca18
|
coinview: remove old serialization methods.
|
2017-07-17 14:26:39 -07:00 |
|
Christopher Jeffrey
|
15d0b88308
|
bip152/merkleblock: use Map objects.
|
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
|
7932a25abe
|
mtx: fix verify methods.
|
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
|
3e7c921ad3
|
tx: minor.
|
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
|
78d62c73b8
|
refactor: start using multiple return values.
|
2017-07-17 14:26:37 -07:00 |
|
Christopher Jeffrey
|
62e7f97359
|
refactor: module index.
|
2017-06-27 09:28:18 -07:00 |
|
Christopher Jeffrey
|
d4cc22e1c5
|
refactor: crypto.
|
2017-06-27 07:27:53 -07:00 |
|
Christopher Jeffrey
|
fa3e98b274
|
crypto: rename ec to secp256k1.
|
2017-06-27 02:48:19 -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
|
ea26a0e70a
|
tx: minor.
|
2017-06-15 22:34:56 -07:00 |
|
Christopher Jeffrey
|
2b569883bf
|
refactor: lint.
|
2017-06-14 20:32:11 -07:00 |
|
Christopher Jeffrey
|
8593bd9410
|
script: less static methods.
|
2017-06-13 18:45:42 -07:00 |
|
Christopher Jeffrey
|
a3c7a49c80
|
refactor: replace util.equal with Buffer#equals.
|
2017-06-12 03:00:08 -07:00 |
|
Christopher Jeffrey
|
8893131e08
|
script: move static methods off of script constructor.
|
2017-06-10 01:20:05 -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
|
46b34677f1
|
address/wallet: refactor usage of Address.getHash.
|
2017-05-25 23:27:37 -07:00 |
|
Christopher Jeffrey
|
18cadc7803
|
address: minor fixes.
|
2017-05-14 15:45:17 -07:00 |
|
Christopher Jeffrey
|
4812cc8ddb
|
address: minor.
|
2017-05-14 15:33:48 -07:00 |
|
Christopher Jeffrey
|
11a660aeab
|
network: add more helper functions.
|
2017-05-13 21:35:58 -07:00 |
|
Christopher Jeffrey
|
fa5f987775
|
address: fix bech32 hrp check.
|
2017-05-13 18:57:40 -07:00 |
|
Christopher Jeffrey
|
e55ca1eb3d
|
address: sanity checks.
|
2017-05-13 17:22:32 -07:00 |
|
Christopher Jeffrey
|
44f6dd9386
|
address: lint.
|
2017-05-13 15:23:20 -07:00 |
|