Matias Alejo Garcia
ea57755c0b
Merge pull request #435 from isocolsky/rbf
...
Detect RBF transactions on 'tx' event
2015-11-30 15:16:40 -03:00
Ivan Socolsky
dfdeaba729
detect RBF transactions on 'tx' event
2015-11-30 13:58:06 -03:00
Braydon Fuller
b3111721b6
Merge pull request #426 from mikaelw/master
...
Add BTCC Pool.
2015-11-12 15:45:36 -05:00
Mikael Wang
287611dd2c
Add BTCC Pool.
2015-11-11 14:29:14 +08:00
Braydon Fuller
1cb2e79998
Merge pull request #424 from bitcoinsSG/master
...
updated README api lnks to insight-api
2015-11-04 14:56:51 -05:00
Gaurav Rana
931d295f2a
updated README api lnks to insight-api
...
Installation instructions should be as frictionless as possible for new users, none the example links work because of /api/ instead of the /insight-api/, and there is no base url (separate issue). Additionally changed the getting started instructions to reflect install instead of add.
2015-11-04 14:47:58 -05:00
Braydon Fuller
22f3ba9405
Fix test to pull version from package.json
2015-11-02 14:42:51 -05:00
Braydon Fuller
8c6f7c8aef
Bump package version to 0.3.1
2015-11-02 14:32:25 -05:00
Patrick Nagurny
abe5075dd3
Merge pull request #412 from braydonf/feature/cache
...
Added configurable caching.
2015-10-28 15:18:42 -04:00
Braydon Fuller
94f584f792
Added configurable caching.
2015-10-23 15:20:20 -04:00
Braydon Fuller
2a14955d74
Merge pull request #410 from pnagurny/bug/sync-percentage
...
Fix sync percentage
2015-10-22 14:37:01 -04:00
Patrick Nagurny
496349d4b5
fix sync percentage
2015-10-22 14:28:28 -04:00
Stephen Pair
d806500b38
Merge pull request #382 from bitpay/v0.3.0
...
v0.3.0
2015-10-16 20:51:05 -04:00
Stephen Pair
24c3f466c0
Merge pull request #409 from braydonf/bclib
...
bitcore -> bitcore-lib
2015-10-16 20:50:18 -04:00
Braydon Fuller
3dfc1bc9e3
Switch to use bitcore-lib.
2015-10-16 18:14:38 -04:00
Patrick Nagurny
4606e6e953
Merge pull request #406 from braydonf/v0.3.0-cors
...
Add CORS support
2015-10-14 13:14:26 -04:00
Braydon Fuller
efdb2487e4
Add CORS support
2015-10-14 12:52:25 -04:00
Patrick Nagurny
de6a44d14e
Merge pull request #403 from braydonf/feature/configurable-routes
...
Added ability to configure HTTP route prefixes.
2015-10-13 11:20:06 -04:00
Braydon Fuller
cc1cbc12ad
Move undefined check to the constructor.
2015-10-13 11:15:46 -04:00
Braydon Fuller
db2ee2ab27
Added ability to configure HTTP route prefixes.
2015-10-13 10:52:02 -04:00
Patrick Nagurny
de6ccd6969
Merge pull request #393 from braydonf/v0.3.0-changelog
...
Include notes when upgrading from v0.2
2015-10-02 14:11:41 -04:00
Braydon Fuller
12b33a5c37
Include notes when upgrading from v0.2
2015-10-02 14:11:10 -04:00
Patrick Nagurny
7bc78928b1
Merge pull request #392 from braydonf/v0.3.0-currency
...
Added currency controller and endpoint.
2015-10-02 14:09:34 -04:00
Braydon Fuller
85b51a378a
Switched to use Date.now()
2015-10-02 14:08:52 -04:00
Braydon Fuller
f96d8f3f8b
Added currency controller and endpoint.
2015-10-02 12:27:02 -04:00
Patrick Nagurny
df574bfffd
Merge pull request #391 from braydonf/v0.3.0-spenttx
...
Added spentTxId and spentIndex
2015-10-02 10:58:35 -04:00
Braydon Fuller
fe6a441a52
Added spentTxId and spentIndex
2015-10-01 23:49:28 -04:00
Braydon Fuller
dcabaeba8c
Include ASM in transaction endpoints.
2015-09-30 23:02:29 -04:00
Patrick Nagurny
2a1f9706e3
Merge pull request #383 from braydonf/bug/estimatefee
...
Fix bug with satoshis being returned instead of bitcoin.
2015-09-30 10:14:24 -04:00
Braydon Fuller
3f76e8a9dc
Fix bug with satoshis being returned instead of bitcoin.
2015-09-29 18:04:54 -04:00
Matias Alejo Garcia
8625c23e81
Merge pull request #381 from kleetus/feature/remove_getTxOutSetInfo
...
Removed unneeded and slow getTxOutSetInfo
2015-09-25 12:51:44 -03:00
Chris Kleeschulte
999a669c53
Removed unneeded and slow getTxOutSetInfo
2015-09-25 11:17:20 -04:00
Chris Kleeschulte
bb0412f1c8
Merge pull request #380 from braydonf/bug/null-vout
...
Fix bug with null in vouts array.
2015-09-25 10:36:11 -04:00
Braydon Fuller
7b74045ff4
Fix bug with null in vouts array.
2015-09-24 18:20:37 -04:00
Chris Kleeschulte
a73cd731d9
Merge pull request #378 from braydonf/feature/pool-info
...
Include mining pool information.
2015-09-22 13:47:48 -04:00
Braydon Fuller
c7054051e3
Include mining pool information.
2015-09-22 13:32:41 -04:00
Chris Kleeschulte
4a850e2758
Merge pull request #379 from braydonf/mempool-mined-time
...
Only include blocktime if transaction is in a block.
2015-09-22 13:03:34 -04:00
Chris Kleeschulte
52b02eda14
Merge pull request #376 from braydonf/bug/block-txs-paging
...
Fix bug where page 0 is falsy and pagination would not be enabled.
2015-09-22 12:45:51 -04:00
Chris Kleeschulte
778c09b96d
Merge pull request #377 from braydonf/feature/next-block
...
Added bindings for getNextBlockHash
2015-09-22 12:13:06 -04:00
Braydon Fuller
dc791a2f24
Only include blocktime if transaction is in a block.
2015-09-21 17:22:09 -04:00
Braydon Fuller
b49f1505eb
Added bindings for getNextBlockHash
2015-09-21 14:37:13 -04:00
Braydon Fuller
8a21f48d2a
Fix bug where page 0 is falsy and pagination would not be enabled.
2015-09-21 14:13:48 -04:00
Braydon Fuller
b32eeec4d6
Merge pull request #375 from pnagurny/feature/estimateFee
...
v0.3.0 add estimateFee route
2015-09-21 13:19:24 -04:00
Braydon Fuller
4b1b929cff
Merge pull request #371 from pnagurny/enhance/address-summary
...
v0.3.0 Faster address summary
2015-09-21 12:56:32 -04:00
Patrick Nagurny
9070b74653
expose estimateFee route
2015-09-18 13:58:46 -04:00
Patrick Nagurny
d869be5208
Merge pull request #372 from braydonf/message-verification
...
Added message verification endpoint.
2015-09-18 13:52:44 -04:00
Patrick Nagurny
d1f7349ac5
Merge pull request #373 from braydonf/statusinfo
...
Added handlers for getting status of the block chain.
2015-09-18 13:20:59 -04:00
Braydon Fuller
8c605047c3
Added handlers for getting status of the block chain.
...
- getTxOutSetInfo
- getLastBlockHash
- getBestBlockHash
2015-09-17 18:45:53 -04:00
Braydon Fuller
cf58b69bbf
Added message verification endpoint.
2015-09-17 16:57:03 -04:00
Patrick Nagurny
2ec8d1f447
use faster getAddressSummary()
2015-09-17 10:42:35 -04:00