Christian Grothoff
|
a566242bfd
|
-do not exit if not in PATH
|
2022-09-19 14:44:40 +02:00 |
|
Christian Grothoff
|
e7c431654d
|
-first design for reserve control
|
2022-09-19 14:33:24 +02:00 |
|
|
1aed3c1fd2
|
auditor tests: make initdb invocation more portable
|
2022-09-19 14:04:53 +02:00 |
|
Christian Grothoff
|
da69fd9c72
|
prepare tables for DD31
|
2022-09-18 18:04:41 +02:00 |
|
Christian Grothoff
|
18a2fae3b5
|
add new signature functions for DD31
|
2022-09-18 17:36:35 +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
|
96fae17b32
|
fix typo: s/denomnations/denominations/
|
2022-09-07 01:56:18 -04:00 |
|
Thien-Thi Nguyen
|
996d59f2e8
|
fix typo: s/t/tt/
|
2022-09-07 01:55:02 -04:00 |
|
Thien-Thi Nguyen
|
c1fe070830
|
fix typo: s/missbehavior/misbehavior/
|
2022-09-07 01:52:51 -04:00 |
|
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 |
|