Christian Grothoff
8c5a12302e
-debug KYC webhook logic
2023-01-28 12:20:18 +01:00
Christian Grothoff
35d50ba36a
add persona attribute conversion logic
2023-01-27 22:47:42 +01:00
Christian Grothoff
0eb6f73176
add persona attribute conversion logic
2023-01-27 22:39:16 +01:00
Christian Grothoff
85e44ceea6
work on kycaid attribute extraction
2023-01-27 17:42:56 +01:00
Christian Grothoff
59716ffdc4
add logic to store attributes
2023-01-27 16:09:25 +01:00
Christian Grothoff
d79c23aaab
add logic to store attributes
2023-01-27 15:10:25 +01:00
Christian Grothoff
6da3cbedd4
-ignore new tests
2023-01-27 14:44:32 +01:00
Christian Grothoff
32fac55f7e
update GET attest logic now that it is clear that we must store KYC attributes locally:
2023-01-27 14:43:25 +01:00
Christian Grothoff
42bd2dadcf
address DB failure error handling in KYC check
2023-01-27 14:19:14 +01:00
Christian Grothoff
c239ba6f18
address DB failure error handling in KYC check
2023-01-27 14:10:40 +01:00
Christian Grothoff
7e8e2f4317
Merge branch 'master' of git+ssh://git.taler.net/exchange
2023-01-27 10:12:08 +01:00
Christian Grothoff
f199b45e52
-fix path
2023-01-27 10:11:59 +01:00
Joseph
10cf3b3b65
fix SQL syntax
2023-01-23 09:14:25 -05:00
Joseph
54fa07f5c7
tests for refunds_by_coin and ready_deposit
2023-01-23 07:57:54 -05:00
Christian Grothoff
a273b176da
-towards storing KYC attribute data
2023-01-22 21:51:46 +01:00
Christian Grothoff
c2eee251c2
add new subcommands for AML staff management and partner exchanges
2023-01-22 19:40:47 +01:00
Christian Grothoff
d53dd753e1
-typos
2023-01-22 15:41:08 +01:00
Christian Grothoff
f221db1c03
-address FIXMEs
2023-01-22 15:24:45 +01:00
Christian Grothoff
f8bfc4dc9d
address DB FIXMEs for AML
2023-01-22 15:13:34 +01:00
Christian Grothoff
d131951fbe
add new endpoints to main dispatcher
2023-01-21 23:08:29 +01:00
Christian Grothoff
31286b66f2
-integrate new AML APIs into build
2023-01-21 21:38:50 +01:00
c1502e507b
-fix gana.git url in .gitmodules
2023-01-21 10:16:20 +01:00
Christian Grothoff
5b26bd3b83
-new testing APIs
2023-01-20 19:11:36 +01:00
Christian Grothoff
c782615262
-indent
2023-01-20 15:20:51 +01:00
Christian Grothoff
56cdb7e9e6
skeleton for adding partners
2023-01-20 15:20:19 +01:00
Christian Grothoff
ebb2601278
skeleton for AML officer update
2023-01-20 15:13:22 +01:00
Christian Grothoff
c30ee88336
skeleton for AML decision server handler
2023-01-20 14:47:02 +01:00
Christian Grothoff
3a7045bfca
-fix warning
2023-01-18 14:26:25 +01:00
Christian Grothoff
999209518d
new AML APIs (libtalerexchange)
2023-01-18 14:26:15 +01:00
Christian Grothoff
cda751eaa5
eventually kick out /keys clients also if ksh exists but krd array is empty
2023-01-17 17:53:16 +01:00
Christian Grothoff
c60e6184fd
terminate taler-exchange-offline on invalid inputs
2023-01-17 17:52:39 +01:00
Christian Grothoff
abb692f02d
-run fetch-transactions in auditor test to avoid non-deterministic failure
2023-01-17 15:33:36 +01:00
Christian Grothoff
4e7d4aa4b2
bumping version to v0.9.1
2023-01-17 15:06:55 +01:00
Christian Grothoff
9091c32c0f
move state to inner URL
2023-01-16 18:59:28 +01:00
Christian Grothoff
190a1b68b0
fix #7594 : skip test if DB not setup
2023-01-16 18:17:15 +01:00
Christian Grothoff
ab7c676f49
-typos
2023-01-16 17:47:16 +01:00
Christian Grothoff
faf3f57ce3
do not 500 on empty reserve history by not ignoring undecided purses that may have caused reserve to be created in the first place
2023-01-16 17:45:05 +01:00
Christian Grothoff
8563dcc845
log which subquery failed
2023-01-16 16:47:15 +01:00
Christian Grothoff
ce50b33fba
-fix args
2023-01-16 16:08:23 +01:00
Christian Grothoff
6596e6c723
fix for foreign key constraint problem for free purses on purse creation from reserve
2023-01-16 15:45:35 +01:00
Christian Grothoff
402ca17600
-fix warning
2023-01-16 11:28:13 +01:00
Christian Grothoff
d5619de525
fix test_kyc_api: adapt test logic to improved OAuth2.0 kyc API:
2023-01-16 11:25:18 +01:00
Christian Grothoff
6231c365fd
-fix KYC logic change to work for all plugins and not just OAuth2.0
2023-01-16 11:14:59 +01:00
Christian Grothoff
cbb021b6bf
-fix compiler warning: add missing prototype
2023-01-15 22:58:07 +01:00
MS
50a33389da
libeufin-based bank API test
...
Give Nexus and Sandbox one database each,
in order to reduce concurrent accesses to
the sqlite3 file.
2023-01-13 22:59:22 +01:00
Sebastian
f8ddd0b685
fix kyc-proof handle
...
1.- redirect_uri has an extra slash
2.- response_type=code is required https://www.rfc-editor.org/rfc/rfc6749#section-3.1.1
3.- add more info to "Unexpected response from KYC gateway"
4.- relax the requirements on the login response, marked as optional
5.- redirect_uri should be the same when exchanging the code for the access_token,
6.- remove legi and payto from kyc-proof path
7.- use state to transport h_payto https://www.rfc-editor.org/rfc/rfc6749#section-4.1.1
2023-01-13 12:16:44 -03:00
4374b1868e
gana
2023-01-13 13:12:58 +01:00
Christian Grothoff
f487cf43b3
-make LP delay configurable
2023-01-13 10:52:32 +01:00
Christian Grothoff
caaa90d3d8
-make LP delay configurable
2023-01-13 10:51:45 +01:00
Christian Grothoff
0ac0344d84
exchangedb: remove bogus foreign key constraint
2023-01-13 10:42:34 +01:00