summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/crypto
AgeCommit message (Collapse)Author
2021-06-02fix issues with circular importsFlorian Dold
Parts of this commit are from a patch by sebasjm. The circular imports caused an issue with webpack. While we don't use webpack in the wallet, the wallet should still be importable by webpack. Some packages were importing their dependencies via "index.js", which re-exports public exports of the package. This resulted in circular dependencies which were resolved correctly by rollup, but not by webpack.
2021-03-17towards wallet-core / util splitFlorian Dold
2021-02-010006728: set up wallet CI pipeline for WebExtension buildSebastian
This commit split in three main things: * added deploy-webext to upload the extension zipfile * put scope into the npm packages to be able to deploy them * added deploy-npm to deploy related npm packages Also, fixing bug on `make clean`. Some packages where not being deleting tsconfig.tsbuildinfo and making subsequent `make` fail
2021-01-18implement depositsFlorian Dold
2021-01-11remove excessive loggingFlorian Dold
2021-01-10exchange protocol changesFlorian Dold
2021-01-07implement backup encryption, some more CLI commandsFlorian 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-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 ↵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-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-03check contract terms signature, handle errorsFlorian Dold
2020-09-08DB cleanupFlorian Dold
2020-09-01auto-formatFlorian Dold
2020-08-14nuke some console.log statements, test wallet testing functionality in ↵Florian Dold
integration test
2020-08-12remove excessive namespacing, formatFlorian Dold
2020-08-10remove accidentally committed declaration filesFlorian Dold
2020-08-06towards integration tests with fault injectionFlorian Dold
2020-08-03modularize repo, use pnpm, improve typecheckingFlorian Dold