Sky Young
|
e7ef0db2cb
|
Merge branch 'master' of https://github.com/bitpay/bitcore-node into bitpay-master
|
2018-08-06 11:12:20 -07:00 |
|
Matias Alejo Garcia
|
34f31ac57d
|
Revert "Revert "add txIdList cache""
|
2018-04-12 14:41:18 -03:00 |
|
Matias Alejo Garcia
|
bf8f25d9eb
|
Revert "add txIdList cache"
|
2018-04-12 12:30:09 -03:00 |
|
Matias Alejo Garcia
|
ddda913ccd
|
add txIdList cache
|
2018-02-12 00:48:30 -03:00 |
|
Matias Alejo Garcia
|
0c24271833
|
change order to 'desc'
|
2018-02-11 19:47:52 -03:00 |
|
Matias Alejo Garcia
|
01a3df31c8
|
fix history sorting when paging results
|
2018-02-11 15:44:39 -03:00 |
|
OstlerDev
|
4a9658184a
|
btc -> flo
|
2018-01-15 16:43:07 -08:00 |
|
Chris Kleeschulte
|
0e421de897
|
Fixed spent status from getAddressHistory.
|
2017-11-22 15:56:36 -05:00 |
|
Chris Kleeschulte
|
b138a558ae
|
Merge branch 'master' of github.com:kleetus/bitcore-node
|
2017-11-08 19:04:10 -05:00 |
|
Chris Kleeschulte
|
9bdd2aa86d
|
Fixed sorting and filtering problem.
|
2017-11-08 19:01:13 -05:00 |
|
Chris Kleeschulte
|
af23a8c6e2
|
Removed console.log
|
2017-11-08 09:37:25 -05:00 |
|
Chris Kleeschulte
|
9a00622de4
|
Fixed getAddressHistory.
|
2017-11-07 21:37:54 -05:00 |
|
Chris Kleeschulte
|
9a1f1db523
|
Fixed ordering of txs.
|
2017-11-07 15:36:38 -05:00 |
|
Chris Kleeschulte
|
6b8129fdb3
|
Fixed getAddressHistory.
|
2017-11-07 00:30:26 -05:00 |
|
Chris Kleeschulte
|
c2117146c1
|
Fixed where next is being called.
|
2017-11-06 19:32:00 -05:00 |
|
Chris Kleeschulte
|
b1fe37c260
|
Fixed missed call to next.
|
2017-11-06 19:08:35 -05:00 |
|
Chris Kleeschulte
|
74d3c0212b
|
Improved getAddressHistory.
|
2017-11-05 18:14:19 -05:00 |
|
Chris Kleeschulte
|
d55986be57
|
Fixed tests.
|
2017-11-05 07:57:27 -05:00 |
|
Chris Kleeschulte
|
00a5ea65b4
|
Removed unneeded indexes.
|
2017-11-04 17:47:29 -04:00 |
|
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
|
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
|
4f46947516
|
Fixed tx api call.
|
2017-10-20 10:04:33 -04:00 |
|
Chris Kleeschulte
|
b129bc1048
|
WIP
|
2017-10-19 19:32:20 -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
|
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
|
5007104a4f
|
Fixed mempool gathering.
|
2017-10-09 16:24:25 -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
|
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
|
1f4c5e5e1f
|
Fixing recently sent items.
|
2017-10-04 08:34:52 -04:00 |
|
Chris Kleeschulte
|
f5ad8b89fb
|
Added next hash support in header service.
|
2017-09-25 21:21:05 -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
|
4bd3a06edc
|
Fixed block sync where blocks come in all at once.
|
2017-08-29 16:01:11 -04:00 |
|
Chris Kleeschulte
|
7a8bae64a4
|
wip
|
2017-08-28 20:05:00 -04:00 |
|
Chris Kleeschulte
|
69f239a58b
|
Added regtests for block, tx.
|
2017-08-25 17:34:20 -04:00 |
|
Chris Kleeschulte
|
f0360a78a0
|
Fixed a problem with address balances.
|
2017-08-25 10:36:00 -04:00 |
|
Chris Kleeschulte
|
678cb83d61
|
Fixed tests for altered getAddressHistory and getAddressSummary calls.
|
2017-08-24 09:50:29 -04:00 |
|
Chris Kleeschulte
|
fc6ee8e193
|
Fixed README for this release.
|
2017-08-21 11:28:45 -04:00 |
|