bitcoinjs-lib/test
Daniel Cousens 7e5af52cd1 Transaction: mass rename from SPK/SS to Input/Output
I think it is important we maintain some reasoning that an Input script
is actually a script signature, but in the end, these names are more
coherent and understandable when reasoning with our code.  So I think
its OK we break tradition with bitcoind.
2014-06-13 11:36:31 +10:00
..
fixtures Transaction: mass rename from SPK/SS to Input/Output 2014-06-13 11:36:31 +10:00
integration Transaction: mass rename from SPK/SS to Input/Output 2014-06-13 11:36:31 +10:00
address.js Transaction: mass rename from SPK/SS to Input/Output 2014-06-13 11:36:31 +10:00
base58.js base58: fix missing exceptions 2014-05-29 14:43:29 +10:00
base58check.js Base58check: no longer encodes version separately 2014-06-04 15:23:37 +10:00
bitcoin.core.js all: rename D to d as per SEC convention 2014-06-07 18:24:16 +10:00
bufferutils.js Merge pull request #202 from dcousens/ecneg 2014-06-03 13:38:25 +08:00
convert.js convert: remove reverseEndian 2014-06-04 15:46:40 +10:00
crypto.js tests: use JSON fixtures exclusively 2014-05-24 00:52:24 +10:00
ecdsa.js use ecurve instead of custom ec 2014-06-10 17:58:13 +10:00
eckey.js all: rename D to d as per SEC convention 2014-06-07 18:24:16 +10:00
ecpubkey.js ecpubkey: removed unnecessary alias 2014-06-10 18:36:00 +10:00
hdnode.js use ecurve instead of custom ec 2014-06-10 17:58:13 +10:00
message.js tests: always use for, it testing style 2014-06-07 19:46:06 +10:00
script.js Script: move all templates to templates.js 2014-06-13 10:52:07 +10:00
scripts.js templates: rename to scripts 2014-06-13 10:52:07 +10:00
transaction.js Transaction: mass rename from SPK/SS to Input/Output 2014-06-13 11:36:31 +10:00
wallet.js Transaction: mass rename from SPK/SS to Input/Output 2014-06-13 11:36:31 +10:00