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
Manuel Araoz
8ab1c3feae
Transaction, Connection, Peer, Block, ScriptInterpreter working in the browser!
11 years ago
Manuel Araoz
1dcd941331
fixed various test problems
11 years ago
Manuel Araoz
0096238004
migrating buffertools compare method and test
11 years ago
Manuel Araoz
3d901a12f2
added tests to Block and Peer, and migrated buffertools usage
11 years ago
Manuel Araoz
4496ed369a
fix Transaction for node
11 years ago
Manuel Araoz
05bb2ff3df
change name for sin-test
11 years ago
Manuel Araoz
ab81de3c79
skipped problematic testcase
11 years ago
Manuel Araoz
a26665ec80
trying to fix Opcode test
11 years ago
Manuel Araoz
f6549bc570
script test fix
11 years ago
Manuel Araoz
262a5d7189
Added some tests for Script
11 years ago
Manuel Araoz
0d5573dc16
Script class working in browser!
11 years ago
Manuel Araoz
e295e33800
starting with Transaction class
11 years ago
Manuel Araoz
fc93218c56
Address working in the browser
11 years ago
Manuel Araoz
0a6ddaffa3
EncodedData working in the browser
11 years ago
Manuel Araoz
304fdc013d
starting address migration
11 years ago
Manuel Araoz
a47720eec1
remove mocha files
11 years ago
Manuel Araoz
5a90473d12
tests work in browser and node
11 years ago
Manuel Araoz
12d7274588
added testing framework for the browser
11 years ago
Matias Alejo Garcia
f35c03544b
replace tabs with 2 spaces using "expand"
11 years ago