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
|
23397dd753
|
refactor: change for..of loop usage.
|
2017-07-24 19:45:46 -07:00 |
|
Christopher Jeffrey
|
9743e8e314
|
bip150: use map objects.
|
2017-07-24 19:37:47 -07:00 |
|
Christopher Jeffrey
|
963c2173dd
|
util: improve inspection.
|
2017-07-24 19:05:23 -07:00 |
|
Christopher Jeffrey
|
340d4e3272
|
bip152: minor.
|
2017-07-23 22:17:55 -07:00 |
|
Christopher Jeffrey
|
6c901a19fa
|
bip152: add extra limit to avoid hashdos.
|
2017-07-23 21:22:32 -07:00 |
|
Christopher Jeffrey
|
69b862df42
|
bip152: minor refactor.
|
2017-07-23 20:56:27 -07:00 |
|
Christopher Jeffrey
|
9d90704b83
|
v1.0.0-beta.14
|
2017-07-23 08:33:37 -07:00 |
|
Christopher Jeffrey
|
2fa5fe6513
|
pkg: remove bcoin* from npmignore and gitignore.
|
2017-07-23 08:32:23 -07:00 |
|
Christopher Jeffrey
|
6d838ad91c
|
v1.0.0-beta.13
|
2017-07-23 08:24:52 -07:00 |
|
Christopher Jeffrey
|
906a6bf13a
|
http/tcp: remove reject listener on success.
|
2017-07-23 08:18:06 -07:00 |
|
Christopher Jeffrey
|
c347add2fd
|
pool: refactor assertion.
|
2017-07-23 08:17:43 -07:00 |
|
Christopher Jeffrey
|
342d89d103
|
cli: drop amount serialization for now.
|
2017-07-23 07:42:20 -07:00 |
|
Christopher Jeffrey
|
5dd18d5fa6
|
chain: fix unknown versionbits log.
|
2017-07-23 07:41:19 -07:00 |
|
Christopher Jeffrey
|
3a0c9b60e2
|
chain: implement bip91 and bip148.
|
2017-07-23 07:32:18 -07:00 |
|
Christopher Jeffrey
|
9219e23d8c
|
hd/wallet: add bip48 arg to prepare for bip48 support. see #238.
|
2017-07-23 07:22:53 -07:00 |
|
Christopher Jeffrey
|
75adfe5ec0
|
mnemonic: refactor fromPhrase.
|
2017-07-23 07:22:53 -07:00 |
|
Christopher Jeffrey (JJ)
|
63423c7748
|
Merge pull request #245 from nodar-chkuaselidze/fix/config-bip150
Fix Pool bip150 assert
|
2017-07-23 07:03:10 -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 (JJ)
|
d67d089c53
|
Merge pull request #247 from nodar-chkuaselidze/move-docs
Move docs
|
2017-07-23 06:59:59 -07:00 |
|
Christopher Jeffrey (JJ)
|
a56d05d6d7
|
Merge pull request #248 from jcsmesquita/patch-1
Update node engine requirement to >=7.6.0
|
2017-07-23 06:57:37 -07:00 |
|
João Mesquita
|
c3f6bc9a09
|
Update node engine requirement to >=7.6.0
Async/await support comes by default in node version 7.6.0
|
2017-07-21 20:12:45 +01:00 |
|
Christopher Jeffrey
|
ffec8ff2d7
|
chain: improve version display. fix getLocator.
|
2017-07-20 17:22:59 -07:00 |
|
Christopher Jeffrey
|
6a7c5eac8d
|
http: smarter handling of decodeURIComponent calls.
|
2017-07-20 17:18:18 -07:00 |
|
Christopher Jeffrey
|
a915545a1a
|
block: minor.
|
2017-07-20 14:28:47 -07:00 |
|
Node
|
2807c5e636
|
Update main README
|
2017-07-21 00:49:58 +04:00 |
|
Node
|
a534d7c429
|
Move docs from wiki
|
2017-07-21 00:40:02 +04:00 |
|
Christopher Jeffrey
|
beacd48462
|
timedata: refactor time.add().
|
2017-07-20 13:23:38 -07:00 |
|
Node
|
361ffd2705
|
Fix bip150 and bip151 configuration parsing
|
2017-07-20 16:44:41 +04:00 |
|
Christopher Jeffrey
|
7ef658049c
|
block: minor.
|
2017-07-20 01:56:06 -07:00 |
|
Christopher Jeffrey
|
a11a1ab4ad
|
timedata: minor.
|
2017-07-20 01:10:22 -07:00 |
|
Christopher Jeffrey
|
bd56c75d0d
|
merkle: refactor loops.
|
2017-07-20 01:04:44 -07:00 |
|
Christopher Jeffrey
|
a4a16f6ec0
|
bench: add merkle bench.
|
2017-07-19 20:02:37 -07:00 |
|
Christopher Jeffrey
|
de680d62c8
|
deps: upgrade bcoin-native.
|
2017-07-19 20:00:54 -07:00 |
|
Christopher Jeffrey
|
f50416eaf9
|
merkle: minor.
|
2017-07-19 19:55:14 -07:00 |
|
Christopher Jeffrey
|
6a73f61a91
|
crypto: do not call out for merkle building.
|
2017-07-19 19:47:31 -07:00 |
|
Mokhtar Naamani
|
c9f736d33f
|
net/http: correctly reject promise return by listen()
|
2017-07-19 00:21:35 +03:00 |
|
Christopher Jeffrey
|
26ade82a0b
|
deps: upgrade to leveldown 1.7.2.
|
2017-07-18 06:17:12 -07:00 |
|
Christopher Jeffrey
|
d57bf2cf37
|
deps: upgrade n64.
|
2017-07-18 06:15:11 -07:00 |
|
Christopher Jeffrey
|
98c975de8b
|
pool: fix bad orphan event handling.
|
2017-07-17 22:39:11 -07:00 |
|
Christopher Jeffrey
|
2fb16a6c97
|
crypto: expose root256 function.
|
2017-07-17 22:24:00 -07:00 |
|
Christopher Jeffrey
|
76eb6b354b
|
crypto/random: minor. comments.
|
2017-07-17 22:22:52 -07:00 |
|
Christopher Jeffrey
|
76679a0650
|
bin: fix error handling.
|
2017-07-17 16:40:16 -07:00 |
|
Christopher Jeffrey
|
615adfd3ef
|
examples: fix a few examples.
|
2017-07-17 16:36:01 -07:00 |
|
Christopher Jeffrey
|
ffc7a9bd6f
|
examples: fix miner example.
|
2017-07-17 16:26:47 -07:00 |
|
Christopher Jeffrey
|
20da155a08
|
sha256: minor.
|
2017-07-17 14:26:44 -07:00 |
|
Christopher Jeffrey
|
94b5487847
|
workers: minor.
|
2017-07-17 14:26:44 -07:00 |
|