104 Commits (68ec16d35a6e13fd96da6b6efe26fc36f7440017)

Author SHA1 Message Date
Ivan Socolsky bdff2cbc35 sendMax option on createTx 9 years ago
Ivan Socolsky 8d25f23849 get send max info 9 years ago
Ivan Socolsky 8ce304fd4e reduce safety margin to 2% 9 years ago
Ivan Socolsky 8865d42ec3 improve fee computation for P2PKH wallets 9 years ago
Ivan Socolsky ee7d3bad7f allow absolute fee when specifying inputs 9 years ago
Ivan Socolsky c01d1568bb adapt fee to avoid change below dust 9 years ago
Ivan Socolsky dbba3acfa8 new input selection algorithm 9 years ago
Ivan Socolsky f878594d40 rm feeLevel 9 years ago
Ivan Socolsky 446f35426f remove explicit final fee for tx creation 9 years ago
Ivan Socolsky 37f87e4793 accept feeLevel on createTx 9 years ago
Ivan Socolsky 23cddbe47f fix broadcasting new proposals 9 years ago
Ivan Socolsky 6f196aa1b9 allow fee to be specified on proposal creation 9 years ago
Ivan Socolsky 0bb043d034 simplify proposal creation + allow non-validated outputs (external txps) 9 years ago
Ivan Socolsky 5755b965e8 use TxProposal#fromObj as a factory for proposals 9 years ago
Ivan Socolsky 2211847d0c remove type from txproposal model 9 years ago
Ivan Socolsky 9db456550f create temporary proposal + test 9 years ago
Ivan Socolsky 6deb9e77f6 txproposalv3 -> txproposal 9 years ago
Ivan Socolsky 63eca6b529 txProposal v3 9 years ago
Ivan Socolsky 1b6980fd1e call toObject before storing models 10 years ago
Ivan Socolsky 5794883eb0 allow either script or toAddress 9 years ago
Ivan Socolsky 6476de0461 remove unused elements in output order array 9 years ago
Kosta Korenkov 2bdc6cf19d Make API.createTx accept preselected inputs 10 years ago
Ivan Socolsky fa58b5b778 restore derivation strategy on txps 9 years ago
Ivan Socolsky 414b4403c4 remove unused method 9 years ago
Ivan Socolsky 714b95b32c remove derivationStrategy field from txp 9 years ago
Ivan Socolsky e55983b151 mv Utils.buildTx -> TxProposal 9 years ago
Ivan Socolsky 795097bf04 refactor constants+defaults+utils -> common 9 years ago
Ivan Socolsky eb006c3db3 remove bitcore-wallet-utils dependency 9 years ago
Matias Alejo Garcia 95e41050bd add log 9 years ago
Matias Alejo Garcia a8607fa11b better insight error handling 9 years ago
Ivan Socolsky 595a54322b correctly build tx proposal on P2PKH 9 years ago
Kosta Korenkov 20af02e24f Allow arbitrary customData for tx proposals 10 years ago
Matias Alejo Garcia 9de8cfcbf2 add raw HEX if tx is "accepted" 9 years ago
Ivan Socolsky 094e19bc31 use constants form BWU 9 years ago
Ivan Socolsky 3ac0bc5e27 switch tests to bip44 10 years ago
Ivan Socolsky 7d9e43fccc initialize version field from #create method 10 years ago
Matias Alejo Garcia dac564f290 adds addAccess call and tests 10 years ago
Ivan Socolsky 3533b60e6b change fee rounding strategy 10 years ago
Ivan Socolsky 2558dcbbbd support legacy clients + tests 10 years ago
Ivan Socolsky 26aef25be6 compute total bytes to send max 10 years ago
Ivan Socolsky 5b3671b079 fix tests 10 years ago
Ivan Socolsky 344fc525e0 add fee estimation method to txp 10 years ago
Ivan Socolsky 1603c200b6 add excludeUnconfirmedUtxos arg to txp creation 10 years ago
Gregg Zigler bc565f671a get network from first output when multiple outputs in proposal 10 years ago
Ivan Socolsky 7139847709 remove TxProposal#getHeader 10 years ago
Ivan Socolsky 48e0709607 simplify validations on createTx 10 years ago
Ivan Socolsky dee4a83ded refactor proposal hash 10 years ago
Gregg Zigler 0a4bf8f77f proposal header hash and proposal amount should work with multi-output 10 years ago
Gregg Zigler ab33debdd1 move types to single object, remove default type assignment from proposal 10 years ago
Ivan Socolsky 931923f585 compute kbs needed to send max in getBalance 10 years ago