109 Commits (46c87afa3fb67124f355935dae3a6dfd0e54702b)

Author SHA1 Message Date
Daniel Cousens c0e5393595 Transaction: remove .outpoint object 11 years ago
Daniel Cousens 203d6c7116 Transaction: add test for clone 11 years ago
Daniel Cousens d567463588 Transaction: remove estimateFee 11 years ago
Daniel Cousens 009fcb9b82 Transaction: now returns index of added input/output 11 years ago
Daniel Cousens 4f995fcae1 Transaction: tests should show unboxing of parameters 11 years ago
Daniel Cousens 3b3d19974c tests: avoid b2h where toHex exists 11 years ago
Daniel Cousens 66636f56bb Transaction: test hex formatting 11 years ago
Daniel Cousens 6ac3803483 Transaction: move test to proper section 11 years ago
Daniel Cousens 3b6f0bb9b3 Transaction: fix test name 11 years ago
Daniel Cousens f85792ba22 Transaction: remove address from txOut 11 years ago
Daniel Cousens 5551c38812 Transaction: use hash Buffer instead of hex string 11 years ago
Daniel Cousens bdc7131d0e Transaction: renames getHash to getId 11 years ago
Daniel Cousens 867465a03f Transaction: support non-addressable output scripts 11 years ago
Daniel Cousens 5bd636cab7 Transaction: remove TxIn/TxOut from API 11 years ago
Daniel Cousens a6b9dd9473 Transaction: remove hash:index notation 11 years ago
Daniel Cousens 8b5647b0b9 Transaction: remove TxIn/TxOut exports 11 years ago
Daniel Cousens b0317be4d5 tests: formatting 11 years ago
Daniel Cousens 7e5af52cd1 Transaction: mass rename from SPK/SS to Input/Output 11 years ago
Daniel Cousens 41c3b68293 templates: rename to scripts 11 years ago
Daniel Cousens 00cec9ce64 Script: move all templates to templates.js 11 years ago
Daniel Cousens 9a72c7437b Script: adds Script.EMPTY constant 11 years ago
Daniel Cousens 2dec1375a1 ecdsa: use (r, s) values directly 11 years ago
Daniel Cousens 0468c4710c Transaction: rename (de)serialize to [to/from]Buffer 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 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 57b8afbdab Network: rename Network to Networks 11 years ago
Daniel Cousens 76323a07d0 Transaction: restrict TxIn/TxOut constructor params 11 years ago
Daniel Cousens a77846701f Fixes network support for TxOut 11 years ago
Daniel Cousens 4012b82bec Fixes Transaction.addOutput(Address, Number) 11 years ago
Daniel Cousens baa568697b Transaction.deserialize no longer mutates input 11 years ago
Daniel Cousens a8cf2fdd9e Changes internal serialization to use Buffers instead 11 years ago
Daniel Cousens 10ee5532c3 Serialize now returns a buffer 11 years ago
Daniel Cousens 09c6a787d9 Changes sequence number to an actual Number 11 years ago
Wei Lu 70219c877b Fixes signScriptSig test 11 years ago
Daniel Cousens 8ad8f6f169 Renames p2shsign to signScriptSig 11 years ago
Daniel Cousens fbf8211cab Adds tests for TX.prototype.p2shsign 11 years ago
Daniel Cousens 1c52f9f3d8 Removes convert module 11 years ago
Daniel Cousens 5546cae928 Removes type coercion for a stricter TX API 11 years ago
Daniel Cousens 682ec133bb Migrates Address to stricter API subset 11 years ago
Daniel Cousens b4f70dcdde Migrates ECKey to stricter API 11 years ago
Wei Lu 93fe1b4c78 cosmetic standardization 11 years ago
Daniel Cousens 8f7f50d555 Removes deprecated ECKey.export function 11 years ago
Daniel Cousens f12f8eac48 Adds failing test for larger transaction 11 years ago
Wei Lu 8d2525dba1 allow feePerKb to be set to zero 11 years ago
Wei Lu 3d12d3b038 implement and use txOut.scriptPubKey 11 years ago