Christopher Jeffrey
|
f9eba3f5a6
|
crypto: start using hash.digest().
|
2018-03-29 21:56:47 -07:00 |
|
Christopher Jeffrey
|
8332b93721
|
utils: remove dependence on co.
|
2018-03-29 21:56:47 -07:00 |
|
Christopher Jeffrey
|
424370bc1f
|
utils: stop using asyncobject.
|
2018-03-29 21:56:47 -07:00 |
|
Christopher Jeffrey
|
41925d495c
|
utils: start using bbuf.
|
2018-03-29 21:56:46 -07:00 |
|
Christopher Jeffrey
|
658d3db928
|
encoding: refactor. remove bip70.
|
2018-03-29 21:56:46 -07:00 |
|
Christopher Jeffrey
|
d0ed214067
|
bcoin: remove dependence on util.js.
|
2018-03-29 21:56:45 -07:00 |
|
Christopher Jeffrey
|
636d66a5c7
|
bcoin: use bcrypto. remove crypto module.
|
2018-03-29 21:56:45 -07:00 |
|
Christopher Jeffrey
|
5107cfd27a
|
consensus: clean up some functions.
|
2017-09-06 22:38:23 -07:00 |
|
Christopher Jeffrey
|
d78df4b79c
|
miner: minor.
|
2017-09-06 14:21:23 -07:00 |
|
Christopher Jeffrey
|
5f82c0d8c2
|
chain: alias all db methods. remove chainentry spaghetti code.
|
2017-09-06 10:20:40 -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
|
a6b2c23a41
|
script: start using scriptnum implementation.
|
2017-08-20 15:13:17 -07:00 |
|
Christopher Jeffrey
|
d277d55560
|
bn: use toArrayLike instead of toBuffer.
|
2017-08-16 15:32:24 -07:00 |
|
Christopher Jeffrey
|
09a2dc0f55
|
cpuminer: avoid division by zero.
|
2017-08-14 17:51:40 -07:00 |
|
Christopher Jeffrey
|
8f73ec53e9
|
refactor: use assert.strictEqual instead of assert.equal.
|
2017-08-09 15:40:39 -07:00 |
|
Christopher Jeffrey
|
62152a1005
|
util: remove util.inherits. inline inheritance.
|
2017-08-06 19:45:10 -07:00 |
|
Christopher Jeffrey
|
4ce070fad4
|
validation: use stricter validation for ints.
|
2017-08-06 14:43:22 -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 |
|
Node
|
d809f66bf8
|
miner: pass workers option to miner
|
2017-07-27 23:42:22 +04:00 |
|
Christopher Jeffrey
|
87d664784c
|
refactor: s/ts/time. s/ps/mtime.
|
2017-07-25 14:23:10 -07:00 |
|
Christopher Jeffrey
|
7eefb773be
|
refactor: use maps and sets wherever possible.
|
2017-07-25 05:15:47 -07:00 |
|
Christopher Jeffrey
|
37da047a34
|
digest: avoid extra allocations.
|
2017-07-17 14:26:43 -07:00 |
|
Christopher Jeffrey
|
ca48ab748f
|
bn: use toBuffer instead of toArrayLike.
|
2017-07-17 14:26:40 -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
|
aa05bb5df7
|
refactor: use es6 maps for everything.
|
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
|
8358fa59c6
|
util: drop all homemade polyfills.
|
2017-06-27 00:36:13 -07:00 |
|
Christopher Jeffrey
|
d3b24da2e1
|
lint: require strict mode.
|
2017-06-24 05:11:54 -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
|
33ffb780b3
|
refactor: expose int64 and big numbers as modules.
|
2017-06-22 03:59:49 -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
|
93df5e7913
|
template: set default commitment of zeroes.
|
2017-05-12 15:52:18 -07:00 |
|
Christopher Jeffrey
|
8453c250dc
|
cpuminer: fix getHashes.
|
2017-03-16 14:30:49 -07:00 |
|
Christopher Jeffrey
|
0d844be588
|
rpc: tests and fixes.
|
2017-03-15 20:21:24 -07:00 |
|
Christopher Jeffrey
|
ede25e8c9e
|
cpuminer: fix stop.
|
2017-03-14 17:40:34 -07:00 |
|
Christopher Jeffrey
|
68bba8621e
|
rpc/mempool: implement prioritisetransaction.
|
2017-03-14 06:10:37 -07:00 |
|
Christopher Jeffrey
|
b9cb9c7e7d
|
template: lint.
|
2017-03-14 06:10:37 -07:00 |
|
Christopher Jeffrey
|
ef07c52fc6
|
miner: use next deployment state for flags.
|
2017-03-14 06:10:36 -07:00 |
|
Christopher Jeffrey
|
023591978a
|
rpc: fix wit commitment for getblocktemplate.
|
2017-03-14 06:10:36 -07:00 |
|
Christopher Jeffrey
|
a266391f1b
|
logger: truncate log files.
|
2017-03-14 06:10:36 -07:00 |
|
Christopher Jeffrey
|
b372715c88
|
miner: update curtime. see #160.
|
2017-03-14 06:10:36 -07:00 |
|
Christopher Jeffrey
|
5ce806a723
|
rpc: fix cpuminer.
|
2017-03-14 06:10:36 -07:00 |
|