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
Manuel Araoz
3cbcbd54cb
fix Buffers.skip in the browser
11 years ago
Manuel Araoz
b58d5c5084
fix formatting
11 years ago
Manuel Araoz
6a5aa76b76
Buffers.monkey now at 100% coverage
11 years ago
Manuel Araoz
71353426f6
network refactors
11 years ago
Manuel Araoz
150a943447
fix private key validation and base58 invalid tests
11 years ago
Manuel Araoz
3cd4e31c31
fix Address validation issue
11 years ago
Manuel Araoz
f2be0f386c
add hex generation of addresses test
11 years ago
Manuel Araoz
53eb98babc
should generate from hex added
11 years ago
Manuel Araoz
d84dc652d9
refactor valid b58 tests
11 years ago
Manuel Araoz
f0b9cd0cab
complete base58_keys_valid tests
11 years ago
Manuel Araoz
4b430be5c8
add base58key tests for Address case
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
Manuel Araoz
d77cc28f7a
added references to bitcoin/bitcoin tests
11 years ago
Manuel Araoz
d2b74c2f7c
added decode test
11 years ago
Manuel Araoz
63973b29e3
added encode tests
11 years ago
Manuel Araoz
c693d01a44
Deserialize test
11 years ago
Manuel Araoz
339ef3073b
add const test
11 years ago
Manuel Araoz
bf641ef954
refactor tests
11 years ago
Manuel Araoz
0d5573dc16
Script class working in browser!
11 years ago
Manuel Araoz
e295e33800
starting with Transaction class
11 years ago