Matthew Zipkin
|
df4e287817
|
utils: custom inspect for objects
|
2019-03-11 14:28:45 -07:00 |
|
Christopher Jeffrey
|
a45e683eb2
|
bcoin: switch to bsert for everything.
|
2018-08-10 16:23:46 -07:00 |
|
Christopher Jeffrey
|
b92839c82a
|
bcoin: use buffer-map. see #533.
|
2018-08-10 16:23:46 -07:00 |
|
Christopher Jeffrey
|
8c609c6e9e
|
pkg: update deps. fix utils index.
|
2018-03-29 21:56:53 -07:00 |
|
Christopher Jeffrey
|
c388498ab0
|
pkg: update deps.
|
2018-03-29 21:56:53 -07:00 |
|
Christopher Jeffrey
|
78df4f4d84
|
pkg: update deps.
|
2018-03-29 21:56:52 -07:00 |
|
Christopher Jeffrey
|
3c82ac0486
|
bcoin: use util.revHex again.
|
2018-03-29 21:56:49 -07:00 |
|
Christopher Jeffrey
|
f2abdf68cb
|
bcoin: move encoding constants around.
|
2018-03-29 21:56:49 -07:00 |
|
Christopher Jeffrey
|
91ee6077b1
|
lru: minor.
|
2018-03-29 21:56:48 -07:00 |
|
Christopher Jeffrey
|
73892701e8
|
utils: switch to bevent.
|
2018-03-29 21:56:47 -07:00 |
|
Christopher Jeffrey
|
4535cd1827
|
utils: start using bmutex.
|
2018-03-29 21:56:47 -07:00 |
|
Christopher Jeffrey
|
a79c2b0b1a
|
bcoin: start switching to class syntax.
|
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
|
fe03b42936
|
utils: start using bval.
|
2018-03-29 21:56:47 -07:00 |
|
Christopher Jeffrey
|
77403b0a3e
|
utils: start using binet.
|
2018-03-29 21:56:46 -07:00 |
|
Christopher Jeffrey
|
d4685e6e6c
|
utils: start using bstr.
|
2018-03-29 21:56:46 -07:00 |
|
Christopher Jeffrey
|
41925d495c
|
utils: start using bbuf.
|
2018-03-29 21:56:46 -07:00 |
|
Christopher Jeffrey
|
e92b1f4cec
|
utils: start using bfilter.
|
2018-03-29 21:56:46 -07:00 |
|
Christopher Jeffrey
|
3a722481f9
|
utils: use bfile over utils/fs.
|
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
|
8ef82606e1
|
bcoin: cleanup. remove rbt.
|
2018-03-29 21:56:46 -07:00 |
|
Christopher Jeffrey
|
79260891e4
|
hd: move nfkd to hd directory.
|
2018-03-29 21:56:46 -07:00 |
|
Christopher Jeffrey
|
771a4ef17f
|
wallet: client refactor.
|
2018-03-29 21:56:46 -07:00 |
|
Christopher Jeffrey
|
749d4edc11
|
wallet: fixes for wallet server.
|
2018-03-29 21:56:45 -07:00 |
|
Christopher Jeffrey
|
d0ed214067
|
bcoin: remove dependence on util.js.
|
2018-03-29 21:56:45 -07:00 |
|
Christopher Jeffrey
|
1a5782fa06
|
script: do not use util.reverse.
|
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
|
fc3b31836b
|
wallet/http: improve validation.
|
2018-03-29 21:56:44 -07:00 |
|
Christopher Jeffrey
|
9a8106f4f7
|
refactor: avoid using utils in crypto and vice versa.
|
2018-03-29 21:56:44 -07:00 |
|
Christopher Jeffrey (JJ)
|
4bf7426566
|
Merge pull request #342 from nodar-chkuaselidze/enhancement/cli-bech32
CLI to accept bech32 addresses
|
2017-10-18 13:06:46 -07:00 |
|
Christopher Jeffrey
|
1c1e429383
|
fs/co: add fs.exists and wait for promise on co.clearInterval.
|
2017-10-18 12:58:21 -07:00 |
|
Node
|
3a802cacd6
|
cli: accept bech32 addresses in getTX/getCoin
|
2017-10-16 23:49:02 +04:00 |
|
Christopher Jeffrey
|
4c18dc5d0e
|
chain/util: minor style change.
|
2017-09-19 13:10:40 -07:00 |
|
Christopher Jeffrey
|
f63c19cb19
|
bn: stop using bn#cmp.
|
2017-09-06 22:51:06 -07:00 |
|
Christopher Jeffrey
|
5107cfd27a
|
consensus: clean up some functions.
|
2017-09-06 22:38:23 -07:00 |
|
Christopher Jeffrey
|
b81643473e
|
encoding: refactor int64 handling.
|
2017-09-05 21:17:58 -07:00 |
|
Christopher Jeffrey
|
83178e9333
|
encoding: minor.
|
2017-09-05 09:41:02 -07:00 |
|
Christopher Jeffrey
|
45e41b1bb4
|
writer: alloc pool lazily.
|
2017-09-03 00:56:15 -07:00 |
|
Christopher Jeffrey
|
a543648310
|
writer: use 100kb pool for sighashing.
|
2017-09-03 00:05:47 -07:00 |
|
Christopher Jeffrey
|
13892b3b38
|
encoding: rename written to offset.
|
2017-08-24 22:36:59 -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
|
5415147d4e
|
encoding: encoding improvements for base128 varints.
|
2017-08-17 10:55:30 -07:00 |
|
Christopher Jeffrey
|
51cdd6156b
|
encoding: lint.
|
2017-08-17 10:04:51 -07:00 |
|
Christopher Jeffrey
|
668202b2f9
|
encoding: start using int64 objects instead of BNs.
|
2017-08-17 09:56:57 -07:00 |
|
Christopher Jeffrey
|
f9eca70374
|
pkg: upgrade n64.
|
2017-08-15 18:47:34 -07:00 |
|
Christopher Jeffrey
|
b013b2f0f9
|
util: add toFloat function.
|
2017-08-13 13:15:56 -07:00 |
|
Christopher Jeffrey
|
b021f7cdd4
|
util: minor.
|
2017-08-13 12:21:56 -07:00 |
|
Christopher Jeffrey
|
60b345f59c
|
util: revert to old toFixed behavior.
|
2017-08-11 04:52:51 -07:00 |
|
Christopher Jeffrey
|
e03182367f
|
amount: allow overloading for num vs. str by default.
|
2017-08-11 04:36:17 -07:00 |
|