Commit Graph

536 Commits

Author SHA1 Message Date
Chris Kleeschulte
765b7288a7
wip on fix for txs list. 2017-11-03 18:23:42 -04:00
Chris Kleeschulte
a63761d0b2
Fixed call to map series. 2017-11-02 17:41:50 -04:00
Chris Kleeschulte
b9887492bf
Removed retrieving the mempool right after sync. Need to re-think this. 2017-11-02 13:46:26 -04:00
Chris Kleeschulte
725b58cd15
Fixed finding txs after sending. 2017-11-02 11:59:06 -04:00
Chris Kleeschulte
baf75b2d60
Fixed confirmations. 2017-11-01 16:00:39 -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
4f46947516
Fixed tx api call. 2017-10-20 10:04:33 -04:00
Chris Kleeschulte
9f4ebfb1f9
Fixed mempool search by address. 2017-10-20 07:56:48 -04:00
Chris Kleeschulte
b129bc1048
WIP 2017-10-19 19:32:20 -04:00
Chris Kleeschulte
f90e0d2ed5
Removed header interval. 2017-10-19 15:05:38 -04:00
Chris Kleeschulte
98be272925
Added new index for spent txs. 2017-10-18 19:03:04 -04:00
Chris Kleeschulte
5a5dbb624c
Adding in spent status. 2017-10-17 19:39:14 -04:00
Chris Kleeschulte
880f98e669
Fixed pagination for getAddressHistory. 2017-10-17 17:46:11 -04:00
Chris Kleeschulte
0dc69d87af
Added noTxList suppert for getAddressSumaary. 2017-10-17 14:41:54 -04:00
Chris Kleeschulte
22678e3838
Added tx cache. 2017-10-17 14:24:12 -04:00
Chris Kleeschulte
e15695cfa6
Fixed get utxos to retrieve mempool txs. 2017-10-12 17:53:24 -04:00
Chris Kleeschulte
1af9c07bfa
Fixed issue with query mempool option. 2017-10-12 15:06:13 -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
5007104a4f
Fixed mempool gathering. 2017-10-09 16:24:25 -04:00
Chris Kleeschulte
fba71ee1aa
Fixed get raw tx calls that failed when input values were also in
mempool.
2017-10-09 13:37:10 -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
f10106f9a0
Added sort options to get address history. 2017-10-07 15:48:11 -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
d7fb9e9c27
Fixed tests. 2017-10-06 15:22:14 -04:00
Chris Kleeschulte
7c392e9c94
Added locating double spend txs. 2017-10-06 10:30:26 -04:00
Chris Kleeschulte
1e04e08411
Added search memory pool for txs with certain addresses. 2017-10-06 10:02:38 -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
1f4c5e5e1f
Fixing recently sent items. 2017-10-04 08:34:52 -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
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
2a1af1e93f Merge pull request #523 from nitsujlangston/gentlerDbClose
wait for db to gracefully close before stopping db service
2017-09-27 10:08:56 -04:00
Justin Langston
2dc0764950
stop db service if/when closed 2017-09-26 20:54:36 -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