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 |
Ryan X. Charles
|
75a29d695d
|
Merge pull request #107 from dthorpe/master
Specify OpenSSL lib path so that bitcore references to OpenSSL will link...
|
11 years ago |
Ryan X. Charles
|
08372972c6
|
Merge pull request #116 from maraoz/feature/add-bitcoin-core-tests
Feature/add bitcoin core tests
|
11 years ago |
Manuel Araoz
|
05c5538162
|
script parser code added and tested
|
11 years ago |
Matias Alejo Garcia
|
c05181e412
|
fix error in versioned data
|
11 years ago |
Matias Alejo Garcia
|
6d9a396d89
|
fix error in versioned data
|
11 years ago |
Matias Alejo Garcia
|
a1ebf75717
|
migrate examples to soop
|
11 years ago |
Matias Alejo Garcia
|
c0c325dabd
|
all classes working with soop and test passing
|
11 years ago |
Matias Alejo Garcia
|
fa1e323d39
|
add soop dependency. remove bitcore
|
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 |
Ryan X. Charles
|
5b440901d6
|
Merge pull request #112 from matiu/feature/sign-verify-browser
Feature/sign verify browser
|
11 years ago |
Matias Alejo Garcia
|
cfc3ca35d4
|
remove constructor params in browser version of KeyModule
|
11 years ago |
Matias Alejo Garcia
|
948f4bb283
|
add KeyModule example to browser
|
11 years ago |
Matias Alejo Garcia
|
8f61401099
|
add support for Sign and Verify in Key for Browser. Tests added
|
11 years ago |
Matias Alejo Garcia
|
e1e30c5f7c
|
change name to print function
|
11 years ago |
Matias Alejo Garcia
|
5acb847e53
|
support for compressed pub key import
|
11 years ago |
Ryan X. Charles
|
e9154932c2
|
Merge pull request #109 from matiu/feature/opt-require
Feature/opt require
|
11 years ago |
Matias Alejo Garcia
|
2ae2fcb1d9
|
fix examples
|
11 years ago |
Matias Alejo Garcia
|
be4a228aee
|
prevent requiring bitcoinjs-lib each time
|
11 years ago |
dthorpe
|
333f002962
|
Specify OpenSSL lib path so that bitcore references to OpenSSL will link to separate OpenSSL DLL in Windows (following bignum@1.6 pattern). Fixes issue #106
|
11 years ago |
Ryan X. Charles
|
9981aec468
|
Merge pull request #105 from maraoz/bug/ripemd160-fix
fix ripemd160 for browser and add tests
|
11 years ago |
Manuel Araoz
|
066936d69b
|
fix ripemd160 for browser and add tests
|
11 years ago |
Ryan X. Charles
|
8b321f7a97
|
Merge pull request #103 from maraoz/bug/update-README
clarify need for bitcoind in examples
|
11 years ago |
Manuel Araoz
|
e25e54ca93
|
clarify need for bitcoind in examples
|
11 years ago |
Ryan X. Charles
|
3c34c03c17
|
Merge pull request #102 from ryanxcharles/feature/v0.1.6
Feature/v0.1.6
|
11 years ago |
Ryan X. Charles
|
ca6791dc5d
|
Merge pull request #100 from SomeoneWeird/ab-npmtest
Hook up npm test
|
11 years ago |
Ryan X. Charles
|
4c3957c872
|
add Manuel, Matias, myself to contributors
|
11 years ago |
Ryan X. Charles
|
d08899c853
|
update version to 0.1.6
The most significant update in this version is Manuel's work on getting bitcore
to work in the browser.
|
11 years ago |
Adam Brady
|
7f49c63c96
|
Hook up npm test
|
11 years ago |
Ryan X. Charles
|
79c3754ec0
|
Merge pull request #97 from maraoz/feature/Bignum-6.2
change to Bignum 6.2 and fix grunt problem
|
11 years ago |
Manuel Araoz
|
47965ef0a4
|
change to Bignum 6.2 and fix grunt problem
|
11 years ago |
Ryan X. Charles
|
c0e6c87705
|
Merge pull request #95 from maraoz/feature/browser-example
Feature/browser example
|
11 years ago |
Manuel Araoz
|
58da54d26b
|
update README for html example
|
11 years ago |
Manuel Araoz
|
fb9e89b48b
|
HTML usage of bitcore
|
11 years ago |
Manuel Araoz
|
d3f1d1989c
|
fix testdata importing
|
11 years ago |
Ryan X. Charles
|
c1f82d16ce
|
Merge pull request #91 from SomeoneWeird/master
Clean up & fix examples
|
11 years ago |
Ryan X. Charles
|
a7a071193d
|
Merge pull request #86 from maraoz/feature/browserify-ecdsa
Feature/browserify ecdsa
|
11 years ago |
Adam Brady
|
506a6c4208
|
Clean up & fix examples
|
11 years ago |
Ryan X. Charles
|
784e4e32f9
|
Merge pull request #90 from trapp/issue-88-wrong-bufferput
Updated bufferput dependency to bitpays repository.
|
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 |