Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-16 | util: 'when' field must be optional | Florian Dold | |
2023-01-15 | show deposit transaction info | Sebastian | |
2023-01-15 | query transaction status for deposit | Sebastian | |
2023-01-15 | removing merchantPub from signature | Sebastian | |
2023-01-15 | TrackTransaction interface | Sebastian | |
2023-01-13 | fix deposit navigation | Sebastian | |
2023-01-13 | remove activeLongPoll on error and prevent activeLongPoll skip if forced | Sebastian | |
2023-01-13 | using extendedStatus | Sebastian | |
2023-01-13 | added not-yet-implemented and pretty | Sebastian | |
2023-01-13 | mark status as deprecated | Sebastian | |
2023-01-13 | fix: date parsing | Sebastian | |
2023-01-13 | wallet-core: store total p2p push cost in DB | Florian Dold | |
2023-01-13 | wallet-core: compute full peer push payment fees | Florian Dold | |
2023-01-13 | harness: add integration test for withdrawal fees | Florian Dold | |
2023-01-13 | wallet-core: return pending status instead of error | Florian Dold | |
This allows clients to get the transaction ID of the confirmed payment. | |||
2023-01-12 | more information if migration failed, and pretty | Sebastian | |
2023-01-12 | wallet-core: refresh properly after non-abort refunds | Florian Dold | |
2023-01-12 | wallet-core: retries for peer pull payments | Florian Dold | |
2023-01-12 | wallet-core: implement retries for peer push payments | Florian Dold | |
2023-01-12 | wallet-cli: add subcommand for aborting txns | Florian Dold | |
2023-01-12 | wallet-core: allow zero amounts in payments again | Florian Dold | |
2023-01-11 | add kyc warning | Sebastian | |
2023-01-11 | when as number instead of string, fix codec used before declaration, pretty | Sebastian | |
2023-01-11 | -missing file | Florian Dold | |
2023-01-11 | -check in integration test | Florian Dold | |
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-11 | wallet-core: remember applied DB fixups | Florian Dold | |
2023-01-11 | wallet-core: implement database fixups | Florian Dold | |
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-10 | fix: update cache when response is ok | Sebastian | |
2023-01-10 | if the order is not found, marked the payment as failed | Sebastian | |
2023-01-10 | fix alert content width | Sebastian | |
2023-01-10 | harness: capture createdb/dropdb logs | Florian Dold | |
2023-01-10 | wallet-embedded: fetchHttp is now async | Florian Dold | |
2023-01-09 | fix #7153: more error handling | Sebastian | |
if handler do not trap error then fail at compile time, all safe handlers push alert on error errors are typed so they render good information | |||
2023-01-09 | add 'when' to error-detail and remove error as normal response when doing backup | Sebastian | |
2023-01-09 | fix broken compile | Sebastian | |
2023-01-09 | fix #7152 | Sebastian | |
2023-01-09 | wallet-core pretty | 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 | libeufin tests: include currency in amounts. | MS | |
2023-01-05 | Build system. | MS | |
Avoid taler-harness to use divergent 'esbuild' versions among dependencies and devDependencies. | |||
2023-01-05 | Fix build. | MS | |
Include 'esbuild' as a taler-harness dependency, and update the lockfile accordingly. Give taler-harness the configure script too. | |||
2023-01-05 | wallet-core: implement insufficient balance details | Florian Dold | |
For now, only for merchant payments | |||
2023-01-05 | -fix lockfile again | Florian Dold | |
2023-01-04 | introduce TranslatedString type to require an string but exclude ↵ | Sebastian | |
non-translated strings |