Matias Alejo Garcia
26b7f89f39
update examples and readme
11 years ago
Ryan X. Charles
f6aa01c445
add basic tests for all functions in Point
11 years ago
Ryan X. Charles
c03d3c5818
get BIP32 working in the browser by exposing more crypto
11 years ago
Manuel Araoz
18630bb2b1
fix browser tests
11 years ago
Ryan X. Charles
ba59d97a73
make things work in the browser by fixing sha512
...had to use jsSHA package to do SHA512 in the browser. Unfortunately it is
quite slow compared to node.
11 years ago
Matias Alejo Garcia
684be77268
small fixes in block, adapt to browser bignum. remove legacy code
11 years ago
Manuel Araoz
e8013cfed0
fix dir
11 years ago
Manuel Araoz
eb90bc152b
base dir
11 years ago
Manuel Araoz
5e0ae915f2
muting testdata for stdout
11 years ago
Manuel Araoz
f9d4c66c0f
remove extra prints
11 years ago
Manuel Araoz
b696dae603
make stdout output possible
11 years ago
Manuel Araoz
c9607e5821
fix paths
11 years ago
Manuel Araoz
a675f4566c
fix paths
11 years ago
Manuel Araoz
b1c038b4d0
add dir option
11 years ago
Manuel Araoz
c72cab1803
add exports
11 years ago
Manuel Araoz
e0557d0dea
check submodule validity
11 years ago
Manuel Araoz
dabfbc0cf3
modularize browser build.js
11 years ago
Manuel Araoz
0e9ec8b57c
fix dir
11 years ago
Manuel Araoz
b3e243e397
base dir
11 years ago
Manuel Araoz
cd88011875
muting testdata for stdout
11 years ago
Manuel Araoz
1cda79fd93
remove extra prints
11 years ago
Manuel Araoz
435604cf49
make stdout output possible
11 years ago
Manuel Araoz
5db6dfd8ed
fix paths
11 years ago
Manuel Araoz
f1834162dd
fix paths
11 years ago
Manuel Araoz
25868dc8f0
add dir option
11 years ago
Manuel Araoz
7702f6137e
add exports
11 years ago
Manuel Araoz
ee04af6362
check submodule validity
11 years ago
Manuel Araoz
aa1511d95c
modularize browser build.js
11 years ago
Ryan X. Charles
34f92b605d
soop may not be in the bitcore directory
If bitcore is being built inside of another project that uses soop, soop may
not be in the bitcore directory. We need to find the location of soop and then
find the custom_prelude script relative to that.
11 years ago
Manuel Araoz
69dbb24bce
make util dependencies optional
11 years ago
Manuel Araoz
348cf50636
minify bundle
11 years ago
Matias Alejo Garcia
0f8ee57521
refactor ripe160 binding
11 years ago
Matias Alejo Garcia
ab183c0e66
fixes ripe160 add some tests
11 years ago
Manuel Araoz
c339fb1f2f
change README names
11 years ago
Manuel Araoz
dbc968e226
fixing postinstall
11 years ago
Manuel Araoz
fa7e205de8
still trying to fix postinstall
11 years ago
Manuel Araoz
409bb093d5
configurable submodules for browser bundle
11 years ago
Manuel Araoz
714cf98940
automatic vendor-bundle.js creation on browserify
11 years ago
Manuel Araoz
18b2d190de
change vendor.js to vendor-bundle.js
11 years ago
Manuel Araoz
069f67e924
fix Key tests
11 years ago
Manuel Araoz
76cf42506c
refactoring browser code
11 years ago
Ryan X. Charles
82d9f44b6b
remove unnecessary "buffer" from browserify.js
11 years ago
Ryan X. Charles
5b67d91f35
fix the loading for Key.js
Now, like all other modules loaded in the bitcore object, Key is only required
when it is actually used. All tests pass in node and the browser.
11 years ago
Manuel Araoz
4167827937
merge master changes
11 years ago
Manuel Araoz
d7529a8281
trying to fix node tests now
11 years ago
Manuel Araoz
a2e6e88569
fixing testdata inclusion in browser
11 years ago
Matias Alejo Garcia
089fbab719
support soop with browser all test passing
11 years ago
Mike Belshe
cda6d035b4
* Fix size bug in bitcore's getVarIntSize.
* Implement quadword for varIntBuf
* Add unit tests for util.varIntBuf and util.getVarIntSize
* Fix the browser/util numToVarInt equivalent as well
11 years ago
Matias Alejo Garcia
5acb847e53
support for compressed pub key import
11 years ago
Manuel Araoz
066936d69b
fix ripemd160 for browser and add tests
11 years ago