Commit Graph

582 Commits

Author SHA1 Message Date
Florian Dold
6efc7e5600
fix issue with wire fee in coin selection that caused wrongly reported fees 2020-05-15 23:23:49 +05:30
Florian Dold
49f362ba6d
fix some transaction list issues 2020-05-15 22:54:39 +05:30
Florian Dold
59178331a4
show withdrawal transaction continuously 2020-05-15 17:23:49 +05:30
Florian Dold
87f9e7b1e3
show empty balance as soon as we have a reserve 2020-05-15 17:13:30 +05:30
Florian Dold
cf3eb52033
rudimentary search 2020-05-15 16:58:15 +05:30
Florian Dold
79d0c2f928
include refund fees in effective refund amount calculation 2020-05-15 16:39:40 +05:30
Florian Dold
3eb88574bc
address first batch of transaction list issues 2020-05-15 16:03:52 +05:30
Florian Dold
35c83414f9
fix issues in the webextension refund UI 2020-05-15 12:53:35 +05:30
Florian Dold
cda75feb5b
add getTransactions API for Android 2020-05-13 21:43:03 +05:30
Florian Dold
6e17a60692
fix cost computation, formatting 2020-05-13 01:20:40 +05:30
Florian Dold
3007419c98
show offered payments 2020-05-12 16:19:40 +05:30
Florian Dold
ee7141e28b
fix payment transaction 2020-05-12 16:04:28 +05:30
Florian Dold
b504a5218a
versions for android 2020-05-12 15:51:40 +05:30
Florian Dold
67dd0eb06e
new transactions API: purchases and refunds 2020-05-12 15:44:48 +05:30
Florian Dold
6206b418ff
new transactions API: withdrawal 2020-05-12 14:09:10 +05:30
Florian Dold
857a2b9dca
perf: reserve history in separate object store 2020-05-11 21:47:35 +05:30
Florian Dold
277a513a8f
directly withdraw after creating planchet 2020-05-11 21:05:00 +05:30
Florian Dold
d7ee78669d
create planchets only in one place 2020-05-11 20:51:45 +05:30
Florian Dold
4c614429a0
also create key material for planchets in smaller bites 2020-05-11 20:43:19 +05:30
Florian Dold
0240096cf6
oops, fix multiplication 2020-05-11 18:37:10 +05:30
Florian Dold
21b5e6f206
bump db major version 2020-05-11 18:21:57 +05:30
Florian Dold
d9433a2116
logging 2020-05-11 18:19:43 +05:30
Florian Dold
5d6192b0cd
make planchet management during withdrawal O(n) instead of O(n^2) 2020-05-11 18:03:25 +05:30
Torsten Grote
122574fe05
Add test for refund and tip, fix cli testing gen-*-uri 2020-05-08 10:13:52 -03:00
Florian Dold
4bd372770e
wallet DB version 2020-05-08 17:45:23 +05:30
Florian Dold
76e664c943
update withdrawal page when something changes 2020-05-08 17:19:07 +05:30
Florian Dold
cd9a34cbb5
make wallet notifications work again 2020-05-04 17:41:22 +05:30
Florian Dold
42b6c58db8
settings tab 2020-05-04 17:16:06 +05:30
Florian Dold
848f44733e
handle changing permissions better 2020-05-01 15:04:12 +05:30
Florian Dold
609397d95a
drastically reduce permissions for Web integration
The old web integration with more permissions is still available on an
opt-in basis.
2020-05-01 14:16:56 +05:30
Florian Dold
3f52d293be
error message 2020-04-30 18:01:09 +05:30
Florian Dold
e52e1fab86
fix redirection 2020-04-30 18:01:04 +05:30
Florian Dold
9798bf51a9
fix path 2020-04-30 18:00:19 +05:30
Florian Dold
5be0708a10
adopt new merchant refund API 2020-04-27 21:11:20 +05:30
Florian Dold
e404f5e6d3
add test case for i18n, fix react i18n bug 2020-04-07 20:17:15 +05:30
Florian Dold
9c735a0e6e
fix i18n build task 2020-04-07 16:16:58 +05:30
Florian Dold
34eca9c512
always round timestamps before signature creation/verification 2020-04-07 14:12:29 +05:30
Florian Dold
faba5e9db8
finally make linter happy 2020-04-07 13:58:55 +05:30
Florian Dold
fb2e2f8993
more lint fixes 2020-04-07 13:37:32 +05:30
Florian Dold
1471aae892
linter / simpler webextension pack 2020-04-07 01:23:29 +05:30
Florian Dold
47787c0b0b
make linter less grumpy 2020-04-06 23:32:01 +05:30
Florian Dold
f36bb7a04e
linter 2020-04-06 21:15:41 +05:30
Florian Dold
07f25566ca
start spring cleaning, use rollup instead of both webpack and rollup 2020-04-06 21:05:51 +05:30
Florian Dold
dee9ccf7b1
auto format 2020-04-06 13:32:56 +05:30
Florian Dold
4cfae8f589
types 2020-04-06 12:54:49 +05:30
Florian Dold
95e638f513
cosmetics and comments 2020-04-02 20:44:12 +05:30
Florian Dold
05e43bb259
simplify matching 2020-04-02 20:42:33 +05:30
Florian Dold
1be738b843
don't print in test 2020-04-02 20:42:20 +05:30
Florian Dold
ef0acf06bf
model reserve history in the exchange, improve reserve handling logic 2020-04-02 20:33:01 +05:30
Florian Dold
1728e5011e
split reconciliation and summary of reserve history 2020-04-02 14:46:53 +05:30
Florian Dold
62de27d2ac
helpers and tests for reserve reconciliation 2020-04-02 14:30:43 +05:30
Florian Dold
63cf437633
quick fix for DEPOSIT->CREDIT rename 2020-03-31 01:16:07 +05:30
Florian Dold
3fa928b949
allow refund via Android API 2020-03-30 16:12:28 +05:30
Florian Dold
aaf950e2ad
re-format with prettier v2, fix HTML 2020-03-30 16:09:32 +05:30
Florian Dold
15e18440db
change applyRefund return signature 2020-03-30 16:04:16 +05:30
Florian Dold
ad661a63f7
reformat 2020-03-30 15:52:04 +05:30
Florian Dold
c9012cbd4c
add --extra-debug option to history 2020-03-28 00:18:25 +05:30
Florian Dold
131d2b34d9
generate cleaner history for recoup 2020-03-27 23:37:02 +05:30
Florian Dold
1c747ae004
don't rip off the merchant via our coin selection 2020-03-27 15:20:02 +05:30
Florian Dold
5d1b0df8a4
fix logic bug in recoup (refresh variant) 2020-03-26 22:34:14 +05:30
Florian Dold
86c8a8fcf3
another missing store ... 2020-03-26 21:58:38 +05:30
Florian Dold
c2e261e018
fix store access list for recoup 2020-03-26 20:47:14 +05:30
Florian Dold
3d0fbea467
log to stderr when running on node 2020-03-26 20:35:06 +05:30
Florian Dold
2611726168
pofiles regen 2020-03-26 17:22:13 +05:30
Florian Dold
c2050b3963
add --no-throttle 2020-03-24 23:54:32 +05:30
Florian Dold
1bac5329b5
docs 2020-03-24 17:57:44 +05:30
Florian Dold
ecc7b5e76e
cli parsing 2020-03-24 17:52:39 +05:30
Florian Dold
2fb6e8f11f
oops, add missing talerconfig.ts 2020-03-24 16:35:34 +05:30
Florian Dold
a8e3422139
fix recoup response schema / add run-until-done 2020-03-24 16:34:15 +05:30
Florian Dold
01e83df471
helpers for auditor integration test 2020-03-24 15:25:04 +05:30
Florian Dold
c4d2899562
implement time travelling 2020-03-23 17:47:35 +05:30
Florian Dold
1b0b3f146c
make sure the 'testing withdraw' subcommand does retries 2020-03-23 17:33:38 +05:30
Florian Dold
eabbbd339b
config files WIP 2020-03-23 17:00:01 +05:30
Florian Dold
cb2fbc7610
fix another withdrawal state machine bug, add 'show-reserve' to advanced CLI 2020-03-16 17:46:57 +05:30
Florian Dold
9e2be07cfc
fix bug in withdrawal operation state machine, allow manual reserve update from CLI 2020-03-16 17:18:46 +05:30
Florian Dold
1744b1a800
signature verification for recoup 2020-03-13 19:04:16 +05:30
Florian Dold
51eef5419a
license header typo 2020-03-13 13:51:03 +05:30
Florian Dold
b5b8f96cc9
improved error reporting / towards a working recoup 2020-03-12 19:25:38 +05:30
Florian Dold
2ec6799c8c
improve error reporting for DB queries 2020-03-12 13:23:24 +05:30
Florian Dold
2c52046f0b
full recoup, untested/unfinished first attempt 2020-03-12 00:44:28 +05:30
Florian Dold
6e2881fabf
cleanup 2020-03-10 14:47:46 +05:30
Florian Dold
26d961ad63
support exchange API version 7:0:0 2020-03-09 16:37:46 +05:30
Florian Dold
bf1b350d44
abort exchange update if version does not match 2020-03-09 14:29:13 +05:30
Florian Dold
7ba1f91823
formatting / DCE 2020-03-09 14:19:22 +05:30
Florian Dold
4999920373
use newer bank API 2020-03-09 14:17:06 +05:30
Florian Dold
c5c308661e
give payload notification to Android 2020-03-06 23:31:35 +05:30
Florian Dold
4e76edf129
include (pending) wallet balance in pending ops response 2020-03-06 19:39:55 +05:30
Florian Dold
7c7d3e001e
documentation / enum types for pending ops 2020-03-06 18:40:00 +05:30
Florian Dold
e1168fbec0
backwards compat with nodejs<0.11 2020-02-24 23:10:36 +05:30
Florian Dold
02c265f684
only import worker_threads when we create a worker factory 2020-02-24 22:56:54 +05:30
Florian Dold
1cc8500cb0
code style 2020-02-24 22:41:11 +05:30
Florian Dold
055685e785
fall back to synchronous workers on old nodejs 2020-02-24 22:38:07 +05:30
Marcos Gutierrez
4fd80ee8e2
fix fulfillmentUrl in the history rener 2020-01-31 11:22:13 -03:00
Marcos Gutierrez
5f68f060a6
add fulfillmentUrl to OrderShortInfo 2020-01-31 11:21:23 -03:00
Marcos Gutierrez
d6d5647946
add new history view and some global style changes 2020-01-27 10:11:39 -03:00
Florian Dold
a60061788f
reset reserve retry timeout when forcing operation 2020-01-22 16:00:49 +01:00
Florian Dold
14103aa075
make verbose details an option 2020-01-22 12:22:57 +01:00
Florian Dold
21194fa781
fix store access 2020-01-20 12:02:56 +01:00
Florian Dold
b837fd7f53
be verbose for refreshes too 2020-01-20 12:00:57 +01:00
Florian Dold
c5906abf10
verboseDetails for pay and withdraw 2020-01-20 11:53:21 +01:00