Braydon Fuller
90f7e46234
Changed package name to bitcore-lib.
9 years ago
Braydon Fuller
81509debbd
Fix package.json by replacing gulp-bitcore with bitcore-build
10 years ago
Manuel Araoz
6434d6ca87
use gulp-bitcore for gulp
10 years ago
Manuel Araoz
149b7fafed
new error system with no code generation
10 years ago
Esteban Ordano
26e688ae06
Add .toScriptHashOut() to scripts
- Also sort gulpfile dependencies
10 years ago
Braydon Fuller
9c02a4b677
Tests: Use karma to launch browsers locally if installed.
10 years ago
Manuel Araoz
0914624860
fix releaser script
10 years ago
Manuel Araoz
3a6e3a9ba0
fix remote reference in gulpfile.js
10 years ago
Manuel Araoz
d4a1930506
automate release process
10 years ago
Braydon Fuller
f89612f9de
Added jsdoc2md to generate api reference documentation to markdown, and organized docs into 'api' and 'guide'
10 years ago
Braydon Fuller
f77b1cd62c
Moved docs to match organization and naming of `lib` (mostly)
10 years ago
Esteban Ordano
af0cae6788
Add istanbul to dev-deps, for test coverage reports
10 years ago
Esteban Ordano
767e558170
Update coveralls
10 years ago
Esteban Ordano
d1f5d95121
Fixes `gulp jsdoc`
Typo
10 years ago
Esteban Ordano
4b14aba859
Remove useless folder
10 years ago
Esteban Ordano
d4b8c4adc6
Remove globals
10 years ago
Esteban Ordano
4433bd422b
Refactor gulpfile
10 years ago
Esteban Ordano
ed9a9f6da9
Fix wrong jsdocs
10 years ago
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
10 years ago
Braydon Fuller
5d1da9802c
Block: Added validation of proof of work, merkle tree and other interface changes. Closes #601
10 years ago
Braydon Fuller
10a92cdebb
Tests: Remove devDependency and change to relative path names
10 years ago
Braydon Fuller
6902697383
Tests: Speed up browser build
10 years ago
Esteban Ordano
efcb9ce08b
Change to use browser-all before karma
10 years ago
Esteban Ordano
3a0d6e8c89
Export window.bitcore for browsers
10 years ago
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
10 years ago
Esteban Ordano
13fd2592fc
Add autogenerated errors
10 years ago
Esteban Ordano
edc5b24d69
100% test coverage for HDPrivateKey
10 years ago
Braydon Fuller
c6a0803df2
Tests: Fix browser-test build
10 years ago
Manuel Araoz
115c581bd0
simplify gulpfile for watch:browser
10 years ago
Manuel Araoz
433cd81543
add npm install hook for browserify
10 years ago
Manuel Araoz
25651813e8
make travis run all tests
10 years ago
Braydon Fuller
b456d9a11a
Tests: Add karma config and dependencies
10 years ago
Esteban Ordano
077a501da3
fixes gulpfile cover and browser-test
10 years ago
Esteban Ordano
2ab42595e4
Fixes gulp coverage
10 years ago
Esteban Ordano
4b201a8db1
Replace grunt with gulp
10 years ago
yangit
11b391820d
Added gulp task to concat /examples/*.js into ./examples.md
11 years ago