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
add check to getPending
add check to getPending
add tests
rm log
store TXID upon tx completion
monitor accepted txs
change delay
change _checkTxInBlockchain
change _checkTxInBlockchain
rm useless params, refactor txid param
complete tx at fetch
|
9 years ago |
Ivan Socolsky
|
595a54322b
|
correctly build tx proposal on P2PKH
|
9 years ago |
Kosta Korenkov
|
20af02e24f
|
Allow arbitrary customData for tx proposals
This way Copay addons may attach related data to 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 |
Gregg Zigler
|
10644f7edc
|
handle unknown proposal types
|
10 years ago |
Gregg Zigler
|
453a7187b5
|
separate common properties from those that vary by proposal type
|
10 years ago |
Gregg Zigler
|
6f43888176
|
txproposal with type=multiple-outputs needs an array of outputs
|
10 years ago |
Ivan Socolsky
|
366638b2d4
|
implement variable fee per kb
|
10 years ago |
Matias Alejo Garcia
|
5d943a4b27
|
allow to remove creator, in tx without other signatures
|
10 years ago |
Ivan Socolsky
|
4b53947ae6
|
add network to txproposal model
|
10 years ago |
Ivan Socolsky
|
4e840328bd
|
add walletId to txProposal model
|
10 years ago |
Matias Alejo Garcia
|
8b4a946497
|
add payproUrl to model
|
10 years ago |
Ivan Socolsky
|
10231c3aa7
|
set fee if txp successfully created
|
10 years ago |
Ivan Socolsky
|
4a53da8690
|
shuffle outputs
|
10 years ago |
Ivan Socolsky
|
e06a788e05
|
build tx using BWU
|
10 years ago |
Ivan Socolsky
|
97d4809f68
|
use Bitcore instance from BWU
|
10 years ago |
Ivan Socolsky
|
5d537afc60
|
improve error detection when building tx
|
10 years ago |
Ivan Socolsky
|
cfd9061cc4
|
remove unused packages
|
10 years ago |
Ivan Socolsky
|
5f687ea5df
|
broadcast tests
|
10 years ago |
Matias Alejo Garcia
|
992ef12be3
|
speed up in signing
|
10 years ago |
Ivan Socolsky
|
6bf2a10fd2
|
base58 walletId in secret
|
10 years ago |
Ivan Socolsky
|
619db55e6c
|
refactor actions as array
|
10 years ago |
Ivan Socolsky
|
8dd523fec8
|
various fixes
|
10 years ago |
Matias Alejo Garcia
|
2d70a54c6f
|
fix tests and amount
|
10 years ago |
Ivan Socolsky
|
52f6529952
|
refactor remaining objects
|
10 years ago |
Ivan Socolsky
|
787a3376be
|
test minimum fee
|
10 years ago |
Matias Alejo Garcia
|
7c1860117e
|
sign/reject with args (if only one txp)
|
10 years ago |
Ivan Socolsky
|
9020c70dd2
|
test acceptance flow
|
10 years ago |
Ivan Socolsky
|
bcdd807395
|
test rejection flow
|
10 years ago |
Matias Alejo Garcia
|
5953dc8f1d
|
fix getRawTx
|
10 years ago |