Commit Graph

35 Commits

Author SHA1 Message Date
Braydon Fuller 81509debbd Fix package.json by replacing gulp-bitcore with bitcore-build 2015-01-16 11:59:22 -05:00
Manuel Araoz 6434d6ca87 use gulp-bitcore for gulp 2015-01-13 19:02:16 -03:00
Manuel Araoz 149b7fafed new error system with no code generation 2015-01-13 19:02:16 -03:00
Esteban Ordano 26e688ae06 Add .toScriptHashOut() to scripts
- Also sort gulpfile dependencies
2015-01-09 16:09:36 -03:00
Braydon Fuller 9c02a4b677 Tests: Use karma to launch browsers locally if installed. 2015-01-05 16:46:54 -05:00
Manuel Araoz 0914624860 fix releaser script 2014-12-24 11:44:13 -03:00
Manuel Araoz 3a6e3a9ba0 fix remote reference in gulpfile.js 2014-12-24 11:15:20 -03:00
Manuel Araoz d4a1930506 automate release process 2014-12-24 10:49:28 -03:00
Braydon Fuller f89612f9de Added jsdoc2md to generate api reference documentation to markdown, and organized docs into 'api' and 'guide' 2014-12-18 18:38:47 -05:00
Braydon Fuller f77b1cd62c Moved docs to match organization and naming of `lib` (mostly) 2014-12-18 17:07:09 -05:00
Esteban Ordano af0cae6788 Add istanbul to dev-deps, for test coverage reports 2014-12-17 23:02:02 -03:00
Esteban Ordano 767e558170 Update coveralls 2014-12-17 22:53:28 -03:00
Esteban Ordano d1f5d95121 Fixes `gulp jsdoc`
Typo
2014-12-17 13:33:45 -03:00
Esteban Ordano 4b14aba859 Remove useless folder 2014-12-16 23:00:14 -03:00
Esteban Ordano d4b8c4adc6 Remove globals 2014-12-16 17:30:43 -03:00
Esteban Ordano 4433bd422b Refactor gulpfile 2014-12-16 17:21:41 -03:00
Esteban Ordano ed9a9f6da9 Fix wrong jsdocs 2014-12-16 17:21:41 -03:00
Esteban Ordano 5c974a8ef2 Refactor transaction to match new API
* Refactor transaction into a different subfolder
* Added a lot of tests for sighash and transaction serialization (from
  reddit's and Ryan X. Charles' `fullnode`)
* Drop "only" from sighash tests and consolidate logs
2014-12-10 12:44:30 -03:00
Braydon Fuller 5d1da9802c Block: Added validation of proof of work, merkle tree and other interface changes. Closes #601 2014-12-08 14:51:43 -05:00
Braydon Fuller 10a92cdebb Tests: Remove devDependency and change to relative path names 2014-12-05 09:54:58 -05:00
Braydon Fuller 6902697383 Tests: Speed up browser build 2014-12-04 23:30:32 -05:00
Esteban Ordano efcb9ce08b Change to use browser-all before karma 2014-12-03 10:21:15 -03:00
Esteban Ordano 3a0d6e8c89 Export window.bitcore for browsers 2014-12-03 10:20:39 -03:00
Braydon Fuller 6e36baebc6 Tests: Enable tests for network, include defaultNetwork, check each constant, build browser tests before running to make sure it's up-to-date 2014-12-01 17:55:57 -05:00
Esteban Ordano 13fd2592fc Add autogenerated errors 2014-11-30 09:47:44 -03:00
Esteban Ordano edc5b24d69 100% test coverage for HDPrivateKey 2014-11-30 09:47:44 -03:00
Braydon Fuller c6a0803df2 Tests: Fix browser-test build 2014-11-26 18:13:03 -05:00
Manuel Araoz 115c581bd0 simplify gulpfile for watch:browser 2014-11-26 19:48:28 -03:00
Manuel Araoz 433cd81543 add npm install hook for browserify 2014-11-26 19:33:50 -03:00
Manuel Araoz 25651813e8 make travis run all tests 2014-11-26 18:50:53 -03:00
Braydon Fuller b456d9a11a Tests: Add karma config and dependencies 2014-11-26 14:47:26 -05:00
Esteban Ordano 077a501da3 fixes gulpfile cover and browser-test 2014-11-26 13:19:15 -03:00
Esteban Ordano 2ab42595e4 Fixes gulp coverage 2014-11-26 12:51:02 -03:00
Esteban Ordano 4b201a8db1 Replace grunt with gulp 2014-11-25 21:26:52 -03:00
yangit 11b391820d Added gulp task to concat /examples/*.js into ./examples.md 2014-06-25 22:30:29 +08:00