Ryan X. Charles
7f9891bc92
fix mocha tests
Node tests were erroring out on this. Need to have "./Connection"
11 years ago
Ryan X. Charles
1b3e703fd0
Merge pull request #124 from maraoz/bug/skip-broken-tests
Bug/skip broken tests
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
cb00efb092
Merge remote-tracking branch 'maraoz/feature/add-bitcoin-core-tests'
Conflicts:
Script.js
ScriptInterpreter.js
...fixed conflicts in Script.js and ScriptInterpreter.js. Many tests are broken
right now, but that's because we're now including more test data in the tests.
These need to be fixed.
11 years ago
Ryan X. Charles
c2705813b3
add grunt browserify package so "npm install" works
11 years ago
Ryan X. Charles
52c12aa5f4
fix package.json reference to bitpay soop
...the soop library is located at bitpay/soop, not bitpay/node-soop.
11 years ago
Ryan X. Charles
967ec01778
Merge pull request #120 from matiu/feature/support-soop-browser
Feature/support soop browser
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
Ryan X. Charles
c19fb7a3ce
Merge remote-tracking branch 'matiu/feature/support-soop-browser'
Conflicts:
Script.js
ScriptInterpreter.js
Transaction.js
test/testdata.js
...conflicts resolved by taking Manuel's changes, and then manually including
Matias's changes on those same files. The conflicts resulted from differences
in indentation, which is because Matias' changes unindendented all the code
that had been but is not now inside a function.
11 years ago
Matias Alejo Garcia
f494b47b18
update dependencies
11 years ago
Matias Alejo Garcia
66d3a0e822
update soop repository
11 years ago
Matias Alejo Garcia
089fbab719
support soop with browser all test passing
11 years ago
Manuel Araoz
3284bfcb2f
remove console.logs
11 years ago
Manuel Araoz
9a64cb0ea1
fix format in ScriptInterpreter
11 years ago
Manuel Araoz
512d9d39ee
small fix
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
Ryan X. Charles
1a9c062760
Merge pull request #117 from mbelshe/master
* Fix size bug in bitcore's getVarIntSize.
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
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