bitcoinjs-lib/test/fixtures
Daniel Cousens b9bdf21cbe bufferutils: use verifuint for 64 bit integers
Taken from browserify-buffer.

Also adds a few more tests to assert this is working correctly from both
read and write perspectives.
The assertion in for writePushDataInt in the 32 bit case was
unnecessary as that is handled by buffer.writeUInt32LE anyway.
2014-05-31 14:24:43 +10:00
..
core coretests: reverse inputs for simplicity of testing 2014-05-29 16:06:19 +10:00
address.json address/base58check: fix missing exceptions/tests 2014-05-29 14:43:44 +10:00
base58.json tests: use JSON fixtures exclusively 2014-05-24 00:52:24 +10:00
base58check.json address/base58check: fix missing exceptions/tests 2014-05-29 14:43:44 +10:00
buffer.json bufferutils: use verifuint for 64 bit integers 2014-05-31 14:24:43 +10:00
crypto.json tests: use JSON fixtures exclusively 2014-05-24 00:52:24 +10:00
ec.json tests: use JSON fixtures exclusively 2014-05-24 00:52:24 +10:00
ecdsa.json ecdsa: fix missing exceptions 2014-05-29 15:42:52 +10:00
eckey.json ECKey: fix exception tests 2014-05-29 16:01:04 +10:00
ecpubkey.json tests: use JSON fixtures exclusively 2014-05-24 00:52:24 +10:00
hdwallet.json HDWallet: add fromBase58 exception checks 2014-05-30 19:01:03 +10:00
mainnet_tx.json Transaction is able to estimate fees 2014-03-26 08:43:31 +08:00
message.json message: data-driven tests 2014-05-24 13:50:27 +10:00
script.json Script: add createPubKeyScriptPubKey 2014-05-25 10:21:06 +10:00