Commit Graph

156 Commits

Author SHA1 Message Date
Simon 53a3a2845b Fix package.json 2018-09-18 09:41:35 -07:00
Simon 34a0a90e1d Update url to zcash-hackworks. 2018-05-09 14:26:14 -07:00
Simon 4f0edd4bd6 Update contributors. 2018-05-07 23:37:20 -07:00
Ian Munoz 3405d2edeb update dependencies to my repo 2018-05-01 12:17:26 -06:00
Jack Grigg f5b864f29e Remove hosted download 2016-08-30 15:42:10 +12:00
Jack Grigg 10b44b6392 Use bitcore-lib-zcash 2016-08-28 14:53:21 +12:00
Jack Grigg 0a9d654ca7 Zcash-ify package 2016-08-28 14:52:41 +12:00
Braydon Fuller 639fdc941e Bump package version to 3.1.2 2016-07-28 10:59:12 -04:00
Braydon Fuller f913784421 Bump package version to 3.1.1 2016-07-06 14:44:29 -04:00
Braydon Fuller cc4d8d4c5e Bump package version to 3.1.0 2016-06-27 13:04:10 -04:00
Braydon Fuller f72fe82c60 Bump package version to 3.0.2 2016-06-20 10:25:48 -04:00
Braydon Fuller 8f9af8241a Bump package version to 3.0.1 2016-06-09 11:35:34 -04:00
Chris Kleeschulte fd00be7e8c Bump package version to 3.0 2016-05-27 14:09:51 -04:00
Braydon Fuller 29b59c6f7d build: update bitcoind-rpc to version 0.6.0 2016-05-27 11:56:41 -04:00
Braydon Fuller 8d7d78a89e build: run coveralls for unit test coverage 2016-05-24 15:02:49 -04:00
Braydon Fuller 17e7a7eedb build: bitcoind-rpc with explicit work limit exceeded handling
fixes an issues were 500 error codes are used for both block not found
as well as work limit exceeded errors
2016-05-11 13:13:33 -04:00
Braydon Fuller 98bfd358d3 build: update bitcoind-rpc with work limit exceeded handling 2016-05-11 12:51:24 -04:00
Braydon Fuller abfb07f5f8 build: update bitcoind-rpc commit 2016-05-09 14:27:13 -04:00
Braydon Fuller d969ad7fb6 build: include bitcoind in package.json bin 2016-04-27 14:38:58 -04:00
Braydon Fuller 24d1bc82e9 logger: added option to disable formatting
- systemd journalctl includes timestamps in log messages already
- updated logger to use console.error, console.warn, console.info, and etc.
2016-04-27 13:46:50 -04:00
Braydon Fuller 271dcd8902 build: add jshint to scripts and ci build 2016-04-27 11:36:46 -04:00
Braydon Fuller d958e83f1d build: add support for nodejs 0.10
For Ubuntu 14.04 Node.js compatibility: http://packages.ubuntu.com/trusty/nodejs
2016-04-25 17:23:48 -04:00
Braydon Fuller 76eeba5999 build: verify bitcoin download 2016-04-25 16:08:19 -04:00
Braydon Fuller a61f43a584 build: upgrade socket.io
nodejs binary addons have been removed as optional dependencies from ws, however
they will still be used if available:
49b11093e9
2016-04-23 17:09:46 -04:00
Braydon Fuller 890b38744d test: update unit tests, refactoring and cleanup 2016-04-15 11:20:33 -04:00
Braydon Fuller 37f31fdb19 bitcoind: added getspentinfo method 2016-04-12 15:07:16 -04:00
Braydon Fuller 1013ad3c56 build: upgrade chai and mocha 2016-04-08 14:58:45 -04:00
Braydon Fuller 7c344b5f24 build: updates for npm install 2016-04-08 12:00:10 -04:00
Braydon Fuller c116353b8d build: start of install script 2016-04-08 12:00:09 -04:00
Braydon Fuller 0f24dd5f49 config: update configuration options for exec path
- config options for bitcoind to specify exec path of bitcoind
- config options to connect to multiple bitcoind processes
- systemd and upstart preferred methods to daemonize
2016-04-08 11:59:26 -04:00
Braydon Fuller b69d848352 bitcoind: add lru caching for results 2016-04-08 11:59:26 -04:00
Braydon Fuller 7e70bbfa7d bitcoind: bitcoind service using rpc and zmq with address index 2016-04-08 11:59:26 -04:00
Chris Kleeschulte 07c317df80 Bump development version to v2.1.1-dev 2016-04-08 11:31:46 -04:00
Chris Kleeschulte 6147be5c49 Bump package version to v2.1.1 2016-04-08 10:33:57 -04:00
Chris Kleeschulte 53735025dd Bump development version to v2.1.0-dev 2016-02-08 15:37:30 -05:00
Chris Kleeschulte 6dfb354230 Bump package version to v2.1.0 2016-02-08 14:37:29 -05:00
Braydon Fuller 0d6bc98333 Dependencies: Updated bitcore-lib to version ^0.13.13
This release includes new API for regtest with `enableRegtest()` and `disableRegtest()`
2016-02-05 10:14:09 -05:00
Braydon Fuller 17e8173d14 Dependencies: Temporarily switch to development version of bitcore-lib 2016-02-04 17:28:10 -05:00
Chris Kleeschulte ca19994326 Bump development version to v2.0.1-dev 2016-02-01 15:49:20 -05:00
Chris Kleeschulte 0311d137ae Bump development version to v2.0.1 2016-02-01 14:41:30 -05:00
Chris Kleeschulte b80e3e19e2 Added ARM prebuilt binaries for Leveldown
- this is necessary because leveldown does not supply an ARM binary
- butcher needs a binary so that compiler tool chains are not necessary
2016-02-01 13:42:08 -05:00
Chris Kleeschulte 663b100084 Added arm support. 2016-01-29 13:40:45 -05:00
Chris Kleeschulte c091ca9d67 Bump development version to v2.0.0-dev 2016-01-28 15:17:00 -05:00
Chris Kleeschulte 419aa5785b Bump package version to v2.0.0 2016-01-28 14:31:58 -05:00
Chris Kleeschulte b0a0f629e2 Merge pull request #392 from braydonf/large-queries
Memory optimizations for large address queries
2016-01-27 14:45:05 -05:00
Lars-Magnus Skog 43e472707f homepage link 404 on github 2016-01-19 20:49:17 +01:00
Braydon Fuller 4fcec8755c Address Service: Fixed many bugs from tests
- Refactored getAddressSummary and added several tests
- Fixed bugs revealed from the integration regtests
- Updated many unit tests
2016-01-13 17:15:14 -05:00
Chris Kleeschulte 59701c4c34 Bump development version to v1.0.1-dev 2015-12-02 18:03:34 -05:00
Chris Kleeschulte 6ef84f6059 Bump package version to v1.0.1 2015-12-02 17:10:15 -05:00
Chris Kleeschulte f14810698c Bump development version to v1.0.0-dev 2015-11-04 12:43:59 -05:00