770 Commits (689f444bdf423af9a5241eabfd96c9c98573f363)

Author SHA1 Message Date
Daniel Cousens 24371425f9 ec: decodeFrom now uses Buffers and handles errors 11 years ago
Daniel Cousens a3f691bf7c ecdsa: parseSigCompact use Buffer API 11 years ago
Daniel Cousens f7c7265d64 ecdsa: parseSig now uses buffer API 11 years ago
Daniel Cousens ccca6989b5 ec: getEncoded now uses Buffer API 11 years ago
Daniel Cousens db3ffe58d1 message: use serializeSigCompact 11 years ago
Daniel Cousens 4c7108d561 ecdsa: add serializeSigCompact and tests 11 years ago
Daniel Cousens b208a6ab78 crypto/ecdsa: moves HmacSHA256 to crypto 11 years ago
Daniel Cousens 99a1b7274c Transaction: use the type embedded in the signature 11 years ago
Daniel Cousens 6b5990c6e2 message: support alternate networks 11 years ago
Daniel Cousens 10fe4474d1 ECKey: remove *Buffer/*Hex functions 11 years ago
Daniel Cousens 0468c4710c Transaction: rename (de)serialize to [to/from]Buffer 11 years ago
Daniel Cousens e033a872c9 Transaction: rename hashTransactionForSignature to hashForSignature 11 years ago
Daniel Cousens 55681e7e5d Script: use PubKey objects not prebuilt Buffers 11 years ago
Daniel Cousens 54cc123d31 Address/Script: consistent function ordering 11 years ago
Daniel Cousens b99ed46796 opcodes: rename to opcodes 11 years ago
Daniel Cousens f9782b7c17 opcodes: remove unused reverseMap 11 years ago
Daniel Cousens 554ba250b9 opcode: less redundant indentation 11 years ago
Daniel Cousens 1fe8282eda Script: remove redundant opcode.map access 11 years ago
Daniel Cousens e27c97a791 ECPubKey/ECKey: separate to two files 11 years ago
Daniel Cousens 05e0d08098 BufferExt: rename to bufferutils 11 years ago
Daniel Cousens 276a339d60 crypto: HMACSHA512 into crypto and add tests 11 years ago
Daniel Cousens f70ccc9215 convert: remove hex functions 11 years ago
Daniel Cousens 614a213d44 Transaction: remove untested hash array support 11 years ago
Daniel Cousens 063643b4a1 HDWallet: show clearer BIP32 adherence for Master key 11 years ago
Daniel Cousens 3ed7d78e59 HDWallet: adhere to BIP32 for CKD 11 years ago
Daniel Cousens 25514d6ac1 HDWallet: remove HmacBytesToBytes 11 years ago
Daniel Cousens da36003d09 Script: remove sort requirement for multisig 11 years ago
Daniel Cousens de343b2093 Script: remove Address requirement 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 342c55c864 Address: remove circular dependency fix 11 years ago
Daniel Cousens 48e15b587a Address: remove redundant comments 11 years ago
Daniel Cousens 708aa03390 Transaction/Script: bitcoin network no longer implied 11 years ago
Daniel Cousens 4207a0df99 Address: use Address.Error instead 11 years ago
Daniel Cousens 5e0d38ba54 Address: add Address.*ScriptPubKey and tests 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 929b8d2b62 Script: more consistent input handling 11 years ago
Daniel Cousens 7ad695e427 Script: fix assertion message grammar 11 years ago
Daniel Cousens 74e53b49a5 Script/Transaction: remove untested functions 11 years ago
Daniel Cousens 76323a07d0 Transaction: restrict TxIn/TxOut constructor params 11 years ago
Daniel Cousens 9a7e291d70 Transaction: fix incorrect outIndex type 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 695eb64a3a Clarifies Transaction.addOutput param documentation 11 years ago
Daniel Cousens baa568697b Transaction.deserialize no longer mutates input 11 years ago
Daniel Cousens 02013beda9 Renames variables to be more verbose 11 years ago
Daniel Cousens b860daf70b Corrects endianness comments 11 years ago
Daniel Cousens 87048d3b4e Adds performance notes 11 years ago