124 Commits (e55676cf8e6b441dad5d747ea5da062338971c9d)

Author SHA1 Message Date
Wei Lu e55676cf8e Wallet: remove unncessary comments 11 years ago
Wei Lu 00d58604a4 Wallet: move getPrivateKeyForAddress to prototype 11 years ago
Wei Lu 2b4d94cd92 Wallet: move processPendingTx & processConfirmedTx to prototype 11 years ago
Daniel Cousens c13177bb29 Wallet: rename masterkey to masterKey 11 years ago
Daniel Cousens 6df785bb65 Wallet: move createTx to prototype 11 years ago
Daniel Cousens 7fd41fae4a Wallet: move most instance methods to prototype 11 years ago
Daniel Cousens 2f00c9ab35 Wallet: rework unspents to primarily work on initialization 11 years ago
Daniel Cousens 7c22067f69 Wallet: clarify getPrivateKeyForAddress method structure 11 years ago
Daniel Cousens abc3e6c715 Wallet: move estimatePaddedTxFee out of Wallet scope 11 years ago
Daniel Cousens 8b3470e8ca Wallet: move all free functions out of Wallet scope 11 years ago
Daniel Cousens d618aa9822 Wallet: deprecates newMasterKey 11 years ago
Daniel Cousens 8e0c835919 package: use crypto-browserify 3.0.0 11 years ago
Wei Lu f7af487597 wallet: reintroduce output.to to track pending spent utxo 11 years ago
Wei Lu 82b1d8fbdc wallet: do not delete pending incoming tx from outputs 11 years ago
Wei Lu 79a17d67ec wallet: do not overestimate fees when network has dustSoftThreshold 11 years ago
Wei Lu 7e31668b69 wallet: rename utxo.receive to utxo.from 11 years ago
Wei Lu 7e98123ccd wallet.getUnspentOutputs includes the pending field 11 years ago
Wei Lu bc3e0770f9 Add fee estimation functions for dogecoin and litecoin 11 years ago
Wei Lu 122b613eaf Move fee estimation into networks.js 11 years ago
Wei Lu 45a72416c9 wallet: Move dust and fee per kb into networks.js 11 years ago
Daniel Cousens c0e5393595 Transaction: remove .outpoint object 11 years ago
Daniel Cousens 2a267b62e6 jshint: remove unused variables 11 years ago
Daniel Cousens d567463588 Transaction: remove estimateFee 11 years ago
Daniel Cousens 5551c38812 Transaction: use hash Buffer instead of hex string 11 years ago
Daniel Cousens 2f56e63491 Wallet: avoid transaction inspection when signing 11 years ago
Daniel Cousens bdc7131d0e Transaction: renames getHash to getId 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 55ff383c7b Wallet: remove superfluous false parameter 11 years ago
Daniel Cousens 7e5af52cd1 Transaction: mass rename from SPK/SS to Input/Output 11 years ago
Wei Lu f53e35ed28 wallet: delete utxo instead of marking it as spend 11 years ago
Wei Lu d265b53b03 wallet: processTx -> processConfirmedTx, processPendingTx 11 years ago
Wei Lu e064e9d29d wallet.createTx ignores pending utxo 11 years ago
Wei Lu 660c95483d wallet.processTx accepts isPending flag and passes it on to output 11 years ago
Daniel Cousens f5005299d1 JSHint: remove defined but never used 11 years ago
Daniel Cousens 6a73bc02f5 HDNode: rename priv/pub to privKey/pubKey 11 years ago
Daniel Cousens 64e307b13f HDWallet: rename to HDNode 11 years ago
Daniel Cousens dca284a131 HDWallet: rename derivePrivate to deriveHardened 11 years ago
Daniel Cousens c0006c299f HDWallet: use new constructor 11 years ago
Daniel Cousens 3bce535e36 Wallet: use assert for consistency 11 years ago
Daniel Cousens cde285ccfc Wallet: enforce operator new 11 years ago
Daniel Cousens 4952c5f4e7 HD/Wallet: use network objects, not strings 11 years ago
Daniel Cousens 2df790e2ab Wallet: remove use of hashLittleEndian 11 years ago
Daniel Cousens 4afdbc9f68 Wallet: use dustThreshold directly 11 years ago
Daniel Cousens bd3690bdc0 Wallet: remove async interface 11 years ago
Daniel Cousens 50e9a09a8c Wallet: cleanup createTx control flow 11 years ago
Daniel Cousens 8514bbfabd Address: remove Address.Error 11 years ago
Daniel Cousens 25514d6ac1 HDWallet: remove HmacBytesToBytes 11 years ago
Daniel Cousens 708aa03390 Transaction/Script: bitcoin network no longer implied 11 years ago
Daniel Cousens 57b8afbdab Network: rename Network to Networks 11 years ago