Ivan Socolsky
|
626e2a1b06
|
fix sum of locked confirmed utxos + tests
|
10 years ago |
Ivan Socolsky
|
1603c200b6
|
add excludeUnconfirmedUtxos arg to txp creation
|
10 years ago |
Ivan Socolsky
|
38868319b9
|
strip feePerKB
|
10 years ago |
Ivan Socolsky
|
859b1cf042
|
cleaner code
|
10 years ago |
Ivan Socolsky
|
9a5daa5bf4
|
add confirmed amounts to balance
|
10 years ago |
Ivan Socolsky
|
c22cfd561e
|
fix tx history normalization
|
10 years ago |
Kosta Korenkov
|
55f3a46b77
|
Expose getUtxos to public
|
10 years ago |
Ivan Socolsky
|
efdd5d8761
|
avoid adding extra attributes to utxo list
|
10 years ago |
Ivan Socolsky
|
15234bee6b
|
add REST endpoint
|
10 years ago |
Ivan Socolsky
|
28a6603032
|
log failed attempts to fetch network fee
|
10 years ago |
Ivan Socolsky
|
6c6f726a06
|
return array instead of object
|
10 years ago |
Ivan Socolsky
|
b59a2a7d58
|
change fee levels
|
10 years ago |
Ivan Socolsky
|
56f39087cb
|
init blockchain explorer outside loop
|
10 years ago |
Ivan Socolsky
|
2b243cb0a2
|
dynamic fees
|
10 years ago |
Ivan Socolsky
|
1fd1fce82f
|
prioritize 6+ conf
|
10 years ago |
Ivan Socolsky
|
0cb085b325
|
change utxo selection order
|
10 years ago |
Ivan Socolsky
|
bdbbd8ac7a
|
use firstSeenTs when available
|
10 years ago |
Matias Alejo Garcia
|
bbe6167bb2
|
fix syntax
Signed-off-by: Matias Alejo Garcia <ematiu@gmail.com>
|
10 years ago |
Matias Alejo Garcia
|
0349076839
|
handle invalid txs in history
|
10 years ago |
Ivan Socolsky
|
a46c3aa34a
|
fixes
|
10 years ago |
Ivan Socolsky
|
f8712795b2
|
remote pagination of tx history
|
10 years ago |
Matias Alejo Garcia
|
80df5e2e31
|
fix insight response parsing with from/to are used
|
10 years ago |
Ivan Socolsky
|
20b3d50ef9
|
use template for public tx url
|
10 years ago |
Gregg Zigler
|
bc565f671a
|
get network from first output when multiple outputs in proposal
|
10 years ago |
Gregg Zigler
|
3df035c5d9
|
proposals with explicit type = simple need legacy header
|
10 years ago |
Ivan Socolsky
|
1494b82c35
|
generate tx url for emails
|
10 years ago |
Ivan Socolsky
|
b1cc7407ee
|
remove subject from html templates
|
10 years ago |
Ivan Socolsky
|
470df32a09
|
add getPublicUrlForTx to blockchain explorer
|
10 years ago |
Ivan Socolsky
|
c3a445a8c6
|
fix check
|
10 years ago |
Gustavo Maximiliano Cortez
|
44b71f2b64
|
Fixes reading from config.js
|
10 years ago |
Ivan Socolsky
|
9c98502969
|
improve unit format in emails
|
10 years ago |
Ivan Socolsky
|
cbb1645369
|
try catch on formatAmount
|
10 years ago |
Ivan Socolsky
|
d76cd8ec5a
|
add client-version to expressapp
|
10 years ago |
Ivan Socolsky
|
8a8f4e7b48
|
avoid sending email if unable to apply template
|
10 years ago |
Ivan Socolsky
|
c7691400c2
|
improve error check
|
10 years ago |
Ivan Socolsky
|
fb0dcee054
|
combine new preferences with stored preferences
|
10 years ago |
Ivan Socolsky
|
116bea1aa5
|
ignore unrecognized preferences
|
10 years ago |
Ivan Socolsky
|
efcabce315
|
store client version on every request
|
10 years ago |
Kirvx
|
d3404a0dda
|
Add French to email templates
|
10 years ago |
dabura667
|
1be10e2384
|
Add Japanese to email templates
|
10 years ago |
Ivan Socolsky
|
15b0f45635
|
optional html body
|
10 years ago |
Ivan Socolsky
|
2d5fdaca1b
|
include unit when rendering template
|
10 years ago |
Ivan Socolsky
|
044f511726
|
select template based on language
|
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
|
f324fd80cd
|
replace missing and unsupported flags with output.valid, similar to each loops below
|
10 years ago |
Gregg Zigler
|
c64790f014
|
lodash each needs return-false to break out of loop, travis timeout debug
|
10 years ago |