bitcoinjs-lib/test
Daniel Cousens 708aa03390 Transaction/Script: bitcoin network no longer implied
A Transaction (and its subsequent scripts) do not carry any network
specific information in the Bitcoin protocol.
Therefore they can not (without further context) produce the network
specific constants for the generation of the base58 Addresses.

As TransactionOut.address is used heavily throughout Wallet and other
areas of the library, this could not be entirely removed without a large
number of changes.
For now, TransactionOut.address is only defined in the case of
Tx.addOutput being used directly:

      Transaction.addOutput(address, value)
2014-05-08 10:59:58 +10:00
..
fixtures Address: add Address.*ScriptPubKey and tests 2014-05-08 10:59:58 +10:00
integration Network: rename Network to Networks 2014-05-08 10:59:58 +10:00
address.js Address: add Address.*ScriptPubKey and tests 2014-05-08 10:59:58 +10:00
base58.js Updates test fixtures to use bitcoin core test data 2014-04-22 00:24:20 +10:00
base58check.js Updates test fixtures to use bitcoin core test data 2014-04-22 00:24:20 +10:00
buffer.js Adds Buffer extensions 2014-05-04 17:30:59 +10:00
convert.js Removes redundant convert functions 2014-05-04 17:31:47 +10:00
crypto.js Changes deepEqual to equal 2014-04-08 23:50:27 +10:00
ec.js upgrade bigi & remove monkey patching 2014-05-03 10:04:54 +08:00
ecdsa.js upgrade bigi & remove monkey patching 2014-05-03 10:04:54 +08:00
eckey.js Adds RFC6979 test vectors and fixes ecdsa.sign/detGenK 2014-04-26 02:17:28 +10:00
hdwallet.js Fixes incorrect PubKey hex constant 2014-05-04 15:15:22 +10:00
message.js Network: rename Network to Networks 2014-05-08 10:59:58 +10:00
script.js Transaction/Script: bitcoin network no longer implied 2014-05-08 10:59:58 +10:00
transaction.js Transaction/Script: bitcoin network no longer implied 2014-05-08 10:59:58 +10:00
wallet.js Transaction/Script: bitcoin network no longer implied 2014-05-08 10:59:58 +10:00