aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness
AgeCommit message (Collapse)Author
2023-02-23taler-harness: deployment tooling for tippingFlorian Dold
2023-02-21bump to 0.9.3-dev.3v0.9.3-dev.3Florian Dold
2023-02-21harness: improve peer-pull integration test, check notificationsv0.9.3-dev.2Florian Dold
2023-02-21bump version to 0.9.2v0.9.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-10deps: add missing esbuild dependency, upgrade esbuildFlorian 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-10build system: convenience target to install CLIsFlorian Dold
2023-02-10wallet-core: expose withdrawal progress, towards huge withdrawal testFlorian Dold
2023-02-06address #7523Florian 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-27-missing version bumpsFlorian Dold
2023-01-26put taler wallet RPC into taler-util, make it cross-platformFlorian Dold
2023-01-23update READMEsFlorian 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
2023-01-10wallet-core: KYC mvpFlorian Dold
Only hard withdrawal KYC is supporte so far, and no long-polling is done yet.
2023-01-10harness: capture createdb/dropdb logsFlorian Dold
2023-01-06wallet-core: insufficient balance details for p2p paymentsFlorian Dold
2023-01-06wallet-core: test insufficient balance response, also use it for deposit groupsFlorian Dold
2023-01-05libeufin tests: include currency in amounts.MS
2023-01-05Build system.MS
Avoid taler-harness to use divergent 'esbuild' versions among dependencies and devDependencies.
2023-01-05Fix build.MS
Include 'esbuild' as a taler-harness dependency, and update the lockfile accordingly. Give taler-harness the configure script too.
2023-01-04harness: p2p payment emojisFlorian Dold
2023-01-04harness: test more unicode characters in subjectFlorian Dold
2023-01-04-missing step in make installFlorian Dold
2023-01-04harness: make import.meta.url workFlorian Dold