aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2023-06-21wait 5 minutes before trigger wire transfer, prevent the exchange to make ↵Sebastian
more than 1 wire transfer if the deposit takes times
2023-06-21-loggingFlorian Dold
2023-06-21wallet-core: fix withdrawal KYC transitions and use long-pollingFlorian Dold
2023-06-21-missing toplevel 'make install' componentsFlorian Dold
2023-06-21repo: fix Makefiles / top-level 'make install' targetFlorian Dold
2023-06-21webextension: fix type errorFlorian Dold
2023-06-21harness: wallet must always withdraw via fault-injected exchangeFlorian Dold
Otherwise, the ports in the base URL don't match and the wallet will complain.
2023-06-21harness: fix/modernize peer-to-peer-pushFlorian Dold
2023-06-21harness: fix exchange base URL in tests with fault injectionFlorian Dold
2023-06-20add select max amountSebastian
2023-06-20more real casesSebastian
2023-06-20-minor renameFlorian Dold
2023-06-20repo: bump to 0.9.3-dev.16v0.9.3-dev.16Florian Dold
2023-06-20wallet-core: consistently rename to failTransactionFlorian Dold
2023-06-20added txactions into transaction mocksSebastian
2023-06-20remove calculate plan (for now) implemented simpler APISebastian
2023-06-20show the button that wallet-core tellsSebastian
2023-06-20using enum instead of stringSebastian
2023-06-20remove from floatSebastian
2023-06-20parse instead of fromFloatSebastian
2023-06-20harness: fix test-peer-repairFlorian Dold
2023-06-20log notification from walletSebastian
2023-06-20wallet-core: remove redundant/unused notificationsFlorian Dold
2023-06-20missing removalSebastian
2023-06-20wallet-core: be less spammy with self-transitions and loggingFlorian Dold
2023-06-20wallet-core: emit DD37 self-transition notifications with errorsFlorian Dold
2023-06-19wallet-core: fix peer-(push,pull)-debit withdrawal statesFlorian Dold
2023-06-19taler-harness: WIP integration test for p2p coin selection repairFlorian Dold
2023-06-19wallet-core: implement coin selection repair for p2p paymentsFlorian Dold
2023-06-16add test to compare withdrawing KUDOS:25 with demo configSebastian
2023-06-16remove testing uiSebastian
2023-06-16remove some type literal and prettySebastian
2023-06-16remove type literalSebastian
2023-06-15add test to coin selection algorithmSebastian
2023-06-15watch testSebastian
2023-06-15compare durationSebastian
2023-06-13showing off information about operation planSebastian
2023-06-13get operation plan impl, no testSebastian
2023-06-13get operation plan typesSebastian
2023-06-09spellingSebastian
2023-06-06use transaction state transition instead of other notificationsSebastian
2023-06-06wallet-core: truncate withdrawal errorsFlorian Dold
2023-06-06wallet-core: check base URL reported by exchangeFlorian Dold
2023-06-06wallet-core: try to abort withdrawals wallet-side with the bankFlorian Dold
2023-06-06wallet-core: use status consistently for querying for pending tasksFlorian Dold
2023-06-06wallet-core: missing put operationFlorian Dold
2023-06-06-use tsc --buildFlorian Dold
2023-06-06build system: use --build argument for tscFlorian Dold
2023-06-06build system: get rid of prepare scriptsFlorian Dold
These don't seem to be the right location to compile packages. The newest version of pnpm runs all those scripts on "pnpm install", even if we filter for only one package. That results in a build performance issue.
2023-06-06wallet-core: fix long-polling checkFlorian Dold