aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/harness/helpers.ts
AgeCommit message (Collapse)Author
2021-11-13Bring euFin-based tests to pass.ms
Note: timetravel-withdraw is now failing for both pybank and eufin. That is likely due to the wallet not refreshing expired denominations.
2021-11-04Implementing euFin-based harness.ms
- move stateless euFin API helpers to separate file, in order to avoid circular dependecy between harness.ts and libeufin.ts - implement BankServiceInterface with euFin. This one is not tested and disabled by default.
2021-11-01Testing harness.ms
No need to import modules dynamically, in order to provide the euFin implementation of the BankServiceInterface.
2021-10-29fix IBAN generatorms
2021-10-20wallet-cli: benchmarkingFlorian Dold