Commit Graph

1749 Commits

Author SHA1 Message Date
Simon 9c0ce97ece Update package.json 2018-09-18 09:40:20 -07:00
Simon 3eaab130e9 Add support for Sapling transactions 2018-09-18 07:01:06 -07:00
Simon 2b912da22d Update url to zcash-hackworks. 2018-05-09 14:25:52 -07:00
Simon f977993112 Update contributors. 2018-05-07 23:13:30 -07:00
Simon 85c23765d0 Add support for Overwinter transactions. 2018-05-07 23:12:41 -07:00
Jack Grigg 0f35fcb6f6
Update pool search strings 2016-10-28 19:42:45 -07:00
Jack Grigg 04379e0a73
Use Poloniex to correct USD/BTC to USD/ZEC 2016-10-28 18:56:05 -07:00
Jack Grigg 0f01655253 Add some basic chart data 2016-09-12 01:37:33 +12:00
Jack Grigg a5ed2251bd Update block subsidy for shorter block interval and mining slow start 2016-08-31 16:24:39 +12:00
Jack Grigg 28453cd87f Pass JoinSplit public values through to transaction API 2016-08-29 22:59:56 +12:00
str4d 2737698481 Provide Equihash solution in block data 2016-08-29 22:59:56 +12:00
str4d 48a1a17f10 Zcash-ify 2016-08-29 22:59:51 +12:00
Braydon Fuller 95bcad836c Bump package version to 0.4.3 2016-07-20 12:56:50 -04:00
Matias Alejo Garcia 802aae237e Merge pull request #488 from braydonf/trim-tx
address: include options to trim transaction results
2016-07-20 13:35:49 -03:00
Braydon Fuller 5eb32cf64c test: address trim transform options 2016-07-20 10:54:28 -04:00
Braydon Fuller 5e72240be9 docs: add address trimmed txs options to README 2016-07-20 10:45:23 -04:00
Braydon Fuller 67fc186293 test: address txs trim results 2016-07-20 10:38:43 -04:00
Matias Alejo Garcia 5e54eac89b Update README.md 2016-07-20 07:24:18 -03:00
Matias Alejo Garcia 4c980e0177 Update README.md 2016-07-20 07:23:46 -03:00
Braydon Fuller 38e061e0c5 address: include options to trim transaction results 2016-07-19 20:33:31 -04:00
Braydon Fuller 967445c14f Bump package version to 0.4.2 2016-06-13 10:26:38 -04:00
Matias Alejo Garcia 7db7b1214b Merge pull request #484 from braydonf/ratelimiter-options
index: configurable ratelimiter options
2016-06-11 11:25:36 -03: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 299344cf87 Bump package version to 0.4.1 2016-05-31 14:06:45 -04:00
Matias Alejo Garcia ef85ba4a08 Merge pull request #481 from braydonf/cors
index: respond 204 to OPTIONS requests
2016-05-31 14:18:05 -03:00
Braydon Fuller 77211dbaf7 index: respond 204 to OPTIONS requests 2016-05-31 12:31:06 -04:00
Braydon Fuller ce7de0b63c Bump package version to 0.4.0 2016-05-27 14:27:57 -04:00
Chris Kleeschulte 692578fd12 Merge pull request #467 from braydonf/bitcoind
bitcoind address index
2016-05-27 14:20:40 -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 4317f67a2b addresses: add coverage to address controller show
covers bug fixed in commit 72fe25aff9
2016-05-26 09:17:01 -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
Braydon Fuller 61f0c3063a bitcoind: fix error handling bug 2016-05-16 18:32:08 -04:00
Braydon Fuller 11874a1957 blocks: handle out of range height as 404 not found 2016-05-16 18:27:27 -04:00
Braydon Fuller 0465179a93 transaction: switch to use bitcore node getDetailedTransaction 2016-05-13 18:22:28 -04:00
Braydon Fuller ae9f6a2c2f test: add ratelimiter middleware unit test 2016-05-11 14:17:47 -04:00
Braydon Fuller 9eacb3dedc docs: add notes about block order sorting 2016-05-11 13:36:27 -04:00
Braydon Fuller 285e3550f5 status: camelCase adjustments for bitcore node 2016-05-11 11:54:29 -04:00
Braydon Fuller c6bd150bd9 blocks: camelCase adjustments for bitcore node 2016-05-11 11:54:08 -04:00
Braydon Fuller 351c315736 common: improve error logging 2016-05-10 19:26:10 -04:00
Braydon Fuller ebcc3607c2 ratelimiter: rename every to interval and add tests 2016-05-10 17:40:07 -04:00
Braydon Fuller 98d5314ef2 transactions: switch to use req.param
so that the last argument is the next callback
2016-05-10 16:55:16 -04:00
Braydon Fuller 7973e2398a blocks: switch to use req.param
so that the last argument is the next callback
2016-05-10 16:50:28 -04:00
Braydon Fuller 310dd99086 blocks: rename moreTs -> moreTimestamp for clarity 2016-05-10 16:24:37 -04:00
Braydon Fuller 0ba78e7180 docs: update documentation with address endpoint query optinos 2016-05-10 15:57:38 -04:00
Braydon Fuller 29e96e83ae address: pass "from" and "to" options 2016-05-10 13:52:01 -04:00
Braydon Fuller 4e54d195b9 blocks: add configurable option for caches 2016-05-09 17:54:57 -04:00
Braydon Fuller b446f6733c transaction: handle error 2016-05-09 17:54:08 -04:00
Matias Alejo Garcia 80549ff1a7 Merge pull request #464 from slush0/master
Update SlushPool entry
2016-05-05 09:21:05 -03:00