Christopher Jeffrey
|
41af7acfd6
|
net: remove bip150/bip151 support.
|
2018-07-12 10:17:13 -07:00 |
|
Christopher Jeffrey
|
05c38853d7
|
net: add more aggressive dos prevention.
|
2018-07-12 10:17:12 -07:00 |
|
Orfeas Stefanos Thyfronitis Litos
|
208dcfd1d5
|
wallet: fixed typos; pool: minor jsdoc (#511)
|
2018-07-04 17:49:00 +05:30 |
|
Christopher Jeffrey
|
0977c5c133
|
net: fix nonce creation.
|
2018-06-08 04:16:59 -07:00 |
|
Christopher Jeffrey
|
a85ff2bbe9
|
pool: fix public port option.
|
2018-04-06 16:15:10 -07:00 |
|
Christopher Jeffrey
|
c388498ab0
|
pkg: update deps.
|
2018-03-29 21:56:53 -07:00 |
|
Christopher Jeffrey
|
bd76939f4c
|
pkg: update bcrypto.
|
2018-03-29 21:56:53 -07:00 |
|
Christopher Jeffrey
|
ec876215a6
|
bip152: minor.
|
2018-03-29 21:56:53 -07:00 |
|
Christopher Jeffrey
|
f1672a8b86
|
types: cleanup types.
|
2018-03-29 21:56:53 -07:00 |
|
Christopher Jeffrey
|
d5a2609f75
|
peer: add reverse dns lookup.
|
2018-03-29 21:56:52 -07:00 |
|
Christopher Jeffrey
|
e4ad8b457f
|
net: update seed list.
|
2018-03-29 21:56:51 -07:00 |
|
Christopher Jeffrey
|
fcb3a10318
|
net: use bdns to resolve ip address.
|
2018-03-29 21:56:51 -07:00 |
|
Christopher Jeffrey
|
aa3988aa2f
|
wallet/hostlist: minor.
|
2018-03-29 21:56:51 -07:00 |
|
Christopher Jeffrey
|
417b37b0c3
|
db: remove backend option.
|
2018-03-29 21:56:51 -07:00 |
|
Christopher Jeffrey
|
cb978df380
|
db: drop old migrations. avoid using encoding.
|
2018-03-29 21:56:51 -07:00 |
|
Christopher Jeffrey
|
f99064750a
|
net: move netaddress.
|
2018-03-29 21:56:50 -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
|
163e89fc29
|
bcoin: lint.
|
2018-03-29 21:56:49 -07:00 |
|
Christopher Jeffrey
|
4ebfb5d9ff
|
net: classify.
|
2018-03-29 21:56:49 -07:00 |
|
Christopher Jeffrey
|
405feef9ce
|
bcoin: clean up requires.
|
2018-03-29 21:56:48 -07:00 |
|
Christopher Jeffrey
|
21ab415769
|
refactor: switch to bio module.
|
2018-03-29 21:56:48 -07:00 |
|
Christopher Jeffrey
|
bf4f5e3bac
|
bcoin: bstring requires.
|
2018-03-29 21:56:48 -07:00 |
|
Christopher Jeffrey
|
280d5d38e5
|
net/miner/hd: classify.
|
2018-03-29 21:56:48 -07:00 |
|
Christopher Jeffrey
|
daa55a05bc
|
primitives: classify primitives.
|
2018-03-29 21:56:48 -07:00 |
|
Christopher Jeffrey
|
ca08d6d97e
|
bcoin: rename bufio and bstring.
|
2018-03-29 21:56:48 -07:00 |
|
Christopher Jeffrey
|
7bdd6e3519
|
minor: s/breq/brq/g
|
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
|
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
|
277ac9a62a
|
net: start using bsocks and bupnp.
|
2018-03-29 21:56:47 -07:00 |
|
Christopher Jeffrey
|
ce8b6f483f
|
net: start using btcp and bdns.
|
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
|
cbef19047a
|
bcoin: cleanup. fix bsock calls.
|
2018-03-29 21:56:47 -07:00 |
|
Christopher Jeffrey
|
401829db5a
|
node: start using blgr and bcfg.
|
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
|
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
|
c84afad1f6
|
http: use bsock instead of socket.io.
|
2018-03-29 21:56:45 -07:00 |
|
Christopher Jeffrey
|
649f8cc171
|
http: stop using socket.io.
|
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
|
459a9f25f4
|
chain/mempool: optimize coinview handling. fix mempool orphan edge case.
|
2017-09-26 13:07:01 -07:00 |
|
Christopher Jeffrey
|
17e473fda5
|
upnp: minor.
|
2017-09-19 17:52:19 -07:00 |
|
Christopher Jeffrey
|
5f82c0d8c2
|
chain: alias all db methods. remove chainentry spaghetti code.
|
2017-09-06 10:20:40 -07:00 |
|
Christopher Jeffrey
|
b81643473e
|
encoding: refactor int64 handling.
|
2017-09-05 21:17:58 -07:00 |
|