summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src
AgeCommit message (Collapse)Author
2021-01-10exchange protocol changesFlorian Dold
2021-01-10backup schemaFlorian Dold
2021-01-08implement import of backup recovery documentFlorian Dold
2021-01-07backup cycleFlorian Dold
2021-01-07implement backup encryption, some more CLI commandsFlorian Dold
2021-01-07importsFlorian Dold
2021-01-07re-add secretbox functionality of naclFlorian Dold
2021-01-07nacl: apply fix for overflowFlorian Dold
See https://github.com/dchest/tweetnacl-js/issues/187
2021-01-07restore denom selection on importFlorian Dold
2021-01-06fix tipping planchet derivationFlorian Dold
2021-01-05get basic test cases to work with new exchangeFlorian Dold
2021-01-04backup importFlorian Dold
2020-12-21backup import WIPFlorian Dold
2020-12-17export complete backup, derive planchets in withdrawalFlorian Dold
2020-12-16don't store reserve history anymore, adjust withdrawal implementation ↵Florian Dold
accordingly
2020-12-15derive tipping planchets from seed, implement backup furtherFlorian Dold
2020-12-14formatting passFlorian Dold
2020-12-14derive refresh info from secret seedFlorian Dold
2020-12-10backup schemaFlorian Dold
2020-12-08backup WIP (getting it back to build)Florian Dold
2020-12-08make coins part of their denomination in backupFlorian Dold
2020-12-07CRDT-style tombstonesFlorian Dold
2020-12-07store device IDFlorian Dold
2020-12-07remove some redundancyFlorian Dold
2020-12-07recoup groups are also part of the backupFlorian Dold
2020-12-07do not store derived information informationFlorian Dold
2020-12-07commentFlorian Dold
2020-12-07backup schema WIPFlorian Dold
2020-12-07backup schema WIPFlorian Dold
2020-12-07restore blind signing compatibility with exchangeFlorian Dold
2020-12-03tvgcheckFlorian Dold
2020-12-02add old test vectorFlorian Dold
2020-12-02regression testsFlorian Dold
2020-12-02backup WIPFlorian Dold
2020-11-27fix static typesFlorian Dold
2020-11-26more static typing for transactions (fixes #6653)Florian Dold
2020-11-26hide transient errors when accepting a tipFlorian Dold
2020-11-18towards a nicer transaction historyFlorian 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-11-08fix typoChristian Grothoff
2020-11-08update error codesFlorian Dold
2020-11-08update error codesChristian Grothoff
2020-11-04handle transient pay errors (fixes #6607)Florian Dold
Also add a test case for the behavior.
2020-11-03check contract terms signature, handle errorsFlorian Dold
2020-11-03complain about merchant base URL mismatch, fixing #6616Florian Dold
2020-11-03update error codesFlorian Dold
2020-11-03fix CheckPaymentPaidResponse schemaFlorian Dold