Commit Graph

2043 Commits

Author SHA1 Message Date
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
Chris Kleeschulte
0431353048 Removed checkpoint from headers; it is not needed. 2017-08-07 17:06:44 -04:00
Jason Dreyzehner
63c55689e8 fix(default-config): update default config generation, include insight-api and insight-ui 2017-08-07 16:36:31 -04:00
Jason Dreyzehner
20179991fc Merge pull request #513 from bitjson/blocks
ci(Travis): Fix build, fix (or ignore) jshint issues
2017-07-31 15:29:42 -04:00
Jason Dreyzehner
7c65ebad27 ci(Travis): Fix build, fix (or ignore) jshint issues 2017-07-31 15:04:25 -04:00
Chris Kleeschulte
b8e8926dad Fixed all tests. 2017-07-28 18:19:10 -04:00
Chris Kleeschulte
272fb542af Fixed missing network object in messages. 2017-07-28 17:49:56 -04:00
Chris Kleeschulte
dfdce81287 Fixed more tests. 2017-07-28 17:17:07 -04:00
Chris Kleeschulte
2bf06956e1 Added db tests. 2017-07-28 10:37:01 -04:00
Chris Kleeschulte
2bd769cce0 wip 2017-07-27 19:12:23 -04:00
Chris Kleeschulte
f8df875c34 wip 2017-07-27 17:49:09 -04:00
Chris Kleeschulte
033849ed1f wip 2017-07-27 10:55:10 -04:00
Chris Kleeschulte
8bbaaf63a8 wip 2017-07-27 09:46:02 -04:00
Chris Kleeschulte
45042aee57 wip 2017-07-26 17:36:41 -04:00
Chris Kleeschulte
b4a66d969c wip 2017-07-26 10:35:06 -04:00
Chris Kleeschulte
35a21288b4 wip 2017-07-25 23:10:07 -04:00
Chris Kleeschulte
f69dfd0462 wip 2017-07-25 18:41:17 -04:00
Alex
1617681afb Merge pull request #509 from tenthirtyone/fee-service
Updated fee service and cleaned console log from header service
2017-07-25 18:32:31 -04:00
tenthirtyone
7af2548d68 Fee service unit test 2017-07-25 18:29:49 -04:00
tenthirtyone
f7da83693e Updated fee service and cleaned console log from header service 2017-07-25 14:32:28 -04:00
Chris Kleeschulte
594452e7ba wip 2017-07-25 09:21:43 -04:00