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 |
Gregg Zigler
|
fa2170a5f3
|
avoid badFoo flags, avoid _.each() bug, use for-loop to check each output
|
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
|
999bcbbe7d
|
refactor code
|
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
|
ba54b01797
|
remove safety check, log error
|
10 years ago |
Ivan Socolsky
|
e349a10a67
|
simplify testing
|
10 years ago |
Ivan Socolsky
|
366638b2d4
|
implement variable fee per kb
|
10 years ago |
Ivan Socolsky
|
9f4ef16bba
|
test fee behavior
|
10 years ago |
Ivan Socolsky
|
622d7842b6
|
fix init & event redirection
|
10 years ago |
Matias Alejo Garcia
|
20e4dd8da0
|
update fetched txs
|
10 years ago |
Matias Alejo Garcia
|
4569f1d3c5
|
backoff time only active after backoffOffset
|
10 years ago |
Matias Alejo Garcia
|
895c52bada
|
exponential backoff
|
10 years ago |
Matias Alejo Garcia
|
caafaf25f6
|
add a reject / creation backoff time
|
10 years ago |
Matias Alejo Garcia
|
dcfff424d7
|
fix err msg
|
10 years ago |
Matias Alejo Garcia
|
94becc8960
|
fix notify order
|
10 years ago |
Ivan Socolsky
|
b45acded82
|
fix data parsing
|
10 years ago |
Matias Alejo Garcia
|
139deac770
|
adds .deleteLockTime to getTxproposals
|
10 years ago |
Ivan Socolsky
|
4f8faa826b
|
implement Insight as a separate blockchain explorer
|
10 years ago |