Commit Graph

117 Commits

Author SHA1 Message Date
Vivek Teega
c3d32b7ffc FLO Crash Error Resolution 2021-05-10 12:39:02 +05:30
Sky Young
ecf9bbaeea Properly import TX and Block from fcoin 2019-07-22 17:26:54 -06:00
Sky Young
d45f6aecac Update protocol version 2018-05-17 09:38:20 -07:00
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
799675b234 Update printed version to 5.0.0 2018-05-17 09:35:44 -07:00
Sky Young
17a4e0f0cc Use fcoin instead of bcoin 2018-05-08 13:48:43 -07:00
OstlerDev
4a9658184a btc -> flo 2018-01-15 16:43:07 -08:00
Chris Kleeschulte
18a52c214d
Added a reorg to block. 2017-11-09 21:53:37 -05:00
Chris Kleeschulte
bde062e744
wip on changing subscriptions endpoints. 2017-11-09 11:45:00 -05:00
Chris Kleeschulte
74d3c0212b
Improved getAddressHistory. 2017-11-05 18:14:19 -05:00
Chris Kleeschulte
765b7288a7
wip on fix for txs list. 2017-11-03 18:23:42 -04:00
Chris Kleeschulte
bc8dee5810
Fixed waiting for blocks to finish processing before processing a reorg. 2017-10-30 15:30:01 -04:00
Chris Kleeschulte
5e1e67d4e6
Fixed variable initialization. 2017-10-26 17:50:41 -04: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
2478795213
Disable mempool until system is synchronized. 2017-10-25 15:17:11 -04:00
Chris Kleeschulte
ad650c383e
Added a block cache to speed up syncing. 2017-10-24 17:46:34 -04:00
Chris Kleeschulte
99adf07290
Chnaged reorg to use cache hashes. 2017-10-24 14:25:34 -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
316ce66c87
Fixing reorg. 2017-10-10 10:55:20 -04:00
Chris Kleeschulte
ce653b5a12
Fixed getting txs from memory pool from calls to getAddressHistory. 2017-10-08 14:15:01 -04:00
Chris Kleeschulte
1d7c998468
Part deux. 2017-10-07 15:36:44 -04:00
Chris Kleeschulte
0007848c07
Fixed logging timing issue. 2017-10-07 15:22:28 -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
8360336ad2
Fixed start up of block service. 2017-09-28 22:01:14 -04:00
Chris Kleeschulte
f47b43754c
Fixed reorg. 2017-09-28 19:25:58 -04:00
Chris Kleeschulte
09b365772c
more reorg stuff. 2017-09-28 11:01:57 -04:00
Chris Kleeschulte
0c75879084 Fixed for getDetailedTransaction. 2017-09-27 10:21:52 -04:00
Chris Kleeschulte
2726c7eb86
Fixed a few routes. 2017-09-26 19:40:25 -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
b8e73ae238
Fixed sanity check when block height is zero. 2017-09-25 15:45:15 -04:00
Chris Kleeschulte
3383771b10
Added better reporting when new blocks come in. 2017-09-25 14:51:33 -04:00
Chris Kleeschulte
dcf1426221
Added a reset tip routine. 2017-09-25 14:31:07 -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
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
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
4bd3a06edc
Fixed block sync where blocks come in all at once. 2017-08-29 16:01:11 -04:00