wallet-core/packages/taler-wallet-core/src/operations
2023-08-30 18:01:18 +02:00
..
backup wallet-core: remove old sync code, add stored backups skeleton 2023-08-30 18:01:18 +02:00
attention.ts taler-util,wallet-core: make AbsoluteTime opaque 2023-05-26 13:52:00 +02:00
balance.ts check currency so it wont compare coins that are not related 2023-06-28 11:36:21 -03:00
common.ts wallet-core: towards DD48 2023-08-30 15:54:56 +02:00
deposits.ts wallet-core: rename OperationAttempt->TaskRun, do not allow task result values anymore 2023-06-30 16:14:58 +02:00
exchanges.ts wallet-core: towards DD48 2023-08-30 15:54:56 +02:00
merchants.ts wallet-core: remove usage of /wire 2023-08-29 13:44:50 +02:00
pay-merchant.ts repurchase detection 2023-07-10 14:09:18 -03:00
pay-peer-common.ts wallet-core: do p2p coin selection based on coin availability records 2023-08-29 20:35:49 +02:00
pay-peer-pull-credit.ts wallet-core: do p2p coin selection based on coin availability records 2023-08-29 20:35:49 +02:00
pay-peer-pull-debit.ts wallet-core: split coin selection and instructed amount conversion 2023-08-29 18:33:51 +02:00
pay-peer-push-credit.ts wallet-core: remove usage of /wire 2023-08-29 13:44:50 +02:00
pay-peer-push-debit.ts wallet-core: split coin selection and instructed amount conversion 2023-08-29 18:33:51 +02:00
pending.ts wallet-core: towards DD48 2023-08-30 15:54:56 +02:00
README.md -remove obsolete README section 2022-10-14 22:10:10 +02:00
recoup.ts wallet-core: remove usage of /wire 2023-08-29 13:44:50 +02:00
refresh.ts wallet-core: towards DD48 2023-08-30 15:54:56 +02:00
reward.ts tip -> reward 2023-08-30 11:54:08 -03:00
testing.ts wallet-core,harness: get p2p tests to pass again 2023-08-30 09:54:47 +02:00
transactions.ts wallet-core: wake up task loop on tx status changes 2023-08-22 08:54:05 +02:00
withdraw.test.ts save wire fee instead of effective amount 2023-03-31 14:50:59 -03:00
withdraw.ts wallet-core: towards DD48 2023-08-30 15:54:56 +02: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.