Devrandom
79d50e92d4
BIP39 in browser
11 years ago
Ryan X. Charles
338158ca46
fix sjcl issue on npm install
...by including sjcl locally
11 years ago
Ryan X. Charles
c488268a3c
update version to 0.1.22
11 years ago
Ryan X. Charles
80ccaa8396
rename "rand" to more explanatory "getRandomSeed"
11 years ago
Ryan X. Charles
117eaa4288
remove underscore dependency to decrease bundle size
11 years ago
Ryan X. Charles
a242112e66
replace jssha with sjcl - remove jssha dependency
11 years ago
Ryan X. Charles
af9fdff3a9
use SJCL AES to get ECIES working in the browser
11 years ago
Ryan X. Charles
e963ff3c45
add ECIES support in node - not browser
11 years ago
Matias Alejo Garcia
691fec5342
fix .fromScriptPubKey parsing in some strange Txs
11 years ago
Ryan X. Charles
5594f82398
up version to 0.1.21
...to make sure compiled bundle is absolutely the latest.
11 years ago
Ryan X. Charles
1361bd2939
fix npm install issue and up version
Bitcore in Copay is not being installed correctly due to changes we made
recently in the way bitcore is compiled (it is not compiled on install, but on
prepublish). This adds all the bundles to the repo to fix that issue.
11 years ago
Matias Alejo Garcia
4bd96e72f4
.
11 years ago
Ryan X. Charles
c038abc8e7
rename BIP32 -> HierarchicalKey, deprecate BIP32
Sounds better.
11 years ago
olalonde
b26dd77911
Armory: added to bitcore.js, build.js and browser example
11 years ago
olalonde
78ae388553
Replace process.versions tests by browserify's package.json browser field. Fixes #329
11 years ago
Ryan X. Charles
7f348ca0bd
Move BigNumber to internal
...no longer relies on Manuel's repo hostig a version of "bignum" that actually
contained bignumber.js. This moves bignumber.js internally and removes bignum
from the browser build process. Also adds a bitcore.Bignum that links to the
right thing. In node, browser.Bignum is require('bignum'). And in the browser,
bitcore.Bignum is is now Bignumber.js (same as before ... except bignumber.js
is now inside bitcore).
11 years ago
Ryan X. Charles
c7b33eca9a
update key signing to use new SecureRandom
...and throw an error if you try to use the old, non-secure random number
generator.
11 years ago
Ryan X. Charles
350f6ae998
Key should make sure new privkey is less than N
...this involves adding a Curve class, and significant refactoring to make this
possible in a clean way.
11 years ago
Ryan X. Charles
ba692aaa20
add new SecureRandom class that does the right thing
Generating random numbers properly depends on the platform. The new
getRandomBuffer method does the right thing on the right platform. It will
sometimes fail due to insufficient entropy. The getPseudoRandomBuffer class is
also provided that will never fail, but it is not cryptographically secure and
should not be used for keys.
11 years ago
Manuel Araoz
6e306c4cb1
bundler changes for customizer
11 years ago
Manuel Araoz
ebafcb94a3
changing browser builder
11 years ago
Ryan X. Charles
e4e45c5245
add Electrum to browser build and tests
11 years ago
Ryan X. Charles
55061776ac
add Message to browser build and tests
11 years ago
Eric Martindale
9771d8138d
Fix browser bundling with new architecture.
11 years ago
Manuel Araoz
3cbcbd54cb
fix Buffers.skip in the browser
11 years ago
unknown
d8c8288ce4
Change to @olalonde suggestion for compatibility on both *nix and windows
11 years ago
unknown
880efdc22f
Fix exec syntax in browser/build.js, fixes error on windows
11 years ago
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