summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/browserCryptoWorkerFactory.ts
AgeCommit message (Collapse)Author
2022-10-05wallet-core: improve crypto worker code duplicationFlorian Dold
Also add new testCrypto call for later testing
2022-06-06updating old copyright headerSebastian
2021-11-15prettierSebastian
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
2020-08-10towards webextension working againFlorian Dold
2020-08-03modularize repo, use pnpm, improve typecheckingFlorian Dold