summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-28idb: suggest encoding improvementsFlorian Dold
2023-06-28fix: 7740 check max on p2p pushSebastian
2023-06-28check currency so it wont compare coins that are not relatedSebastian
2023-06-28use default http timeout from utilSebastian
2023-06-28wallet-core: do not notify twice on withdrawal creationFlorian Dold
2023-06-28wallet-core: only report balance-change when withdrawal finishesFlorian Dold
2023-06-28wallet-core: handle 'never' timestamp in purse statusFlorian Dold
2023-06-28wallet-core: dead code eliminationFlorian Dold
2023-06-28wallet-core: emit balance-change notifications, do less implicit background workFlorian Dold
2023-06-27set amount for manual withdraw when the qr does not have itSebastian
2023-06-26wallet-core: fix withdrawal error reportingFlorian Dold
2023-06-26wallet-core: fix some deposit transitionsFlorian Dold
2023-06-26wallet-core: make changes to available amount atomicFlorian Dold
2023-06-26support for exchange-withdraw call to action, pending use case when the user ...Sebastian
2023-06-26if checkmasterpub is specified, throw if master pub is not equal to the expec...Sebastian
2023-06-26added master pub to add-exchange (for validation)Sebastian
2023-06-26withdraw exchange URISebastian
2023-06-26wallet-core: return numCoins in checkPeerPullCredit responseFlorian Dold
2023-06-26wallet-core: allow confirmPeerPullDebit via txIdFlorian Dold
2023-06-26wallet-core: fix deposit tx states, long-poll on kycFlorian Dold
2023-06-26introduce balance-change notificationFlorian Dold
2023-06-24-missing optionalFlorian Dold
2023-06-24wallet-core: allow deleting a peer-push-credit transaction in dialog stateFlorian Dold
2023-06-24wallet-core: allow confirming peer-push-credit via txidFlorian Dold
2023-06-23show qr to import TOTP into other appSebastian
2023-06-21better wording to the tx detailsSebastian
2023-06-21fix testSebastian
2023-06-21show bank detailsSebastian
2023-06-21wait 5 minutes before trigger wire transfer, prevent the exchange to make mor...Sebastian
2023-06-21-loggingFlorian Dold
2023-06-21wallet-core: fix withdrawal KYC transitions and use long-pollingFlorian Dold
2023-06-21-install with frozen lockfileFlorian Dold
2023-06-21-missing toplevel 'make install' componentsFlorian Dold
2023-06-21repo: fix Makefiles / top-level 'make install' targetFlorian Dold
2023-06-21webextension: fix type errorFlorian Dold
2023-06-21harness: wallet must always withdraw via fault-injected exchangeFlorian Dold
2023-06-21harness: fix/modernize peer-to-peer-pushFlorian Dold
2023-06-21harness: fix exchange base URL in tests with fault injectionFlorian Dold
2023-06-20add select max amountSebastian
2023-06-20more real casesSebastian
2023-06-20-minor renameFlorian Dold
2023-06-20repo: bump to 0.9.3-dev.16v0.9.3-dev.16Florian Dold
2023-06-20wallet-core: consistently rename to failTransactionFlorian Dold
2023-06-20added txactions into transaction mocksSebastian
2023-06-20remove calculate plan (for now) implemented simpler APISebastian
2023-06-20show the button that wallet-core tellsSebastian
2023-06-20using enum instead of stringSebastian
2023-06-20remove from floatSebastian
2023-06-20parse instead of fromFloatSebastian
2023-06-20harness: fix test-peer-repairFlorian Dold