|
1b0bec0363
|
wallet-core: support new exchange wire account signature
|
2023-05-03 10:01:51 +02:00 |
|
Sebastian
|
d483a3f557
|
fix #7704
|
2023-04-19 12:42:47 -03:00 |
|
|
b96464fe09
|
Revert "wallet-core: check master public key in /wire response"
This reverts commit 7944a36e30 .
|
2023-04-13 15:04:08 +02:00 |
|
|
7944a36e30
|
wallet-core: check master public key in /wire response
|
2023-04-13 14:16:06 +02:00 |
|
Sebastian
|
b0cc65e17f
|
move coin selection function to coinSelection.ts and added a test placeholder, and some fixes:
* selectCandidates was not save wire fee
* selectCandidates show check wire fee time range
|
2023-03-31 12:27:17 -03:00 |
|
|
582b6ae5f4
|
wallet-core: report correct amountEffective in peer-pull-credit even before withdrawal is active
|
2023-02-23 16:07:14 +01:00 |
|
|
3daa4dbb3f
|
wallet-core: fix retryTransaction, improve tx/op identifier parsing/construction
|
2023-02-20 20:14:46 +01:00 |
|
Sebastian
|
68f3c3b447
|
pretty
|
2023-02-20 12:37:05 -03:00 |
|
|
825d2c4352
|
make wallet-cli runnable under qtart
|
2023-02-16 02:50:29 +01:00 |
|
|
143a4fe4ac
|
wallet-core: refresh when aborting payments
|
2023-01-11 17:14:49 +01:00 |
|
|
d50294f76e
|
wallet-core: DB FIXMEs (amount format)
|
2022-11-02 18:23:17 +01:00 |
|
|
1e6e1a22cd
|
wallet-core: fix exchange management test case, surface exchange update error info in list
|
2022-11-02 14:23:26 +01:00 |
|
|
aab3f917c4
|
-harness fixes for kyc
|
2022-11-01 17:52:51 +01:00 |
|
|
504d9f09b4
|
wallet-core: remove kyc and wad fee
|
2022-11-01 17:26:24 +01:00 |
|
|
d63a773bf5
|
wallet-core: report supportedAgeGroups
|
2022-11-01 15:31:48 +01:00 |
|
Sebastian
|
d1f43ca5f2
|
added v6 migration skip and removed rowId field when rowId is undefined (otherwise autoincrement value won't work)
|
2022-10-17 11:44:23 -03:00 |
|
|
8d4a7d6103
|
wallet-core: CLI improvements, ToS fetching fixes
|
2022-10-16 20:15:55 +02:00 |
|
|
fbb7dd9e7e
|
wallet-core, wallet-cli: add status to exchange list, add detail query to CLI
|
2022-10-15 21:26:36 +02:00 |
|
|
a41d1ee53e
|
wallet-core: put signing keys in separate object store
|
2022-10-15 16:03:48 +02:00 |
|
|
a57fcb144d
|
wallet-core: pull out ToS into separate object store
|
2022-10-14 22:10:10 +02:00 |
|
|
f1cba79c65
|
wallet-core: DB tweaks
|
2022-10-14 22:10:10 +02:00 |
|
Sebastian
|
610df1c9cf
|
create a fee description timeline for global fee and wire fees
|
2022-10-12 15:58:10 -03:00 |
|
Sebastian
|
cb44202440
|
adding global fee info from exchange
|
2022-10-12 14:37:26 -03:00 |
|
|
526f4eba95
|
wallet-core: Clean up merchant payments DB schema
|
2022-10-08 23:07:07 +02:00 |
|
|
1256c8704b
|
-logging
|
2022-10-07 12:47:31 +02:00 |
|
|
957f9a5efb
|
wallet-core: fix default auditor/exchange loading logic
|
2022-10-05 18:31:56 +02:00 |
|
|
66ae0dd220
|
wallet-core: more info in error message
|
2022-10-05 10:22:32 +02:00 |
|
Sebastian
|
860f10e6f0
|
pretty
|
2022-09-16 14:27:24 -03:00 |
|
|
183c836614
|
-wallet-core: merge DenominationInfo and DenomInfo
|
2022-09-16 17:35:06 +02:00 |
|
|
a66b636dee
|
wallet-core: restructure denomination record for easier querying
|
2022-09-14 21:27:03 +02:00 |
|
|
48540f6264
|
wallet-core: introduce easier syntax for transactions
|
2022-09-13 16:10:42 +02:00 |
|
|
13e7a67477
|
wallet-core: uniform retry handling
|
2022-09-13 16:10:41 +02:00 |
|
|
30e8fd83c2
|
wallet-core: fix revocation, re-introduce reserves object store
|
2022-08-26 01:18:01 +02:00 |
|
|
d32d2895ce
|
-get p2p pull integration test to run through
|
2022-08-24 11:11:02 +02:00 |
|
Sebastian
|
d1980c39fc
|
moved wireInfo and denomInfo into taler-util so it can be used from the ui
|
2022-08-18 16:02:16 -03:00 |
|
Sebastian
|
5595e942b4
|
fix: update retry info before return
|
2022-05-18 15:57:10 -03:00 |
|
Sebastian
|
c67d0bff1d
|
all retryInfo function in the same namespace, adding missing retryInfo increment
|
2022-05-18 14:41:51 -03:00 |
|
Sebastian
|
37690dd22c
|
handling service worker waiting phase
|
2022-05-06 17:29:52 -03:00 |
|
|
a165afa682
|
wallet-core: implement age restriction support
|
2022-04-27 00:50:17 +02:00 |
|
|
c265e7d019
|
wallet: make retries more robust and consistent
|
2022-03-29 13:48:51 +02:00 |
|
|
f5d194dfc6
|
wallet: cancellation for deposit
|
2022-03-28 23:59:16 +02:00 |
|
|
80e43db2ca
|
wallet: timeout handling refactoring WIP
|
2022-03-28 23:21:49 +02:00 |
|
|
d881f4fd25
|
wallet: simplify crypto workers
|
2022-03-23 21:24:36 +01:00 |
|
|
c539d1803c
|
wallet: address crypto worker hang and warning about worker termination
|
2022-03-23 13:11:36 +01:00 |
|
|
5d23eb3635
|
wallet: improve error handling and error codes
|
2022-03-22 21:16:38 +01:00 |
|
|
f8d12f7b0d
|
wallet: t_s/d_us migration
|
2022-03-21 19:20:48 +01:00 |
|
Sebastian
|
984cbb7ab7
|
save tos etag after forced refresh
|
2022-03-15 00:24:39 -03:00 |
|
|
332745862e
|
wallet: towards db-less benchmarking, some refactoring
|
2022-03-14 18:31:36 +01:00 |
|
|
0290c5fd37
|
address protocol changes in the exchange
The exchange now has a wad fee and truncates the payto hash in signatures
|
2022-03-07 12:09:38 +01:00 |
|
|
5c93f15157
|
towards implementing breaking exchange protocol changes
|
2022-02-21 12:40:57 +01:00 |
|