wallet-core/packages/taler-wallet-core/src/operations
2022-01-10 16:07:27 -03:00
..
backup wallet: support both protocol versions 2021-11-27 20:57:07 +01:00
balance.ts towards factoring out cyclic dependencies 2021-06-17 15:49:05 +02:00
deposits.ts filter out exchanges with other currency when doing currency selection for deposit 2022-01-10 16:07:27 -03:00
exchanges.ts wallet-core: trust exchange for exchange benchmark 2021-12-08 16:23:00 +01:00
merchants.ts wallet: support both protocol versions 2021-11-27 20:57:07 +01:00
pay.ts deposit from wallet webex: wip 2021-12-23 15:17:36 -03:00
pending.ts wallet-core: fix computation of timestamp for exchange update 2021-12-08 01:52:24 +01:00
README.md towards factoring out cyclic dependencies 2021-06-17 15:49:05 +02:00
recoup.ts fix recoup error handling 2021-12-01 12:23:17 +01:00
refresh.ts wallet-core: towards exchange protocol v12 2022-01-05 20:29:55 +01:00
refund.ts implement backup scheduling, other tweaks 2021-06-25 13:27:06 +02:00
reserves.ts wallet-core: reset reserve retry when resetting withdrawal retry 2021-12-13 11:28:15 +01:00
testing.ts Bring euFin-based tests to pass. 2021-11-13 12:55:15 +01:00
tip.ts wallet: support both protocol versions 2021-11-27 20:57:07 +01:00
transactions.ts wallet-core: reset reserve retry when resetting withdrawal retry 2021-12-13 11:28:15 +01:00
withdraw.test.ts wallet: implement exchange protocol v9 2021-11-17 10:23:30 +01:00
withdraw.ts logging, bump version 2022-01-10 01:19:19 +01: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.