Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-10 | wallet-core: implement partial withdrawal batching, don't block when ↵ | Florian Dold | |
generating planchets | |||
2023-02-10 | wallet-core: expose withdrawal progress, towards huge withdrawal test | Florian Dold | |
2023-02-02 | harness,wallet-cli: notification-based testing with RPC wallet | Florian Dold | |
2023-02-01 | fix #7552, add next_url from the tip information when accepting tips | Sebastian | |
2023-01-31 | pretty | Sebastian | |
2023-01-27 | -typo | Christian Grothoff | |
2023-01-26 | -missing files | Florian Dold | |
2023-01-25 | wallet-cli: daemonized wallet MVP | Florian Dold | |
2023-01-20 | introducing getBalanceDetail for getting all depositable/transferable amount ↵ | Sebastian | |
for a currency | |||
2023-01-19 | feat: adjust log level from developer page | Sebastian | |
2023-01-18 | wallet-core: Add 'deposited' field to deposit transaction | Florian Dold | |
This field indicates whether the POST requests to deposit coins went through with the exchange. We also don't consider a deposit transaction as having lifeness when it is already deposited and we're just querying for informational deposit tracking information. | |||
2023-01-17 | payto URI builder | Sebastian | |
2023-01-17 | use URL api to stringify payto:// | Sebastian | |
2023-01-16 | util: 'when' field must be optional | Florian Dold | |
2023-01-15 | TrackTransaction interface | Sebastian | |
2023-01-13 | mark status as deprecated | Sebastian | |
2023-01-11 | when as number instead of string, fix codec used before declaration, pretty | Sebastian | |
2023-01-11 | wallet-core: refresh when aborting payments | Florian Dold | |
2023-01-11 | -more to rename | Florian Dold | |
2023-01-11 | wallet-core: introduce abortPay request | Florian Dold | |
This request supersedes the abortPayWithRefund request, as that's too implementation-focused and does not describe well what's happening. Also, abortPay can be forced to transition a transaction immediately into an "aborted" state (either from "paying" or "aborting"). | |||
2023-01-10 | wallet-core: KYC mvp | Florian Dold | |
Only hard withdrawal KYC is supporte so far, and no long-polling is done yet. | |||
2023-01-09 | add 'when' to error-detail and remove error as normal response when doing backup | Sebastian | |
2023-01-06 | wallet-core: insufficient balance details for p2p payments | Florian Dold | |
2023-01-06 | wallet-core: allow failure result in peer payment coin selection | Florian Dold | |
2023-01-06 | wallet-core: test insufficient balance response, also use it for deposit groups | Florian Dold | |
2023-01-05 | wallet-core: implement insufficient balance details | Florian Dold | |
For now, only for merchant payments | |||
2023-01-04 | introduce TranslatedString type to require an string but exclude ↵ | Sebastian | |
non-translated strings | |||
2023-01-04 | -minor insufficient balance tweaks | Florian Dold | |
2023-01-02 | -logging, skip defaults in test | Florian Dold | |
2022-12-23 | use native KDF / hash state if available | Florian Dold | |
2022-12-21 | wallet: use taler runtime (tart) if available | Florian Dold | |
2022-12-21 | crypto rename | Florian Dold | |
2022-12-06 | wallet: use native crypto if available | Florian Dold | |
2022-11-28 | fix #7497 | Sebastian | |
2022-11-25 | revert the Lost payment result | Sebastian | |
2022-11-24 | fix 7465 | Sebastian | |
2022-11-17 | fix #7477 | Sebastian | |
2022-11-16 | fix #7411, also making the backup payment visible | Sebastian | |
2022-11-15 | -don't make crypto function used in tests only public | Florian Dold | |
2022-11-14 | -text | Florian Dold | |
2022-11-12 | fix URLSearchParams and HTTP typing issue | Florian Dold | |
2022-11-11 | fixes and polyfills for quickjs | Florian Dold | |
2022-11-11 | remove deprecated taler://notify-reserve URI handling | Florian Dold | |
2022-11-10 | -fix polyfill | Florian Dold | |
2022-11-10 | URL polyfill | Florian Dold | |
2022-11-08 | pretty | Sebastian | |
2022-11-08 | feature: 7440 add expiration to p2p | Sebastian | |
2022-11-04 | read bic from iban payto | Sebastian | |
2022-11-03 | -fix typos | Christian Grothoff | |
2022-11-03 | -dce | Florian Dold | |