bitcoinjs-lib/test/fixtures
Daniel Cousens bf109f32a9 ECPubKey: improve tests and extract test data to fixtures
The use of fixtures allows for more behavioural driven tests and simpler
addition of more test cases in future.

However, as ECPubKey is just a wrapper around other strenuously tested
modules, the test data is currently limited to testing a subset of the
total wrapper.

This should probably be done better by using mocked out modules instead.
2014-05-18 17:50:10 +10:00
..
address.js Address: consistent json formatting 2014-05-17 00:09:13 +10:00
base58.js Adds BI.toPaddedBuffer and toBuffer 2014-04-24 07:22:23 +10:00
base58check.js Updates test fixtures to use bitcoin core test data 2014-04-22 00:24:20 +10:00
bigi.js Adds BI.toPaddedBuffer and toBuffer 2014-04-24 07:22:23 +10:00
buffer.js Adds Buffer extensions 2014-05-04 17:30:59 +10:00
crypto.js crypto: HMACSHA512 into crypto and add tests 2014-05-12 10:18:39 +10:00
ecdsa.js Adds RFC6979 test vectors and fixes ecdsa.sign/detGenK 2014-04-26 02:17:28 +10:00
ecpubkey.js ECPubKey: improve tests and extract test data to fixtures 2014-05-18 17:50:10 +10:00
mainnet_tx.json Transaction is able to estimate fees 2014-03-26 08:43:31 +08:00
message.js Adds magicHash test fixtures 2014-04-22 00:23:12 +10:00
script.js Script: extract test data to fixture 2014-05-09 12:56:35 +10:00
syncscript.js syncscript: general cleanup 2014-05-17 00:09:12 +10:00