aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/integrationtests
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-17libeufin tests: adapt to new report/statement policyMS
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-11fix integration after changes in 5c742afbSebastian
2022-11-10quickjs preparations, clearer worker(-factory) namesFlorian Dold
2022-11-02wallet-core: fix exchange management test case, surface exchange update ↵Florian Dold
error info in list
2022-11-02wallet-core: compute residual amount for recoup properlyFlorian Dold
2022-11-01integration tests: add test for withdrawing many coinsFlorian Dold
2022-11-01remove source-map-support usage, as node supports it nativelyFlorian Dold
We can just use NODE_OPTIONS=--enable-source-maps now.
2022-11-01wallet-core: use PeerContractTermsFlorian Dold
2022-10-31taler-util: fix config utils for ESMFlorian Dold
2022-10-25integration tests: fix type errorFlorian Dold
2022-10-24mark clause schnorr test as experimentalFlorian Dold
2022-10-15wallet-core: simplify coin recordFlorian Dold
we only track the allocation now, not the remaining amount
2022-10-13use node16 for wallet-core, delete unused taler-config-lib packageFlorian Dold
2022-10-08wallet-core: Clean up merchant payments DB schemaFlorian Dold
2022-10-05integration tests: make test-wallet-cryptoworker passFlorian Dold
2022-10-05integration tests: test crypto workerFlorian Dold
We test instantiations of both crypto workers that are available for node.
2022-09-23wallet-core: fix withdrawal state machineFlorian Dold
2022-09-23wallet-core: do not block when accepting a manual withdrawalFlorian Dold
2022-09-21-tag testFlorian Dold
2022-09-21wallet-core: make basic backup work againFlorian Dold
2022-09-20wallet-core: make basic backup work againFlorian Dold
2022-09-19wallet-core: fix tipping with age restricted denomsFlorian Dold
2022-09-19-test taggingFlorian Dold
2022-09-19wallet-core: add wire method check in new coin selectionFlorian Dold
2022-09-13fix test and loggingFlorian Dold
2022-09-08include age commitment proof in refreshed coinsFlorian Dold
2022-09-07also accept payment in testFlorian Dold
2022-09-07fix typoFlorian Dold
2022-09-05add test for mixed age restrictionsFlorian Dold
2022-09-05consider supported wire types when selecting coinsFlorian Dold
Also add an integration test to check for the correct wallet behavior.
2022-09-05add integration test for p2p age restrictionsFlorian Dold
2022-09-05remove abort-pay testFlorian Dold
This test can't work anymore, as the merchant does batch deposits. We should eventually add a different test as replacement that uses a double-spent coin (via a forced coin selection).
2022-09-02reproduce issue #7318Sebastian
2022-08-26wallet-core: fix revocation, re-introduce reserves object storeFlorian Dold
2022-08-25integration tests: various fixesFlorian Dold
2022-08-25specify bank access API separately in testsFlorian Dold
2022-08-24wallet-core: p2p support for transactions listFlorian Dold
2022-08-24fix idb bug, p2p integration testFlorian Dold
2022-08-24wallet-core: fix withdrawal idempotencyFlorian Dold
2022-08-24-get p2p pull integration test to run throughFlorian Dold
2022-08-23use fakebank for integration testsFlorian Dold
2022-08-23peer-to-peer pull payments MVPFlorian Dold
p2p pull wip
2022-08-16implement peer to peer push paymentsFlorian Dold
2022-07-12wallet-core: implement accepting p2p push paymentsFlorian Dold
2022-07-08wallet-core: P2P push payments (still incomplete)Florian Dold
2022-06-10wallet-core: implement and test forced coin/denom selectionFlorian Dold
2022-06-01integration tests: one variable for pybank/libeufin switchFlorian Dold
2022-05-18- linterSebastian