aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/harness
AgeCommit message (Collapse)Author
2022-01-11towards new recoup APIFlorian Dold
2022-01-10logging, bump versionFlorian Dold
2022-01-05upgrade rollup plugins, as older ones caused miscompilationFlorian Dold
2022-01-05update dependencies to fix rollup issueFlorian Dold
2021-11-27wallet: support both protocol versionsFlorian Dold
2021-11-23wallet: tipping protocol change / merchant version infoFlorian Dold
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-29test harness: abstracting import of BankServicems
2021-10-23Adapt euFin tests to Demobank model.ms
Mostly, this change removes any mention of the currency when bank accounts are created.
2021-10-20wallet-cli: benchmarkingFlorian Dold