Florian Dold
|
f6fe309f5d
|
better logging when db connection fails
|
2016-11-21 17:53:07 +01:00 |
|
Florian Dold
|
f3c4d64329
|
taler-exchange-wire: infer method from JSON if possible
|
2016-11-19 18:27:38 +01:00 |
|
Christian Grothoff
|
7d6b8d53d5
|
addressing #4803: nicer error messages for invalid wire formats
|
2016-11-18 18:29:18 +01:00 |
|
Christian Grothoff
|
de68a7b301
|
hack to get taler-config working again
|
2016-11-18 17:21:10 +01:00 |
|
Christian Grothoff
|
f80a101366
|
fixing another test failing due to amount 1e-8 change
|
2016-11-18 16:34:00 +01:00 |
|
Christian Grothoff
|
c583d0a8b4
|
fix testcase with new 1e-10 logic
|
2016-11-18 16:12:04 +01:00 |
|
Florian Dold
|
a80d94ea07
|
change fractional base to 1e8
|
2016-11-18 14:58:16 +01:00 |
|
Christian Grothoff
|
7fd6be5cef
|
add idempotency checks for /refresh/reveal, fixing #4793
|
2016-11-17 16:37:40 +01:00 |
|
Christian Grothoff
|
e140ca9dce
|
handle more nicely the case that concurrent withdraws have changed history, causing us to see a different balance just before the commit; in this case, just retry the transaction; this should fix #4794
|
2016-11-17 15:53:16 +01:00 |
|
Christian Grothoff
|
bb7c58921e
|
if reserve history computation reveals database inconsistency, do not abort but return proper error code
|
2016-11-17 15:33:31 +01:00 |
|
Christian Grothoff
|
f8eb77927f
|
add proper log statement on success
|
2016-11-17 15:19:45 +01:00 |
|
Christian Grothoff
|
1c32ef95ba
|
add log statement on success
|
2016-11-17 15:19:14 +01:00 |
|
Christian Grothoff
|
6274aa34d3
|
need to initialize reserve_pub first
|
2016-11-17 15:17:27 +01:00 |
|
Christian Grothoff
|
2859dbe5e3
|
increments of more than 1 do happen
|
2016-11-17 15:15:13 +01:00 |
|
Christian Grothoff
|
e216d9e22d
|
cut and paste error
|
2016-11-17 15:12:51 +01:00 |
|
Christian Grothoff
|
94026368cd
|
select proper row of result set, not row 0 (in misc. database operations)
|
2016-11-17 15:12:01 +01:00 |
|
Christian Grothoff
|
ddd4a6afcc
|
serial IDs start at 1, fixed in right place this time
|
2016-11-17 15:02:22 +01:00 |
|
Christian Grothoff
|
9556fb326e
|
serial IDs start at 1
|
2016-11-17 15:01:06 +01:00 |
|
Christian Grothoff
|
cda939f331
|
fix exchangedb auditor functions to return proper serial ids
|
2016-11-17 14:59:44 +01:00 |
|
Christian Grothoff
|
5e2b3e1cfa
|
handle case rowid = 0
|
2016-11-17 14:47:47 +01:00 |
|
Christian Grothoff
|
e3ec645b0d
|
change rowid type to uint64_t everywhere; start with reserve-analysis in auditor
|
2016-11-17 14:31:44 +01:00 |
|
Christian Grothoff
|
2faa711fba
|
actually install taler-config
|
2016-11-17 13:33:17 +01:00 |
|
Christian Grothoff
|
ff95ccfb10
|
add note on #4794
|
2016-11-17 12:07:16 +01:00 |
|
Christian Grothoff
|
18bec3eaa3
|
add note for #4792
|
2016-11-17 11:48:02 +01:00 |
|
Christian Grothoff
|
c2ead71600
|
three more missing rollbacks found
|
2016-11-17 11:36:05 +01:00 |
|
Christian Grothoff
|
bd096d3928
|
Merge branch 'master' of git+ssh://taler.net/exchange
|
2016-11-17 11:31:47 +01:00 |
|
Christian Grothoff
|
21037d013d
|
fix error handling path that resulted in non-aborted transaction persisting, causing subsequent transactions to fail (#4737)
|
2016-11-17 11:31:41 +01:00 |
|
Florian Dold
|
ed9f4f1d12
|
remove taler-arm, since we use taler-deployment-arm
|
2016-11-14 15:51:06 +01:00 |
|
Christian Grothoff
|
cd4616dc34
|
-only enable developer logic if MHD is recent enough
|
2016-11-11 15:46:09 +01:00 |
|
Christian Grothoff
|
1d740824fa
|
resolving merge issue
|
2016-11-07 14:39:15 +01:00 |
|
Christian Grothoff
|
6d6a9dac39
|
indentation
|
2016-11-07 14:36:06 +01:00 |
|
tg(x)
|
247b8e33b3
|
auditordb postgres plugin: auditor_progress implementation + tests
|
2016-11-06 14:24:17 +01:00 |
|
Christian Grothoff
|
02d28bc81c
|
add missing functions to deal with auditor_progress to the auditordb API
|
2016-11-06 13:39:22 +01:00 |
|
tg(x)
|
2a44112a25
|
Merge branch 'master' of taler.net:exchange
|
2016-11-04 20:38:50 +01:00 |
|
tg(x)
|
702c440849
|
auditordb test
|
2016-11-04 20:38:21 +01:00 |
|
tg(x)
|
21be6db318
|
auditordb postgres plugin: fix query param
|
2016-11-04 20:37:53 +01:00 |
|
tg(x)
|
5b8438d7e7
|
auditordb postgres plugin: fix field name
|
2016-11-04 20:28:27 +01:00 |
|
Marcello Stanisci
|
95a6d399f8
|
wget-ing /admin/add/incoming from bank-lib testcase
|
2016-11-04 20:04:31 +01:00 |
|
tg(x)
|
2db2f65aaf
|
auditordb postgres plugin: amount param
|
2016-11-04 19:10:37 +01:00 |
|
Marcello Stanisci
|
1fe606a63b
|
half baking #4756
|
2016-11-04 17:45:34 +01:00 |
|
Marcello Stanisci
|
4f304b2745
|
typo
|
2016-11-04 14:23:44 +01:00 |
|
Marcello Stanisci
|
7177c5c015
|
Merge branch 'master' of taler.net:exchange
|
2016-11-04 14:20:50 +01:00 |
|
Marcello Stanisci
|
1244bcf3a6
|
Adding error code for conflicting /track/transfer
|
2016-11-04 14:20:42 +01:00 |
|
tg(x)
|
f113c1ebd6
|
auditordb postgres plugin: set master_pub in result
|
2016-11-04 01:06:19 +01:00 |
|
tg(x)
|
160bff40d4
|
auditordb postgres plugin: amount param
|
2016-11-04 01:01:05 +01:00 |
|
tg(x)
|
616de7f401
|
auditordb postgres plugin: amount param
|
2016-11-04 00:51:17 +01:00 |
|
tg(x)
|
9ad83ae9bf
|
auditordb test
|
2016-11-04 00:37:47 +01:00 |
|
tg(x)
|
59fa9d8255
|
auditordb postgres plugin: sql fixes, callback return value
|
2016-11-04 00:34:09 +01:00 |
|
tg(x)
|
176bd57550
|
auditordb postgres plugin: fix index
|
2016-11-03 21:43:09 +01:00 |
|
tg(x)
|
20a8a569ad
|
auditordb postgres plugin
|
2016-11-03 13:01:36 +01:00 |
|