summaryrefslogtreecommitdiff
path: root/src/exchangedb/test_exchangedb.c
AgeCommit message (Collapse)Author
2024-02-07auditordb tabularasaChristian Grothoff
2024-01-16fix #8071Christian Grothoff
2024-01-12-missed an instance of api usage in commit a6b35eeÖzgür Kesim
2023-10-29-fix test FTBFSChristian Grothoff
2023-10-25new blind signing code buildsChristian Grothoff
2023-10-15remove dead do_withdraw codeChristian Grothoff
2023-10-05-fixing missing '/' at end of paths in Debian package, implement coin ↵v0.9.4-dev.1Christian Grothoff
history logic
2023-09-19finish new reserve history logicChristian Grothoff
2023-09-19work on reserve history APIChristian Grothoff
2023-09-19complete coin history DB logic to properly handle new ETagsChristian Grothoff
2023-09-18remove coin and reserve histories from exchange repliesChristian Grothoff
2023-09-17first cut for API to get coin historyChristian Grothoff
2023-09-16add triggers to populate reserve history tableChristian Grothoff
2023-09-14more work towards auditor support for AML/KYCChristian Grothoff
2023-09-13work on KYC support in auditor (WiP, not finished)Christian Grothoff
2023-09-11-fix wrong type after type was split"Christian Grothoff
2023-09-10major exchange DB schema change: store common properties of batch deposit in ↵Christian Grothoff
batch_deposits table, and coin-specific ones in coin_deposits table; plus minor cleanups
2023-07-30remove wrap_size, obsoleteChristian Grothoff
2023-07-27[WiP] added TALER_AMOUNT type to Postgres - first in age_withdrawÖzgür Kesim
- Added a type TALER_AMOUNT (val INT8, frac INT4) to Postgres. - Added PLSQL functions/procedures - amount_normalize(a) - amount_add(a, b) - amount_left_minus_right(l, r, diff, ok bool) - Added PQ-helper functions - TALER_PQ_query_param_amount_tuple() - TALER_PQ_result_spec_amount_tuple() - In table 'age_withdraw', changed fields 'amount_with_fee_val' and '..._frac' into single field 'amount_with_fee' be of type TALER_AMOUNT - Changed functions/stored procedures 'do_age_withdraw' and 'get_age_withdraw' to use new APIs. => make check runs through without errors, age-withdraw and -reveal test passes.
2023-02-14-fix test FTBFSChristian Grothoff
2023-02-05-fix transaction issue in exchange testChristian Grothoff
2023-02-05-fix FTBFS of exchange testChristian Grothoff
2022-12-28populate denom-coin-depJoseph
2022-11-27-db tests pass againChristian Grothoff
2022-11-04policy extensions and age restriction refactoringÖzgür Kesim
- refactoring of extension-plugin-mechanism - refactoring of age restriction extension - added policy extensions plugin plumbing - added DB schema and api - policy_details - policy_fulfillments
2022-11-01remove wad fee, kyc fee and kyc-timeoutChristian Grothoff
2022-10-30add support for reserve open/close operations to auditor, begin to split off ↵Christian Grothoff
purse auditing logic
2022-10-15-modify DB logic to return open/close requests in reserve historyChristian Grothoff
2022-08-22-fix clang compiler warningsChristian Grothoff
2022-08-20-major KYC update, fixes misc. issuesChristian Grothoff
2022-08-14-start with DB cleanupChristian Grothoff
2022-08-14-work on new KYC logic: tests pass againChristian Grothoff
2022-08-11major rework of the KYC logic, making it more configurable, not complete, ↵Christian Grothoff
but tests pass again
2022-07-06fix auditor refund fee calculationsChristian Grothoff
2022-07-05-remove dead argumentChristian Grothoff
2022-06-13-towards coin audits with purse depositsChristian Grothoff
2022-05-22-towards purse merge and history requests in reserve history (incomplete)Christian Grothoff
2022-03-31privatize more signature structs, simplify codeChristian Grothoff
2022-03-27-fix leak, uninitialized psChristian Grothoff
2022-03-27-remove tiny field, no longer neededChristian Grothoff
2022-03-27towards removing tiny bitChristian Grothoff
2022-03-24rework deposits sharding, towards making aggregator faster (not necessarily ↵Christian Grothoff
done)
2022-03-05refactor /wire to include logic to return the wad fee (for W2W payments)Christian Grothoff
2022-03-03use 32 byte hash for hpayto, use that for joins on queries to better align ↵Christian Grothoff
queries with partitions
2022-03-03include shard when marking deposits tiny/done to make better use of ↵Christian Grothoff
partitions/shards
2022-03-02fix num partitionsMarco Boss
2022-03-02include partitioning logic in dbinitMarco Boss
2022-02-28get test-auditor and #7181 to passChristian Grothoff
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-20-ensure different HKDF is used in melt vs. withdrawChristian Grothoff