Christian Grothoff
|
7d40cd1904
|
-clean up scripts
|
2022-09-24 00:51:15 +02:00 |
|
Christian Grothoff
|
035e052c39
|
-fix test-revocation
|
2022-09-24 00:16:51 +02:00 |
|
Christian Grothoff
|
f05a3450e0
|
-less verbose
|
2022-09-23 16:21:52 +02:00 |
|
Christian Grothoff
|
7b40c38a02
|
-fix test-auditor.sh
|
2022-09-23 16:18:07 +02:00 |
|
Christian Grothoff
|
9fda23115a
|
-work on test-auditor.sh
|
2022-09-22 21:37:26 +02:00 |
|
Christian Grothoff
|
326fa9409d
|
-use new flag to avoid continuing after wallet failure
|
2022-09-20 23:19:46 +02:00 |
|
Christian Grothoff
|
a2c179373e
|
-fix issue on Florian's system
|
2022-09-20 23:18:46 +02:00 |
|
Christian Grothoff
|
bf85d6f3d1
|
-work on test-auditor.sh
|
2022-09-21 18:04:34 +02:00 |
|
Christian Grothoff
|
f365fc0730
|
-try to fix more of test-*.sh
|
2022-09-21 10:46:57 +02:00 |
|
Christian Grothoff
|
3fa9f3bb12
|
-wip
|
2022-09-19 19:32:22 +02:00 |
|
Christian Grothoff
|
230cfa4f93
|
-do not exit if not in PATH
|
2022-09-19 14:45:04 +02:00 |
|
Christian Grothoff
|
a566242bfd
|
-do not exit if not in PATH
|
2022-09-19 14:44:40 +02:00 |
|
|
1aed3c1fd2
|
auditor tests: make initdb invocation more portable
|
2022-09-19 14:04:53 +02:00 |
|
Christian Grothoff
|
b4b857abea
|
-misc minor fixes
|
2022-09-17 23:27:29 +02:00 |
|
Christian Grothoff
|
b7bd457908
|
-cleanup
|
2022-09-13 15:51:38 +02:00 |
|
Christian Grothoff
|
47ab7c4c41
|
-fix test-sync
|
2022-09-13 15:29:04 +02:00 |
|
Christian Grothoff
|
1081f3edbf
|
-work on auditor tests
|
2022-09-13 13:22:26 +02:00 |
|
Christian Grothoff
|
bca7f21fdd
|
-work on auditor tests
|
2022-09-13 13:00:02 +02:00 |
|
Christian Grothoff
|
fed7102ad5
|
-fix test-auditor.sh
|
2022-09-13 12:20:10 +02:00 |
|
Christian Grothoff
|
0a618f77cd
|
-add missing license headers
|
2022-09-12 13:34:33 +02:00 |
|
Christian Grothoff
|
05cf62b397
|
-use private DB for tests
|
2022-09-12 11:33:56 +02:00 |
|
Thien-Thi Nguyen
|
27ee193e34
|
remove spurious ‘-n’
This is for consistency w/ the other echo(1) statements
in this and peer tests.
|
2022-09-11 01:44:14 -04:00 |
|
Thien-Thi Nguyen
|
aea3c6027b
|
remove reserved word ‘function’
This is a bashism; the definition works fine w/o it.
|
2022-09-09 20:23:21 -04:00 |
|
Christian Grothoff
|
b808ca04d6
|
-remove generated DB files from test logic
|
2022-09-09 22:26:11 +02:00 |
|
Thien-Thi Nguyen
|
e83191c421
|
fix typo: s/issattr/isattr/g (45 instances)
|
2022-09-07 13:23:39 -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 |
|
Christian Grothoff
|
e96cf9ba66
|
-fix auditor tests (mostly)
|
2022-08-23 20:40:26 +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 |
|
Christian Grothoff
|
9ed99558e2
|
-fix clang compiler warnings
|
2022-08-22 22:45:41 +02:00 |
|
Christian Grothoff
|
a046899b2c
|
-major KYC update, fixes misc. issues
|
2022-08-20 21:29:36 +02:00 |
|
Christian Grothoff
|
8681a61957
|
-regenerate DBs
|
2022-08-16 14:57:47 +02:00 |
|
Christian Grothoff
|
39640c3339
|
towards testing #4960
|
2022-08-15 00:01:45 +02:00 |
|
Christian Grothoff
|
522051ee9f
|
-fix SQL
|
2022-08-14 19:13:24 +02:00 |
|
Christian Grothoff
|
1a3793cb1c
|
-regenerate DBs
|
2022-08-14 19:10:19 +02:00 |
|
Christian Grothoff
|
74ba46db39
|
-work on new KYC logic: tests pass again
|
2022-08-14 18:04:09 +02:00 |
|
Christian Grothoff
|
1009084e94
|
major rework of the KYC logic, making it more configurable, not complete, but tests pass again
|
2022-08-11 23:35:33 +02:00 |
|
Christian Grothoff
|
6e831da22a
|
-ignore
|
2022-08-07 16:04:52 +02:00 |
|
Christian Grothoff
|
30b833232e
|
-regen DB (again)
|
2022-08-07 15:35:13 +02:00 |
|
Christian Grothoff
|
c676737f5f
|
-fix test-auditor.sh
|
2022-08-07 13:01:00 +02:00 |
|
Christian Grothoff
|
d651f21fdb
|
-update DBs
|
2022-08-06 22:27:02 +02:00 |
|
Christian Grothoff
|
fb5037b8e3
|
-work on auditor tests
|
2022-08-06 21:51:39 +02:00 |
|
Christian Grothoff
|
36a6731a1a
|
-typo
|
2022-08-06 15:23:44 +02:00 |
|
Christian Grothoff
|
2e74c04dad
|
-initialize totals
|
2022-08-06 15:18:39 +02:00 |
|
Christian Grothoff
|
e0a55c4240
|
-regenerate pre-built DBs
|
2022-08-06 14:25:49 +02:00 |
|
Christian Grothoff
|
c602e11a36
|
-merge eufin branch (manually)
|
2022-08-06 13:25:54 +02:00 |
|
Christian Grothoff
|
9d2033872f
|
sketch test for #4960
|
2022-08-01 15:22:27 +02:00 |
|
Christian Grothoff
|
368194badd
|
implement auditor support for #4960
|
2022-08-01 13:10:53 +02:00 |
|