aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src
AgeCommit message (Collapse)Author
2023-04-24Libeufin testing.MS
Disabling check that fails due to a Nexus response format. The check will be enabled again after its related bug's fix.
2023-04-24-the --allow-http flag is goneFlorian Dold
2023-04-24improved log, added allow-http flag and prevent throttSebastian
2023-04-24libeufin testsMS
Adapting test after API breaking change.
2023-04-23harness: adjust to merchant API breaking changes, remove test that doesn't ↵Florian Dold
belong
2023-04-23wallet-core: further towards deposit DD37Florian Dold
2023-04-22-fix test-exchange-depositFlorian Dold
2023-04-22get rid of deprecated bankBaseUrl in more placesFlorian Dold
2023-04-22wallet-core: towards DD37 for depositsFlorian Dold
2023-04-21-fix harness type errorsFlorian Dold
2023-04-21wallet-harness: make sure events are not lost in deposit testFlorian Dold
2023-04-13wallet-core: work around missing timestamp in legacy transactionFlorian Dold
2023-04-13Revert "wallet-core: check master public key in /wire response"Florian Dold
This reverts commit 7944a36e30182638b35da6e113b29de8b5f16305.
2023-04-13wallet-core: check master public key in /wire responseFlorian Dold
2023-04-06-re-add missing fields, fix typesFlorian Dold
2023-04-05taler-harness: new testFlorian Dold
2023-04-05wallet-core: towards DD37 for depositsFlorian Dold
2023-03-29missing renameSebastian
2023-03-05taler-harness: emit CIPHER option in coin configv0.9.2-debian-2Florian Dold
2023-02-23taler-harness: deployment tooling for tippingFlorian Dold
2023-02-21harness: improve peer-pull integration test, check notificationsv0.9.3-dev.2Florian Dold
2023-02-20wallet-core: rename p2p requests to something more sensibleFlorian Dold
2023-02-19wallet-core: various p2p payment fixesFlorian Dold
2023-02-19harness: set AM_THRESHOLDFlorian Dold
It's now required by the exchange
2023-02-16taler-util: node http fixesFlorian Dold
2023-02-16make wallet-cli runnable under qtartFlorian Dold
2023-02-14wallet-core: expose more info about refund queryFlorian Dold
2023-02-13wallet-core,harness: introduce reserveIsReady flag, test tx lifeycleFlorian Dold
2023-02-12harness: finish kyc testFlorian Dold
We mock the KYC gateway now, use the new notification-based wallet API and the test is not experimental anymore.
2023-02-11wallet-core,harness: implement pay templatingFlorian Dold
2023-02-10taler-wallet-cli: stop wallet properlyFlorian Dold
2023-02-10harness: rename test to match conventionFlorian Dold
2023-02-10-clarificationFlorian Dold
2023-02-10wallet-core: implement partial withdrawal batching, don't block when ↵Florian Dold
generating planchets
2023-02-10harness: run without throttling, make fakebank issue reproducibleFlorian Dold
2023-02-10harness: allow running tests without timeoutFlorian Dold
2023-02-10wallet-core: expose withdrawal progress, towards huge withdrawal testFlorian Dold
2023-02-02harness,wallet-cli: allow in-memory DBFlorian Dold
2023-02-02harness,wallet-cli: notification-based testing with RPC walletFlorian Dold
2023-01-19prettySebastian
2023-01-19add test for commit 4f376297dc3f0fc4c967de588367d62478fc85fe: show be able ↵Sebastian
to call check refund and finish
2023-01-19harness: hack around test limitationFlorian Dold
It's currently not possible to wait until a transaction reaches a certain state, so we simply run all pending operation once so that the pull payment is initiated.
2023-01-18harness: mark some tests as experimentalFlorian Dold
2023-01-18wallet-core: Add 'deposited' field to deposit transactionFlorian Dold
This field indicates whether the POST requests to deposit coins went through with the exchange. We also don't consider a deposit transaction as having lifeness when it is already deposited and we're just querying for informational deposit tracking information.
2023-01-16harness: wait in testFlorian Dold
2023-01-16harness: fix wrong assertions in test-payment-abortFlorian Dold
2023-01-13harness: add integration test for withdrawal feesFlorian Dold
2023-01-13wallet-core: return pending status instead of errorFlorian Dold
This allows clients to get the transaction ID of the confirmed payment.
2023-01-11-missing fileFlorian Dold
2023-01-11wallet-core: refresh when aborting paymentsFlorian Dold