wallet-core/packages/taler-wallet-core/src/operations
2023-03-29 00:06:24 -03:00
..
backup wallet-core: fix retryTransaction, improve tx/op identifier parsing/construction 2023-02-20 20:14:46 +01:00
attention.ts fix 7465 2022-11-24 23:16:01 -03:00
balance.ts wallet-core: skeleton support for regional currency scopes 2023-02-12 21:13:30 +01:00
common.ts wallet-core: support long-polling for peer push credit 2023-02-20 21:26:08 +01:00
deposits.ts wallet-core: fix retryTransaction, improve tx/op identifier parsing/construction 2023-02-20 20:14:46 +01:00
exchanges.ts wallet-core: report correct amountEffective in peer-pull-credit even before withdrawal is active 2023-02-23 16:07:14 +01:00
merchants.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
pay-merchant.ts wallet-core: fix retryTransaction, improve tx/op identifier parsing/construction 2023-02-20 20:14:46 +01:00
pay-peer.ts handle kyc error on invoice and transfer 2023-03-29 00:06:24 -03:00
pending.ts wallet-core: fix peer-pull-credit long-polling and peer-pull-debit pending operation status 2023-02-21 20:31:23 +01:00
README.md -remove obsolete README section 2022-10-14 22:10:10 +02:00
recoup.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
refresh.ts wallet-core: report refresh errors properly 2023-02-21 01:48:12 +01:00
testing.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
tip.ts wallet-core: fix retryTransaction, improve tx/op identifier parsing/construction 2023-02-20 20:14:46 +01:00
transactions.ts wallet-core: really report estimatedAmountEffective in PeerPullCredit 2023-02-24 03:49:13 +01:00
withdraw.test.ts wallet-core: DB FIXMEs (amount format) 2022-11-02 18:23:17 +01:00
withdraw.ts handle kyc error on invoice and transfer 2023-03-29 00:06:24 -03:00

Wallet Operations

This folder contains the implementations for all wallet operations that operate on the wallet state.

To avoid cyclic dependencies, these files must not reference each other. Instead, other operations should only be accessed via injected dependencies.

Avoiding cyclic dependencies is important for module bundlers.