summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/tip.ts
AgeCommit message (Expand)Author
2021-05-12towards backup based on add/remove set instead of clocksFlorian Dold
2021-04-07get coin re-selection after accidental double spending to workFlorian Dold
2021-03-17towards wallet-core / util splitFlorian Dold
2021-01-14logging, cosmetic fixesFlorian Dold
2021-01-13auto formatFlorian Dold
2021-01-06fix tipping planchet derivationFlorian Dold
2020-12-17export complete backup, derive planchets in withdrawalFlorian Dold
2020-12-16don't store reserve history anymore, adjust withdrawal implementation accordi...Florian Dold
2020-12-15derive tipping planchets from seed, implement backup furtherFlorian Dold
2020-12-14formatting passFlorian Dold
2020-11-26more static typing for transactions (fixes #6653)Florian Dold
2020-11-26hide transient errors when accepting a tipFlorian Dold
2020-11-18re-enable tipping support in the WebExtension UIFlorian Dold
2020-11-16only query tip status on first call to prepareFlorian Dold
2020-11-16use index to check existing tip recordFlorian Dold
2020-11-16fix tip record creation, migrate DBFlorian Dold
2020-09-08DB tweaksFlorian Dold
2020-09-08DB cleanupFlorian Dold
2020-09-08tipping transaction list entry, integration test and DB simplificationsFlorian Dold
2020-09-08fix tipping and adjust DBFlorian Dold
2020-09-08tipping API and integration testFlorian Dold
2020-09-01harmonized error codesv0.7.1-dev.23Florian Dold
2020-08-14nuke some console.log statements, test wallet testing functionality in integr...Florian Dold
2020-08-13make withdrawal requests sequentially, clean up withdrawal logic a bitFlorian Dold
2020-08-03modularize repo, use pnpm, improve typecheckingFlorian Dold