40 Commits (18fb33d433d1fc44477c033a83d942c4317f2884)

Author SHA1 Message Date
Daniel Cousens 13d41f67e9 Script: adds toASM/fromASM 10 years ago
Daniel Cousens 00cec9ce64 Script: move all templates to templates.js 11 years ago
Daniel Cousens aded938ab6 Script: check hex not template result 11 years ago
Daniel Cousens 4e04eea436 Script: use fromChunks internally for all Script templates 11 years ago
Daniel Cousens f20ffec8b3 tests: always use for, it testing style 11 years ago
Daniel Cousens 7d94d1b068 Script: add fromChunks and without 11 years ago
Daniel Cousens b05d17f904 Script: adds missing exception regex 11 years ago
Daniel Cousens 778aab104e tests: fix #198 indentation 11 years ago
John Russell 343289229e ensures that pubKey length is greater than m 11 years ago
Daniel Cousens 08951be66f Script: add createPubKeyScriptPubKey 11 years ago
Kyle Drake f545ed1279 remove crypto hash transition code 11 years ago
Daniel Cousens b2351f9026 tests: use JSON fixtures exclusively 11 years ago
Daniel Cousens 55681e7e5d Script: use PubKey objects not prebuilt Buffers 11 years ago
Daniel Cousens 6c0eebe94b tests: use filepaths directly 11 years ago
Daniel Cousens 7a740c2e7b tests: forces consistent import syntax 11 years ago
Daniel Cousens f18c5e4c1e Script: removes Script.createP2SHMultiSigScriptSig 11 years ago
Daniel Cousens f8e662e495 Script: rename toScriptHash to getHash and add tests 11 years ago
Daniel Cousens cace8316e4 Script: extract test data to fixture 11 years ago
Daniel Cousens 708aa03390 Transaction/Script: bitcoin network no longer implied 11 years ago
Daniel Cousens 0822def7e0 Script: add standard Script.create*ScriptPubKey 11 years ago
Daniel Cousens d0f684844c Script: add toHex, fromHex 11 years ago
Daniel Cousens 57b8afbdab Network: rename Network to Networks 11 years ago
Daniel Cousens f5ce83beca Adds working implementation of Script.createP2SHMultisigScriptSig 11 years ago
Daniel Cousens 6edd97d4fd Removes convert usage 11 years ago
Daniel Cousens 682ec133bb Migrates Address to stricter API subset 11 years ago
Daniel Cousens f047afef2d Updates network.js constant names 11 years ago
Wei Lu c3d95010ae standardize test descriptions & add nonstandard script test vector 11 years ago
sidazhang 92cff2fb43 Test vectors for nulldata (OP_RETURN) and multisig 11 years ago
sidazhang aa43e98ac0 Aligning type naming with bitcoind and fixed pubkeyhash bug 11 years ago
Daniel Cousens c99a576fbd Migrates all usage of crypto-js/sha256 to ./crypto 11 years ago
Daniel Cousens 81d9c8e759 Renames util.js to crypto.js 11 years ago
Wei Lu 93fe1b4c78 cosmetic standardization 11 years ago
Julius Taylor bad2f769ff added redeem script test 11 years ago
Wei Lu 83381186d1 add (some) fromAddress and getInType tests to script 11 years ago
Wei Lu c3880c0cdf script.toAddress -> script.getToAddress 11 years ago
Wei Lu 423124966f add toAddress and getOutType tests to script 11 years ago
Julius Taylor a4317d67be validate multi-sig address 11 years ago
Wei Lu 9f2da415ea fix script constructor array check 11 years ago
Wei Lu d2b790fef9 throw error when input to script constructor is not an array 11 years ago