summaryrefslogtreecommitdiff
path: root/bank/src/main/kotlin/tech/libeufin/bank/Constants.kt
AgeCommit message (Expand)Author
2024-05-07Merge remote-tracking branch 'origin/v11-dev'Antoine A
2024-05-07bank: support per account cashout minimum amountAntoine A
2024-04-30nexus: revenue APIAntoine A
2024-04-09nexus: wire gateway /admin/add-incomingAntoine A
2024-04-09Move more API and DB logic in common in preparation for libeufin-nexus REST APIAntoine A
2024-04-05Add base_url to /configAntoine A
2024-04-04Improve monitor APIAntoine A
2024-03-20Make soft deleted account's information and operations accessible to adminAntoine A
2024-03-14Bank transaction idempotencyAntoine A
2024-03-05bank: add bank_name in config and in TAN messagesAntoine A
2024-02-26Bump api revisionAntoine A
2024-02-13Code cleanupAntoine A
2024-02-05Add wire_type to bank configAntoine A
2024-01-23Add missing /config endpointsAntoine A
2024-01-23Split utils into common and ebics and ename integration to testbenchAntoine A
2024-01-23Share database logicAntoine A
2024-01-19Fix copyrightsAntoine A
2024-01-03Bump API versionAntoine A
2023-12-16Retry account registration with random IBAN up to 5 timesAntoine A
2023-12-16Add unauthenticated withdrawal abort endpoint to Taler Bank Integration API a...Antoine A
2023-12-14Prohibit manual transactions to admin and simplify proceduresAntoine A
2023-12-13Support postgres 14Antoine A
2023-12-11Update api versionAntoine A
2023-12-11Check postgres version and reuse connection when initialising databaseAntoine A
2023-12-07Fix parsing incoming transaction subjectAntoine A
2023-12-06Improve accounts APIAntoine A
2023-12-05Add supported_tan_channels in configAntoine A
2023-12-01Move all constants in a single file and remove redundant loggingAntoine A