OstlerDev
aafc5911f4
BTC -> Flo
2018-01-15 16:35:41 -08:00
Chris Kleeschulte
79855ff4c2
Bumped version.
2017-11-22 16:03:48 -05:00
Chris Kleeschulte
1b86e3636f
Merge branch 'master' of github.com:kleetus/insight-api
2017-11-13 14:14:24 -05:00
Chris Kleeschulte
d2ae088d8e
Removed utxo cache and removed max addresses limiting.
2017-11-13 14:13:22 -05:00
Matias Alejo Garcia
72827b12a6
fix data. handling
2017-11-13 11:32:07 -03:00
Matias Alejo Garcia
136755fcda
fix /addr/<1xxx> translation
2017-11-13 01:21:02 -03:00
Matias Alejo Garcia
ef451f8342
fix utxo cache
2017-11-13 01:10:28 -03:00
Matias Alejo Garcia
5a61a2e34a
translate address for inputs and outputs
2017-11-12 05:05:39 -03:00
Chris Kleeschulte
15fe096a07
wip on changing subsciption endpoints.
2017-11-09 11:42:57 -05:00
Chris Kleeschulte
bdea9e8517
Added a utxo cache.
2017-10-25 17:52:36 -04:00
Chris Kleeschulte
7809b84d55
Fixed streaming of multiutxos.
2017-10-24 14:17:47 -04:00
Chris Kleeschulte
9e216a818a
Streamed multiutxos.
2017-10-20 10:42:47 -04:00
Chris Kleeschulte
c87e676ca8
Changed back to getDetailedTransaction.
2017-10-18 19:05:54 -04:00
Chris Kleeschulte
201a0c4bcd
Adding in spent status.
2017-10-17 19:40:01 -04:00
Chris Kleeschulte
1103eb9dd8
Mainchain will always be true.
2017-10-10 14:11:21 -04:00
Chris Kleeschulte
8196b1e081
Added check for missing header.
2017-10-10 09:27:50 -04:00
Chris Kleeschulte
5be6d0d724
Fixed response for not returning a header.
2017-10-09 09:49:31 -04:00
Chris Kleeschulte
efa8bc01c1
Fixed variable name.
2017-10-08 14:16:06 -04:00
Chris Kleeschulte
3923f260e8
Minor fixes.
2017-10-06 14:50:32 -04:00
Chris Kleeschulte
fbef2d85fa
Removed console.log.
2017-10-04 18:08:21 -04:00
Chris Kleeschulte
b6b730ea2a
Fixing recently sent txs.
2017-10-04 08:33:42 -04:00
Chris Kleeschulte
d93fc791e3
Fixed tests.
2017-09-28 21:59:45 -04:00
Chris Kleeschulte
ed1ed7b8b9
Fixed incoming req.addrs checking.
2017-09-27 19:20:42 -04:00
Chris Kleeschulte
110ee2ded3
Added block listener back in.
2017-09-26 19:38:13 -04:00
Chris Kleeschulte
827470fd71
Fixed tests for network type.
2017-09-26 11:02:18 -04:00
Chris Kleeschulte
4f6eb68c50
Fixed transaction transformation.
2017-09-25 21:21:54 -04:00
Chris Kleeschulte
e31ec2f276
Chnaged ui to pull from p2p for txs and not the mempool service.
2017-09-25 16:18:17 -04:00
Chris Kleeschulte
ee1ea93195
Added performance tests.
...
Changed getInfo from header service to block service.
2017-09-07 18:59:15 -04:00
Chris Kleeschulte
4563a8ffaa
Fixed network for bcoin.
2017-08-29 16:09:31 -04:00
Chris Kleeschulte
07430955bd
Fixed totalsent.
2017-08-28 17:09:51 -04:00
Chris Kleeschulte
da8920c4dc
Fixed block responses.
2017-08-25 17:35:43 -04:00
Chris Kleeschulte
5e5a58db19
Fixed tests.
2017-08-24 09:38:07 -04:00
Chris Kleeschulte
a1ca054fb8
Fixed tests.
2017-08-21 17:13:49 -04:00
Chris Kleeschulte
794ae55610
Fixed status
2017-08-18 20:09:11 +00:00
Rob Riddle
2122b01023
Use transform stream instead of async for /blocks
2017-08-18 15:22:47 -04:00
Chris Kleeschulte
5bcfd8fcd8
Fixed current difficulty.
2017-08-15 17:05:04 -04:00
Chris Kleeschulte
21e30645cd
Various repairs.
2017-08-15 15:43:13 -04:00
Chris Kleeschulte
d866dd7a65
Retrofitting for new bitcore-node.
2017-08-15 13:31:42 -04:00
Chris Kleeschulte
b63a2208fc
Fixes to allow bcoin to work with Transaction controller.
2017-08-10 18:56:13 -04:00
Chris Kleeschulte
5a49f5c6c2
Added fixes for blocks route.
2017-08-09 19:41:50 -04:00
Chris Kleeschulte
c61490ed62
WIP changes for next version
2017-08-09 18:11:03 -04:00
Braydon Fuller
5eb32cf64c
test: address trim transform options
2016-07-20 10:54:28 -04:00
Braydon Fuller
67fc186293
test: address txs trim results
2016-07-20 10:38:43 -04:00
Braydon Fuller
38e061e0c5
address: include options to trim transaction results
2016-07-19 20:33:31 -04:00
Braydon Fuller
57e65010f1
index: add option to disable rate limiter entirely
...
for the case that insight-api is used in an internal network
where rate limiting isn't necessary
2016-06-07 11:02:58 -04:00
Braydon Fuller
b9c909ad40
index: configurable ratelimiter options
2016-06-01 15:02:11 -04:00
Braydon Fuller
77211dbaf7
index: respond 204 to OPTIONS requests
2016-05-31 12:31:06 -04:00
Braydon Fuller
667a38053b
block: check block argument and fix caching
...
Checks that the argument sent to the endpoint for /block/ and /rawblock/ is
a 64 character hexadecimal string (blockHash), otherwise will return 404.
Uses a long cache header for for the /rawblock/ endpoint since the result will not
change, and a short cache header for the /block/ endpoint since this data references
other blocks in the chain that can change.
2016-05-26 11:21:36 -04:00
Braydon Fuller
2448ad1779
index: log remote connecting ip address
2016-05-25 17:16:11 -04:00
Braydon Fuller
72fe25aff9
Fix bug with var self = this;
2016-05-25 16:03:36 -04:00