Ivan Socolsky
|
795097bf04
|
refactor constants+defaults+utils -> common
|
9 years ago |
Ivan Socolsky
|
eb006c3db3
|
remove bitcore-wallet-utils dependency
|
9 years ago |
Ivan Socolsky
|
0b43b3b85c
|
cache address activity
|
9 years ago |
Ivan Socolsky
|
b23f412bf3
|
getLatestNotifications + tests
|
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
|
69ae9a63e7
|
add script type to address
|
9 years ago |
Ivan Socolsky
|
595a54322b
|
correctly build tx proposal on P2PKH
|
9 years ago |
Ivan Socolsky
|
45b7b65e99
|
allow p2pkh addresses in 1-of-1
|
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
|
c974cf791a
|
default address manager to BIP45
|
9 years ago |
Ivan Socolsky
|
e11da7cec5
|
remove AddressManager from copayers on BIP44
|
9 years ago |
Ivan Socolsky
|
d1e318a5b7
|
v0.2.0
|
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
|
004890bd6b
|
use BIP45 by default
|
10 years ago |
Ivan Socolsky
|
a4f1169aa9
|
allow addressManager to handle BIP44 derivations
|
10 years ago |
Ivan Socolsky
|
7d9e43fccc
|
initialize version field from #create method
|
10 years ago |
Ivan Socolsky
|
6cba8abc5c
|
add custom data to copayers
|
10 years ago |
Matias Alejo Garcia
|
c4e42da677
|
rm comment
|
10 years ago |
Matias Alejo Garcia
|
637a1e2d8b
|
refactor create/fromObj
|
10 years ago |
Matias Alejo Garcia
|
72ba0b3a58
|
fix init
|
10 years ago |
Matias Alejo Garcia
|
e5860141a3
|
ref mnemonic
|
10 years ago |
Matias Alejo Garcia
|
0433dc05cb
|
add backwards compat with bwc
|
10 years ago |
Matias Alejo Garcia
|
dac564f290
|
adds addAccess call and tests
|
10 years ago |
Matias Alejo Garcia
|
edc3bc6713
|
supports multiple pubkeys per copayer
|
10 years ago |
Matias Alejo Garcia
|
cfbf184502
|
removes isTemporaryRequestKey and replaceTemporaryRequestKey feature. No longer supports joining legacy (<0.9) copayers
|
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
|
15b0f45635
|
optional html body
|
10 years ago |
Ivan Socolsky
|
6609814840
|
test email preferences
|
10 years ago |
Ivan Socolsky
|
1460bf2128
|
add language & unit to preferences
Signed-off-by: Ivan Socolsky <jungans@gmail.com>
|
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
|
23cca5a948
|
lock emailservice instances
|
10 years ago |