aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/integrationtests/test-libeufin-basic.ts
AgeCommit message (Collapse)Author
2022-12-23spill extra functionality from wallet-cli into taler-harnessFlorian Dold
We want to keep taler-wallet-cli smaller and have fewer dependencies.
2022-12-09Adapt libeufin test suite to recent API.MS
The new libeufin-sandbox API enforces every bank account to be owned by one bank customer; this change therefore provides every test user a customer profile before trying the banking operations.
2022-11-01wallet-core: use PeerContractTermsFlorian Dold
2022-10-13use node16 for wallet-core, delete unused taler-config-lib packageFlorian Dold
2022-08-26wallet-core: fix revocation, re-introduce reserves object storeFlorian Dold
2022-08-16implement peer to peer push paymentsFlorian Dold
2022-03-22wallet: more time format fixesFlorian Dold
2022-03-21wallet: t_s/d_us migrationFlorian Dold
2022-03-14wallet: towards db-less benchmarking, some refactoringFlorian Dold
2021-11-24logging / explicit wire deadlineFlorian Dold
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
2021-09-02testing c52/c53 coordination,MS
and allow passing query parameters to the "fetch transactions" API from Nexus.
2021-08-07use valid BIC in testFlorian Dold
2021-08-06tag test properlyFlorian Dold
2021-06-17use the new wallet core API interface in all testsFlorian Dold
2021-05-21Tagging LibEuFin tests.MS
2021-03-17towards wallet-core / util splitFlorian Dold
2021-02-03prettified sourcesMS
2021-02-010006728: set up wallet CI pipeline for WebExtension buildSebastian
This commit split in three main things: * added deploy-webext to upload the extension zipfile * put scope into the npm packages to be able to deploy them * added deploy-npm to deploy related npm packages Also, fixing bug on `make clean`. Some packages where not being deleting tsconfig.tsbuildinfo and making subsequent `make` fail
2021-01-22DCEFlorian Dold
2021-01-20add permissions to libeufin integration testFlorian Dold
2021-01-17implement the big LibEuFin integration testFlorian Dold