aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-26just tested with Postgres 13, had odd problems with arrays, pg15 works ↵Christian Grothoff
nicely, let's not support ancient PG versions in the future
2023-09-26just tested with Postgres 13, had odd problems with arrays, pg15 works ↵Christian Grothoff
nicely, let's not support ancient PG versions in the future
2023-09-26remove legacy tablesChristian Grothoff
2023-09-26-first hack at SQL fixesChristian Grothoff
2023-09-26add auditor-0002.sql build ruleChristian Grothoff
2023-09-26-this file will be generatedChristian Grothoff
2023-09-25Splitted auditor-0001 and removed master_pubnic
2023-09-24-bump ganav0.9.3Christian Grothoff
2023-09-24clean up dist rulesChristian Grothoff
2023-09-24-fix distingChristian Grothoff
2023-09-24combine deposit confirmation signatures into one big signatureChristian Grothoff
2023-09-24-fix regressionChristian Grothoff
2023-09-24-disabmiguate variableChristian Grothoff
2023-09-24bump ganaChristian Grothoff
2023-09-24-fix test FTBFSChristian Grothoff
2023-09-24-simplify codeChristian Grothoff
2023-09-24fix various FIXMEsChristian Grothoff
2023-09-23fix online denomination signatures; thanks to Jonathan Krebs for pointing ↵Christian Grothoff
out the issue
2023-09-23update fakebank to match latest core bank API with 3 /withdrawals endpoints ↵Christian Grothoff
moved top-level
2023-09-22-misc minor fixesChristian Grothoff
2023-09-21migrate to new bank APIChristian Grothoff
2023-09-21address constraint violation detected by peer-repair integration testChristian Grothoff
2023-09-21major refactor of fakebank implementationChristian Grothoff
2023-09-19finish new reserve history logicChristian Grothoff
2023-09-19parse ETag returned by reserve history APIChristian Grothoff
2023-09-19add FIXME based on list discussionChristian Grothoff
2023-09-19work on reserve history APIChristian Grothoff
2023-09-19complete coin history DB logic to properly handle new ETagsChristian Grothoff
2023-09-18more work on new history logicChristian Grothoff
2023-09-18remove coin and reserve histories from exchange repliesChristian Grothoff
2023-09-17update flows according to MGChristian Grothoff
2023-09-17add new GET /coins/-pub handlerChristian Grothoff
2023-09-17first cut for API to get coin historyChristian Grothoff
2023-09-17bump ganaChristian Grothoff
2023-09-16add triggers to populate reserve history tableChristian Grothoff
2023-09-16create coin history table via triggersChristian Grothoff
2023-09-15have dbconfig also set permissionsChristian Grothoff
2023-09-14fix: reserve_found NULL when the reserve is partially filledSebastian
2023-09-14implement TALER_KYCLOGIC_lookup_checksChristian Grothoff
2023-09-14get test_auditor to passChristian 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-11handle NULL entry correctlyChristian Grothoff
2023-09-11one more missing check for no_age_commitment hashChristian Grothoff
2023-09-11-fix wrong type after type was split"Christian Grothoff
2023-09-11update submodules from remoteChristian Grothoff
2023-09-11check for no_age_commitment before using uninitialized age_commitment hashChristian Grothoff
2023-09-11git version set to HEAD instead of the latest known commitSebastian
2023-09-11-fix print statementChristian Grothoff
2023-09-11-ganaFlorian Dold