aboutsummaryrefslogtreecommitdiff
path: root/src/bank-lib/fakebank_bank.c
AgeCommit message (Collapse)Author
2024-07-15fakebank: return currency_spec in corebank API as per specFlorian Dold
2024-05-23fakebank: remove unspecified, unused POST /withdrawals/* endpointsFlorian Dold
Only the unauthenticated GET endpoint for withdrawal operations is used and specified. Aborting and confirmation requires authentication and is part of the /accounts/*/withdrawals/* corebank API.
2024-02-05implement relevant parts of core bank API v4 in fakebankChristian Grothoff
2024-02-05add implementation URNsChristian Grothoff
2023-09-24fix various FIXMEsChristian Grothoff
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-21major refactor of fakebank implementationChristian Grothoff