Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-17 | stronger type check to be sure that ErrorDetails is consistent | Sebastian | |
2023-01-17 | payto URI builder | Sebastian | |
2023-01-17 | use URL api to stringify payto:// | Sebastian | |
2023-01-17 | -output nice message | Florian Dold | |
2023-01-17 | embedded: include in top-level Makefile | Florian Dold | |
2023-01-17 | embedded: fix compile script in package.json | Florian Dold | |
2023-01-17 | embedded: payload->args | Florian Dold | |
The new qjs embedded wallet bundle broke compatibility with the old one by calling the wallet-core API request arguments "payload" instead of "args". This commit goes back to the old name. | |||
2023-01-16 | allow autocomplete, prevent autocapitalize in all forms | Sebastian | |
2023-01-16 | -typos | Christian Grothoff | |
2023-01-16 | harness: wait in test | Florian Dold | |
2023-01-16 | harness: fix wrong assertions in test-payment-abort | Florian Dold | |
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 | |