Matias Alejo Garcia
cb1a2d9b48
TransactionBuiler working with test
11 years ago
Ryan X. Charles
f6aa01c445
add basic tests for all functions in Point
11 years ago
Manuel Araoz
18630bb2b1
fix browser tests
11 years ago
Ryan X. Charles
22b57feb7b
Get test vector 1 working in node
11 years ago
Matias Alejo Garcia
5b95b0f0fd
Block.js tests WIP
11 years ago
Ryan X. Charles
602442c2ab
add bitcore.KeyModule back as deprecated
This will allow bitcore.KeyModule to work with existing code, but it prints out
a message that it is deprecated.
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
5be37f2c7b
remove PeerManager exception, no necesary anymore
11 years ago
Ryan X. Charles
acd42bf459
remove comment
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
Ryan X. Charles
8a41414114
add caching feature for bitcore.X requires
Normally when one loads the bitcore object, all classes are loaded into memory,
even if they are not used. This comment updates this so that the classes are
only required when they are actually used, preserving memory and making bitcore
as small and light for each project. This code is only relevant for node, since
the browser will have the ability to compile only the selected components.
Also, the Key class does not yet work with this, but everything else does.
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
Manuel Araoz
6a24e7fbe0
load test data from files
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
bf0010b8ac
fix buffertool's fill calls
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
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
5a90473d12
tests work in browser and node
11 years ago