Sky Young
210b2fbcd7
Replace ts with time due to fcoin based on a higher version of lcoin
2018-05-17 09:36:43 -07:00
Sky Young
fe2e29d74a
Rename bcoin to fcoin
2018-05-15 15:04:33 -07:00
Sky Young
17a4e0f0cc
Use fcoin instead of bcoin
2018-05-08 13:48:43 -07:00
Chris Kleeschulte
0a4e0dd9fd
Fixed tests and repaired reorg logic.
2017-10-26 15:35:01 -04:00
Chris Kleeschulte
299b905d5b
wip on reorg changes.
2017-10-26 09:59:39 -04:00
Chris Kleeschulte
ad650c383e
Added a block cache to speed up syncing.
2017-10-24 17:46:34 -04:00
Chris Kleeschulte
4f46947516
Fixed tx api call.
2017-10-20 10:04:33 -04:00
Chris Kleeschulte
f90e0d2ed5
Removed header interval.
2017-10-19 15:05:38 -04:00
Chris Kleeschulte
93db6790e2
Repairs to getAddressSummary.
2017-10-11 16:38:28 -04:00
Chris Kleeschulte
7da189acf9
Added warning about re-querying for sync blocks.
2017-10-10 14:10:21 -04:00
Chris Kleeschulte
aa6570d23a
Fixed issue with missing header on log entry.
2017-10-07 14:18:14 -04:00
Chris Kleeschulte
c7c268f00a
Adding search mempool by address.
2017-10-05 16:18:16 -04:00
Chris Kleeschulte
67ce58d698
Fixed logging issues.
2017-10-04 18:30:22 -04:00
Chris Kleeschulte
b8bc017136
Fixed reorg where we don't have all the previous blocks.
2017-10-02 10:13:33 -04:00
Chris Kleeschulte
ffa63fc146
Added reorg fixes.
2017-10-01 19:15:20 -04:00
Chris Kleeschulte
09b365772c
more reorg stuff.
2017-09-28 11:01:57 -04:00
Chris Kleeschulte
74542a3e7f
Changed to a more traditional reorg detection.
2017-09-27 14:06:36 -04:00
Chris Kleeschulte
0c75879084
Fixed for getDetailedTransaction.
2017-09-27 10:21:52 -04:00
Chris Kleeschulte
ee97cb5b12
Added fixes for reorg and added time since last block.
2017-09-26 11:05:24 -04:00
Chris Kleeschulte
f5ad8b89fb
Added next hash support in header service.
2017-09-25 21:21:05 -04:00
Chris Kleeschulte
a5f9d1a6d0
Fixed edge case reorg issues.
2017-09-24 12:34:27 -04:00
Chris Kleeschulte
b160814706
Clean up.
2017-09-22 14:16:02 -04:00
Chris Kleeschulte
a1db879fdc
Fixed tests.
2017-09-22 13:31:52 -04:00
Chris Kleeschulte
ada997c8bd
Added reorg test.
2017-09-21 17:05:09 -04:00
Chris Kleeschulte
d5e5904329
Added more checks.
2017-09-19 11:03:39 -04:00
Chris Kleeschulte
66e82a3fe7
Fixed edge case where new peer has unexpectedly low number of blocks.
2017-09-19 08:48:49 -04:00
Chris Kleeschulte
de163ad4c9
Fixed issues with reorg again.
2017-09-14 10:10:07 -04:00
Chris Kleeschulte
7350fb3bf6
Fixed reorg edge case scenario.
2017-09-13 11:02:48 -04:00
Chris Kleeschulte
6a18c1e46e
Fixed issue with reorg.
2017-09-11 15:41:27 -04:00
Chris Kleeschulte
82dd1dfe3f
Fixed reorging.
2017-09-08 14:18:55 -04:00
Chris Kleeschulte
02ff6c680c
Fixed sync resume (memory issues).
...
Input values on tx index are no longer lazy loaded.
2017-09-07 18:55:33 -04:00
Chris Kleeschulte
3dd9aea3dd
Fixed issue where new blocks were not indexed by header service.
2017-09-01 15:57:03 -04:00
Chris Kleeschulte
99d8a6f7ae
Usability upgrades:
...
- node will start services prior to bcoin becoming synchronized
- resume after peer disconnection and reconnection
- error message when using non-supported versions of nodeJS.
2017-08-31 15:26:59 -04:00
Chris Kleeschulte
4bd3a06edc
Fixed block sync where blocks come in all at once.
2017-08-29 16:01:11 -04:00
Chris Kleeschulte
f0360a78a0
Fixed a problem with address balances.
2017-08-25 10:36:00 -04:00
Chris Kleeschulte
5785d46258
Removed symlink.
2017-08-18 15:23:36 -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
f10dbaf047
Various fixes.
2017-08-15 15:42:08 -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
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
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
9875d81df1
Fixed issue with tip.
2017-08-09 16:43:56 -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
Chris Kleeschulte
7809476147
Fixed off by one error when gathering blocks.
2017-08-08 17:53:07 -04:00
Chris Kleeschulte
5ff8e7c6c1
Fixed some tests.
2017-08-08 10:09:30 -04:00