summaryrefslogtreecommitdiff
path: root/nexus/src/test/kotlin/NexusApiTest.kt
AgeCommit message (Collapse)Author
2023-09-11Bank refactoring.MS
Deleting entirely the previous Sandbox tree and creating a new one with only one libeufin-bank.
2023-08-03Using the wireTransfer() method for EBICS.MS
Also: avoiding to use the "fetch all" specification for downloading EBICS reports in tests, because they easily miss the very latest transactions from the same day. Instead, use large enough time frames when all the transactions have to be returned.
2023-07-28Testing the EBICS time-framed history request.MS
2023-04-21addressing #7738MS
2023-04-16Conversion service.MS
Implementing the cash-out monitor. The monitor watches one particular bank account (the admin's by default) and submits a fiat payment initiation to Nexus upon every new incoming transaction. Also implementing idempotence for payment initiations at Nexus. This helps in case the cash-out monitor fails at keeping track of the submitted payments and accidentally submits multiple times the same payment.
2023-04-12Performance.MS
Implementing long polling to get transactions via the Nexus native API.
2023-03-31testsMS
2023-03-19Testing facade deletion.ms
And causing the facade state table to get also deleted via 'on delete cascade'.
2023-03-17Scheduled tasks test case.ms