Thien-Thi Nguyen
|
a75d766dc3
|
fix typo: s/missbehaved/misbehaved/
|
2022-09-07 01:51:39 -04:00 |
|
Thien-Thi Nguyen
|
b2e874c1ad
|
fix typo: s/siging/signing/
|
2022-09-07 01:25:17 -04:00 |
|
Thien-Thi Nguyen
|
c681464b61
|
fix typo: s/singing/signing/
|
2022-09-07 01:23:29 -04:00 |
|
Thien-Thi Nguyen
|
93a3f3a593
|
fix typo: s/singing/signing/
|
2022-09-07 01:22:14 -04:00 |
|
Thien-Thi Nguyen
|
dbc4e5c5df
|
add 9th IN parameter to ‘exchange.exchange_do_purse_deposit’
* src/auditor/auditor-basedb.sql (exchange.exchange_do_purse_deposit):
Add ‘in_reserve_expiration bigint’ as last non-OUT parameter.
|
2022-09-06 15:25:42 -04:00 |
|
|
57a53a016b
|
p2p payments: do not require attestation when min_age is 0
|
2022-09-05 13:48:34 +02:00 |
|
|
0c0c598612
|
set age mask before hashing age commitment
|
2022-09-05 13:45:08 +02:00 |
|
Christian Grothoff
|
57752ed36c
|
add payto URI as detail
|
2022-08-30 18:15:34 +02:00 |
|
Christian Grothoff
|
5e206e7c30
|
EC instead of SEGV
|
2022-08-25 20:32:50 +02:00 |
|
Christian Grothoff
|
ecae3c26dd
|
-enable signup bonus with fakebank
|
2022-08-25 19:52:53 +02:00 |
|
Christian Grothoff
|
8322527536
|
-proper conflict on /register for existing account with different pw
|
2022-08-25 19:43:16 +02:00 |
|
Christian Grothoff
|
485466f021
|
use correct EC
|
2022-08-25 19:39:27 +02:00 |
|
Christian Grothoff
|
cf74be0ac3
|
-handle case of GET purse status prior to deposit
|
2022-08-24 10:26:16 +02:00 |
|
Christian Grothoff
|
d37d9d9ded
|
-handle case of GET purse status prior to merge
|
2022-08-24 10:16:25 +02:00 |
|
Christian Grothoff
|
bc107b5958
|
-fix purse deposit when done against non-existing reserve
|
2022-08-24 09:55:18 +02:00 |
|
Christian Grothoff
|
4edb5050d9
|
-fix purse merge when done against non-existing reserve
|
2022-08-24 09:39:09 +02:00 |
|
Thien-Thi Nguyen
|
580c9b794b
|
fix typo: s/ULONG_LONG_MAX/ULLONG_MAX/
The latter is in the standard, while the former is an old GCC-ism.
|
2022-08-23 21:18:06 -04:00 |
|
Christian Grothoff
|
1339c6bf0b
|
-fix locking
|
2022-08-23 22:27:16 +02:00 |
|
Christian Grothoff
|
7585e86364
|
/withdrawals required
|
2022-08-23 22:16:35 +02:00 |
|
Christian Grothoff
|
5469970d11
|
payto URI malformed
|
2022-08-23 21:26:03 +02:00 |
|
Christian Grothoff
|
3c03c52c46
|
-fix URI construction
|
2022-08-23 21:14:34 +02:00 |
|
Christian Grothoff
|
783d06cad6
|
/config, not /version
|
2022-08-23 20:43:11 +02:00 |
|
Christian Grothoff
|
e96cf9ba66
|
-fix auditor tests (mostly)
|
2022-08-23 20:40:26 +02:00 |
|
Christian Grothoff
|
a8076ec01e
|
-actually, can be zero on refund...
|
2022-08-23 14:38:02 +02:00 |
|
Christian Grothoff
|
f9774ded37
|
enforce syntax of reserve_uri (typo)
|
2022-08-23 14:36:23 +02:00 |
|
Christian Grothoff
|
b231cc94df
|
enforce syntax of reserve_uri
|
2022-08-23 14:36:03 +02:00 |
|
Christian Grothoff
|
624c5fda98
|
-avoid double next
|
2022-08-23 14:29:39 +02:00 |
|
Christian Grothoff
|
758a149059
|
-fix report generation field name missmatch
|
2022-08-23 14:22:59 +02:00 |
|
Christian Grothoff
|
0ad509bd10
|
fix profit drain test, remove obsolete test 33 (aggregator now dies on inconsistency, before it looped); fixes #4960
|
2022-08-23 12:09:22 +02:00 |
|
MS
|
70a1c0d68c
|
retry when SQLite DB is locked
|
2022-08-23 10:40:53 +02:00 |
|
Thien-Thi Nguyen
|
6e33a685ac
|
fix typo: ‘s/(MHD_HTTP_UNPROCESSABLE)_CONTENT/\1_ENTITY/g’
|
2022-08-22 21:14:08 -04:00 |
|
Christian Grothoff
|
9ed99558e2
|
-fix clang compiler warnings
|
2022-08-22 22:45:41 +02:00 |
|
Christian Grothoff
|
a199ba7fe6
|
-fix some clang warnings
|
2022-08-22 00:08:28 +02:00 |
|
Christian Grothoff
|
a5b9fce183
|
-remove obsolete options from config
|
2022-08-21 12:22:31 +02:00 |
|
Christian Grothoff
|
92a76baef6
|
-fix includes
|
2022-08-21 11:46:40 +02:00 |
|
Christian Grothoff
|
fa2e6f5909
|
typo
|
2022-08-20 23:02:51 +02:00 |
|
Christian Grothoff
|
2b4b52c8a8
|
-doxygen
|
2022-08-20 22:47:15 +02:00 |
|
Christian Grothoff
|
a046899b2c
|
-major KYC update, fixes misc. issues
|
2022-08-20 21:29:36 +02:00 |
|
MS
|
516d8e30ed
|
fix Sandbox/Nexus waiting (7293)
|
2022-08-19 12:25:41 +02:00 |
|
Christian Grothoff
|
2c4bd1e1d0
|
add user type to kyc-check
|
2022-08-19 09:31:51 +02:00 |
|
Christian Grothoff
|
9c1f1c76be
|
-work on FIXMEs
|
2022-08-18 22:30:00 +02:00 |
|
Christian Grothoff
|
62a7f9b711
|
-misc bugfixes for persona kyc logic
|
2022-08-18 21:10:37 +02:00 |
|
Christian Grothoff
|
f0cd54dc10
|
-doxygen
|
2022-08-18 15:43:10 +02:00 |
|
Christian Grothoff
|
3194ccabc1
|
untested draft of webhook logic for persona
|
2022-08-18 15:39:39 +02:00 |
|
Sebastian
|
cb27943f14
|
-fix make and check
|
2022-08-18 10:34:16 -03:00 |
|
Christian Grothoff
|
246d49b379
|
-work on kyc-proof persona plugin
|
2022-08-18 14:02:54 +02:00 |
|
Christian Grothoff
|
14a240f7cc
|
-first sketch of persona kyclogic
|
2022-08-17 21:35:30 +02:00 |
|
Christian Grothoff
|
9deca4a0c0
|
-fix ftbfs
|
2022-08-17 21:07:11 +02:00 |
|
Christian Grothoff
|
b2a67fcff9
|
-fix kycaid logic issues
|
2022-08-17 14:36:16 +02:00 |
|
Christian Grothoff
|
ba006cd61b
|
kycaid cleanup
|
2022-08-17 12:02:20 +02:00 |
|