Commit Graph

1913 Commits

Author SHA1 Message Date
Jason Dreyzehner
e87f97f809 fix(package): add bn.js to deps 2017-08-18 19:39:17 -04:00
Jason Dreyzehner
abd21a5b08 fix(start): remove stray log (which looks like an error) 2017-08-18 19:38:01 -04:00
Jason Dreyzehner
7e34c411f6 chore(release): 5.0.0-beta.1 2017-08-18 19:17:10 -04:00
Chris Kleeschulte
b89864dc4b
Merge branch 'blocks' 2017-08-18 18:30:52 -04:00
Chris Kleeschulte
a14de13e49 Removed routes.txt 2017-08-18 17:51:47 -04:00
Chris Kleeschulte
be97b3407f Fixed isSynced. 2017-08-18 20:18:00 +00:00
Chris Kleeschulte
5785d46258 Removed symlink. 2017-08-18 15:23:36 -04:00
Chris Kleeschulte
1a5e25d4c1 Fixed a problem were I was indexing the wrong output value. 2017-08-18 14:24:03 -04:00
Chris Kleeschulte
6c8d8e437b Added isSynced. 2017-08-18 12:54:13 -04:00
Chris Kleeschulte
2fa6b5c314 Fixed tests. 2017-08-18 10:48:54 -04:00
Chris Kleeschulte
b4b040addd Removed symlink. 2017-08-17 21:57:24 -04:00
Chris Kleeschulte
f1da1e7612 Fixed reorg tests. 2017-08-17 21:12:33 -04:00
Chris Kleeschulte
07b1ff3111 Added regtest reorg tests, 2017-08-17 19:38:06 -04:00
Chris Kleeschulte
5b833dca89 Regtest for reorg. 2017-08-16 12:33:30 -04:00
Chris Kleeschulte
11c9aa022f Fixed issue with mempool transactions. 2017-08-15 21:37:29 -04:00
Chris Kleeschulte
d7169ff639 Get transaction fixes. 2017-08-15 19:38:19 -04:00
Chris Kleeschulte
f10dbaf047 Various fixes. 2017-08-15 15:42:08 -04:00
Chris Kleeschulte
72770944db Address routes fixes. 2017-08-15 12:48:16 -04:00
Chris Kleeschulte
d0eaedbb01 Headers are no longer persisted. 2017-08-14 12:04:40 -04:00
Chris Kleeschulte
b4fdfa3d42 Fixed minor sync issue. 2017-08-11 18:00:19 -04:00
Chris Kleeschulte
a1fbf20317 Refactored onHeaders. 2017-08-11 11:49:57 -04:00
Chris Kleeschulte
c7ee57f224 Fixed network name when referring to bcoin's main net. 2017-08-10 18:11:04 -04:00
Chris Kleeschulte
bf7cd67269 Fixed address/transaction indexing. 2017-08-10 17:46:27 -04:00
Chris Kleeschulte
abf52f8136 Fixed initial sync issue with headers. 2017-08-10 11:23:28 -04:00
Chris Kleeschulte
d53abfd023 Removed insight symlinks. 2017-08-10 00:01:00 -04:00
Chris Kleeschulte
f2672205e5 Fixed issue where incorrect best hash was being selected. 2017-08-09 23:54:33 -04:00
Chris Kleeschulte
3575b6eda3 Fixed timestamp service for the proper block hashes. 2017-08-09 19:40:40 -04:00
Chris Kleeschulte
cbf59e8e72 Fixed height on block load. 2017-08-09 17:53:52 -04:00
Chris Kleeschulte
9875d81df1 Fixed issue with tip. 2017-08-09 16:43:56 -04:00
Alex
613cf6ebfb Merge pull request #517 from tj-bitpay/fix-merge-conflicts
revert merge conflicts from last PR
2017-08-09 14:53:07 -04:00
Thomas Bright
54130ce77b
fixed merge conflicts 2017-08-09 14:32:26 -04:00
Chris Kleeschulte
93a78cadf1 Merge pull request #516 from nitsujlangston/embeddedBcoinStartupHandling
Embedded bcoin node stability improvements
2017-08-09 13:59:49 -04:00
Justin Langston
5db694f93e
Merge branch 'blocks' of github.com:bitpay/bitcore-node into embeddedBcoinStartupHandling 2017-08-09 13:59:05 -04:00
Chris Kleeschulte
8811190de0 Merge pull request #515 from bitjson/blocks
non-destructively upgrade config
2017-08-09 13:54:47 -04:00
Justin Langston
24e3b3df07
Merge branch 'blocks' of github.com:bitpay/bitcore-node into embeddedBcoinStartupHandling 2017-08-09 13:27:43 -04:00
Justin Langston
ccf51ec337
catching the synced state better
simpler connect handling
2017-08-09 13:24:24 -04:00
Jason Dreyzehner
30bcddd34d refactor: downlevel, use strict 2017-08-09 12:51:18 -04:00
Jason Dreyzehner
16c7708dd7 refactor: pacify jshint 2017-08-09 12:51:18 -04:00
Jason Dreyzehner
33d6559305 feat(config): detect and move outdated config, replace with new default 2017-08-09 12:51:18 -04:00
Justin Langston
6ad7d35963
workers should generally be enabled, should be fixed in bcoin if recurrant issue 2017-08-09 11:51:38 -04:00
Chris Kleeschulte
e3b96a2d32 Paired down what information we are persisting as far as headers go. 2017-08-09 11:48:00 -04:00
Justin Langston
79ca74421a
bcoin syncing gets stuck with workers true 2017-08-09 11:24:55 -04:00
Justin Langston
fa7868e468
listen for event sooner and increasing maxOutbound peers 2017-08-09 02:25:29 -04:00
Justin Langston
68fb731e83
switching to pool full event to indicate the sync is complete and p2p online 2017-08-09 02:10:46 -04:00
Justin Langston
8e9829016e
* making embedded bcoin sync persistent
* correctly shutdown embedded bcoin instance
* wait until bcoin is listening on P2P before trying to connect
* align bcoin port and peer port
2017-08-09 01:02:41 -04:00
Chris Kleeschulte
7809476147 Fixed off by one error when gathering blocks. 2017-08-08 17:53:07 -04:00
Chris Kleeschulte
a8d709caf6 Added cache miss function for input values. 2017-08-08 14:48:36 -04:00
Chris Kleeschulte
5ff8e7c6c1 Fixed some tests. 2017-08-08 10:09:30 -04:00
Chris Kleeschulte
07a4b706c7 Added the checkpoints back in. 2017-08-07 19:29:57 -04:00
Chris Kleeschulte
408243de4b Merge pull request #514 from bitjson/blocks
fix(default-config): update default config generation, include insigh…
2017-08-07 17:12:28 -04:00