Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-18 | prepare tables for DD31 | Christian Grothoff | |
2022-09-18 | add new signature functions for DD31 | Christian Grothoff | |
2022-09-17 | -misc minor fixes | Christian Grothoff | |
2022-09-13 | -cleanup | Christian Grothoff | |
2022-09-13 | -fix test-sync | Christian Grothoff | |
2022-09-13 | -work on auditor tests | Christian Grothoff | |
2022-09-13 | -work on auditor tests | Christian Grothoff | |
2022-09-13 | -fix test-auditor.sh | Christian Grothoff | |
2022-09-12 | -add missing license headers | Christian Grothoff | |
2022-09-12 | -use private DB for tests | Christian Grothoff | |
2022-09-11 | remove spurious ‘-n’ | Thien-Thi Nguyen | |
This is for consistency w/ the other echo(1) statements in this and peer tests. | |||
2022-09-09 | remove reserved word ‘function’ | Thien-Thi Nguyen | |
This is a bashism; the definition works fine w/o it. | |||
2022-09-09 | -remove generated DB files from test logic | Christian Grothoff | |
2022-09-07 | fix typo: s/issattr/isattr/g (45 instances) | Thien-Thi Nguyen | |
2022-09-07 | fix typo: s/denomnations/denominations/ | Thien-Thi Nguyen | |
2022-09-07 | fix typo: s/t/tt/ | Thien-Thi Nguyen | |
2022-09-07 | fix typo: s/missbehavior/misbehavior/ | Thien-Thi Nguyen | |
2022-09-07 | fix typo: s/missbehaved/misbehaved/ | Thien-Thi Nguyen | |
2022-09-07 | fix typo: s/siging/signing/ | Thien-Thi Nguyen | |
2022-09-07 | fix typo: s/singing/signing/ | Thien-Thi Nguyen | |
2022-09-07 | fix typo: s/singing/signing/ | Thien-Thi Nguyen | |
2022-09-06 | add 9th IN parameter to ‘exchange.exchange_do_purse_deposit’ | Thien-Thi Nguyen | |
* src/auditor/auditor-basedb.sql (exchange.exchange_do_purse_deposit): Add ‘in_reserve_expiration bigint’ as last non-OUT parameter. | |||
2022-09-05 | p2p payments: do not require attestation when min_age is 0 | Florian Dold | |
2022-09-05 | set age mask before hashing age commitment | Florian Dold | |
2022-08-30 | add payto URI as detail | Christian Grothoff | |
2022-08-25 | EC instead of SEGV | Christian Grothoff | |
2022-08-25 | -enable signup bonus with fakebank | Christian Grothoff | |
2022-08-25 | -proper conflict on /register for existing account with different pw | Christian Grothoff | |
2022-08-25 | use correct EC | Christian Grothoff | |
2022-08-24 | -handle case of GET purse status prior to deposit | Christian Grothoff | |
2022-08-24 | -handle case of GET purse status prior to merge | Christian Grothoff | |
2022-08-24 | -fix purse deposit when done against non-existing reserve | Christian Grothoff | |
2022-08-24 | -fix purse merge when done against non-existing reserve | Christian Grothoff | |
2022-08-23 | fix typo: s/ULONG_LONG_MAX/ULLONG_MAX/ | Thien-Thi Nguyen | |
The latter is in the standard, while the former is an old GCC-ism. | |||
2022-08-23 | -fix locking | Christian Grothoff | |
2022-08-23 | /withdrawals required | Christian Grothoff | |
2022-08-23 | payto URI malformed | Christian Grothoff | |
2022-08-23 | -fix URI construction | Christian Grothoff | |
2022-08-23 | /config, not /version | Christian Grothoff | |
2022-08-23 | -fix auditor tests (mostly) | Christian Grothoff | |
2022-08-23 | -actually, can be zero on refund... | Christian Grothoff | |
2022-08-23 | enforce syntax of reserve_uri (typo) | Christian Grothoff | |
2022-08-23 | enforce syntax of reserve_uri | Christian Grothoff | |
2022-08-23 | -avoid double next | Christian Grothoff | |
2022-08-23 | -fix report generation field name missmatch | Christian Grothoff | |
2022-08-23 | fix profit drain test, remove obsolete test 33 (aggregator now dies on ↵ | Christian Grothoff | |
inconsistency, before it looped); fixes #4960 | |||
2022-08-23 | retry when SQLite DB is locked | MS | |
2022-08-22 | fix typo: ‘s/(MHD_HTTP_UNPROCESSABLE)_CONTENT/\1_ENTITY/g’ | Thien-Thi Nguyen | |
2022-08-22 | -fix clang compiler warnings | Christian Grothoff | |
2022-08-22 | -fix some clang warnings | Christian Grothoff | |