aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-16add skip tos when the exhange doesn't have tosSebastian
2024-06-16wallet-core: process sessions in refresh group sequentiallyFlorian Dold
Otherwise we can easily run in the situation where we make a lot of crypto and network requests in parallel, never really making progress, because we go OOM before the results are committed to the DB.
2024-06-16wallet-core: fix return value of getExchangeTos for missing ToSFlorian Dold
2024-06-16addressing 976ef6296: showing withdrawal info when amount is suggestedSebastian
2024-06-15-spellingChristian Grothoff
2024-06-15hotfix - why is this undefined lolNullptrderef
2024-06-14fix #8930Sebastian
2024-06-14support new bank api with amount undefinedSebastian
2024-06-14hide bank fee when zeroSebastian
2024-06-14fix #8930Sebastian
2024-06-14new payto formSebastian
2024-06-14hash paytoSebastian
2024-06-14fix broken build merchant backofficeSebastian
2024-06-14fixed header and removing unused routesSebastian
2024-06-14wallet-core: missing object store, sortFlorian Dold
2024-06-13-commentFlorian Dold
2024-06-13fix #8932Sebastian
2024-06-13fix checking bank account with revenue apiSebastian
2024-06-13fix encoding payto parmsSebastian
2024-06-13wallet-core: remove coinAllocationId, simplify coin history storeFlorian Dold
2024-06-13wallet-core: introduce coin history store, spend coins transactionallyFlorian Dold
2024-06-13simplify instance creationSebastian
2024-06-13fix issues found in QC meetingSebastian
- templates payment timeout en merchant backoffice has a layout problem - Summary is editable with empty summary - better example for account info url - repeat password - delete transfers
2024-06-13Merge branch 'feature/tokens'Christian Blättler
2024-06-13wallet-core: implement getDepositWireTypesForCurrencyFlorian Dold
2024-06-13wallet-core: stick with naming conventionsFlorian Dold
Should be non-breaking as only webext uses these calls at the moment.
2024-06-13harness: add test assertionsFlorian Dold
2024-06-13Merge branch 'master' into feature/tokensChristian Blättler
2024-06-12do not throw error when asking withdrawal info for instructed amount 0Sebastian
2024-06-12fix #8887 #8896Sebastian
2024-06-11also inform the wire fee on bank integrated withdrawalSebastian
2024-06-11wallet-core,backoffice: remove redundant required_currency fieldFlorian Dold
2024-06-11wallet-core: check that ToS was accepted for certain requestsFlorian Dold
2024-06-11wallet-core: update gana ECsFlorian Dold
2024-06-11wallet-core: fix bank integration API protocol rangeFlorian Dold
2024-06-11wallet-core: refactor wait functionFlorian Dold
2024-06-11wallet-core: introduce 'missing-tos' tosStatus for exchange entriesFlorian Dold
2024-06-10fix #8863Sebastian
2024-06-10fix #8886 actually, fee are added not substractedSebastian
2024-06-10fix #8886Sebastian
2024-06-10fix typoSebastian
2024-06-10bump versions to 0.11.4v0.11.4Florian Dold
2024-06-10wallet-core: fix long-polling issueFlorian Dold
We must specify the old_state, because otherwise the withdrawal operation status returns query immediately in state "selected", causing the withdrawal to go into back-off.
2024-06-10wallet-core: introduce finalizing stateFlorian Dold
2024-06-10web-util: write package versionFlorian Dold
2024-06-10-dceFlorian Dold
2024-06-10wallet-core: fix duplicated transaction states, remove some dead codeFlorian Dold
2024-06-10wallet-core: report 'retry' as part of transaction actions where applicableFlorian Dold
2024-06-07takin currency from instructedSebastian
2024-06-07bump versions to 0.11.3v0.11.3Florian Dold