bitcoinjs-lib/test
Kyle Drake 28e146431c
Many cleanups to Transaction, see detailed.
Default-ize the sequence rather than use a number, and default to bytes
for input. I doubt anybody ever uses this anyways.

Remove weird convenience code, and remove wallet logic. Checking a TX's
affects on a wallet should be managed by the wallet object.

Remove parsing for the weirder SIGHASH types. People use this library
for creating SIGHASH_ALL transactions, and I don't see the need to
support these other types at the moment since this library's more used
for wallets than for hardcore bitcoin tx analysis/creation. They weren't
tested anyways.

Add note about potentially improving performance by providing
pubkey/address. Deriving from the private key is slower, that
information should probably be cached by the end user.
2014-03-20 15:40:07 -07:00
..
address.js fix spacing 2014-03-06 17:57:32 -06:00
base58.js move convert methods from util to convert 2014-03-11 09:52:48 +08:00
convert.js move convert methods from util to convert 2014-03-11 09:52:48 +08:00
ec.js cleanup runners, add coverage script, fix typo 2014-03-11 12:23:37 -07:00
eckey.js move address versions into network 2014-02-28 16:58:14 +08:00
hdwallet.js change hd wallet constructor to take bytes 2014-03-14 10:03:56 +08:00
jsbn.js Reformat all tests for more modern mocha syntax (describe, it) 2014-01-11 13:57:43 +07:00
message.js Message signing does not work with compressed keys. ref #61 2014-03-11 18:25:36 +01:00
misc.js move convert methods from util to convert 2014-03-11 09:52:48 +08:00
mocha.opts start to split into node commonjs style modules 2013-02-17 00:40:14 -05:00
script.js fix script constructor array check 2014-03-17 16:13:49 +08:00
transaction.js Many cleanups to Transaction, see detailed. 2014-03-20 15:40:07 -07:00
wallet.js new master key resets accounts and addresses 2014-03-16 13:36:57 +08:00