Matias Alejo Garcia
ada92746b7
selectUnspent function and tests
11 years ago
Matias Alejo Garcia
f4eb198bdb
add createTx example to mocha
11 years ago
Matias Alejo Garcia
aed94b3e45
add createTx example to mocha
11 years ago
Ryan X. Charles
05f6e28642
update interface, bitcore.KeyModule.Key -> bitcore.Key
It's annoying and easy to forget to type in bitcore.KeyModule.Key. I have
updated this so that now you can just do bitcore.Key. Tests pass in node and
the browser. This is a backwards-incompatible change so all software that
depends on the old style key generation will need to be updated.
11 years ago
Matias Alejo Garcia
2a6f7155b3
fix sigatures and verifications on browser
11 years ago
Matias Alejo Garcia
caa16713f1
add broken test for verifing a signature (fails in browser)
11 years ago
Manuel Araoz
1732ec2ced
add new example
11 years ago
Manuel Araoz
56c12a03b9
add example tests
11 years ago
Matias Alejo Garcia
ab183c0e66
fixes ripe160 add some tests
11 years ago
Matias Alejo Garcia
6af1b1dab6
add broken test for sha256ripe160
11 years ago
Matias Alejo Garcia
5be37f2c7b
remove PeerManager exception, no necesary anymore
11 years ago
Matias Alejo Garcia
e2c775e17f
more broken cases in browser
11 years ago
Matias Alejo Garcia
eb13e47c8f
add demo broken test for WalletKey
11 years ago
Manuel Araoz
409bb093d5
configurable submodules for browser bundle
11 years ago
Manuel Araoz
13b1431c56
change default way of validating Addresses
11 years ago
Manuel Araoz
ad34fd191d
starting Address idiom changes
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
Manuel Araoz
0477b75de4
fix util broken tests
11 years ago
Manuel Araoz
88b85c02fd
skip broken tests
11 years ago
Ryan X. Charles
0adbc55e82
make browser tests work by including testdata
...testdata was not being loaded correctly by the new browserify.js file, and
thus not all the tests were working. I have fixed this by including "testdata"
as one of the modules that is compiled by the browserify.js script.
11 years ago
Matias Alejo Garcia
089fbab719
support soop with browser all test passing
11 years ago
Manuel Araoz
1d72154c54
separate getStringContent and getHumanReadable
11 years ago
Manuel Araoz
dc56cb8d45
fixed Script parse tests for all scripts (valid and invalid)
11 years ago
Manuel Araoz
e83590f528
fix Script parsing for some cases, setup ScriptInterpreter tests
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
Manuel Araoz
05c5538162
script parser code added and tested
11 years ago
Matias Alejo Garcia
c0c325dabd
all classes working with soop and test passing
11 years ago
Manuel Araoz
40ee699453
working on Transaction verification and Script tests
11 years ago
Manuel Araoz
ade6f36c34
basic Transaction test working
11 years ago
Manuel Araoz
6755b84fbf
Transaction new tests not working
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
a2bd68f456
add bitcoin/bitcoin test data
11 years ago
Matias Alejo Garcia
cfc3ca35d4
remove constructor params in browser version of KeyModule
11 years ago
Matias Alejo Garcia
8f61401099
add support for Sign and Verify in Key for Browser. Tests added
11 years ago
Manuel Araoz
066936d69b
fix ripemd160 for browser and add tests
11 years ago
Manuel Araoz
d3f1d1989c
fix testdata importing
11 years ago
Manuel Araoz
6a24e7fbe0
load test data from files
11 years ago
Manuel Araoz
b4642e8924
all tests working in browser :D
11 years ago
Manuel Araoz
3e5e0057b1
Key tests working in the browser~!!!
11 years ago
Manuel Araoz
915c048c3b
browser ECDSA compressed key generated
11 years ago
Manuel Araoz
0f393cb989
ECDSA key browser work
11 years ago
Manuel Araoz
47fb987600
Added more classes to browser
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
ed90a2ebe6
Browserify Bloom
11 years ago