aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/crypto
AgeCommit message (Collapse)Author
2023-02-16make wallet-cli runnable under qtartFlorian Dold
2023-01-15removing merchantPub from signatureSebastian
2023-01-12wallet-core: retries for peer pull paymentsFlorian Dold
2023-01-12wallet-core: implement retries for peer push paymentsFlorian Dold
2023-01-11when as number instead of string, fix codec used before declaration, prettySebastian
2023-01-09add 'when' to error-detail and remove error as normal response when doing backupSebastian
2023-01-09wallet-core prettySebastian
2023-01-04wallet-core: test crypto dispatcher, fix timeout handlingFlorian Dold
2023-01-02-logging, skip defaults in testFlorian Dold
2022-12-23use native KDF / hash state if availableFlorian Dold
2022-12-21crypto renameFlorian Dold
2022-12-08-missing file, internal benchmarkFlorian Dold
2022-11-16fix #7411, also making the backup payment visibleSebastian
2022-11-10quickjs preparations, clearer worker(-factory) namesFlorian Dold
2022-11-08feature: 7440 add expiration to p2pSebastian
2022-11-02wallet-core: DB FIXMEs (amount format)Florian Dold
2022-11-01-harness fixes for kycFlorian Dold
2022-11-01wallet-core: remove kyc and wad feeFlorian Dold
2022-10-31wallet-core: fix deposit with age restrictionsFlorian Dold
2022-10-31sync worker doesn't use require and ESM doesn't allows itSebastian
2022-10-31require and __filename is not supported for ESMSebastian
2022-10-12create a fee description timeline for global fee and wire feesSebastian
2022-10-12adding global fee info from exchangeSebastian
2022-10-10prettySebastian
2022-10-10-fix typosChristian Grothoff
2022-10-05wallet-core: fix default auditor/exchange loading logicFlorian Dold
2022-10-05integration tests: make test-wallet-cryptoworker passFlorian Dold
2022-10-05integration tests: test crypto workerFlorian Dold
We test instantiations of both crypto workers that are available for node.
2022-10-05wallet-core: add missing worker-common.ts fileFlorian Dold
2022-10-05wallet-core: improve crypto worker code duplicationFlorian Dold
Also add new testCrypto call for later testing
2022-09-30firefox hotfixv0.9.0-dev.27Florian Dold
2022-09-28fix: missing crypto error handling improvementSebastian
2022-09-26wallet-core: improve crypto worker error handlingFlorian Dold
2022-09-19wallet-core: fix tipping with age restricted denomsFlorian Dold
2022-09-16prettySebastian
2022-09-16wallet-core: fix mixed age restrictionsFlorian Dold
2022-09-16wallet-core: support age restrictions in new coin selectionFlorian Dold
2022-09-14wallet-core: restructure denomination record for easier queryingFlorian Dold
2022-09-08include age commitment proof in refreshed coinsFlorian Dold
2022-09-05wallet-core: fix format of purse depositsFlorian Dold
2022-09-05wallet-core: include age restriction in p2p signature, mark coins as spentFlorian Dold
2022-09-01wallet-core: fix withdrawal of age-restricted denoms without age restrictionFlorian Dold
2022-09-01wallet-core: fix issue with crock encoding of age restrictionsFlorian Dold
2022-08-23peer-to-peer pull payments MVPFlorian Dold
p2p pull wip
2022-08-18moved wireInfo and denomInfo into taler-util so it can be used from the uiSebastian
2022-07-21removed the type check when accessing h_age_comSebastian
2022-07-21proper handling of coin with age restrictionÖzgür Kesim
When a coin with age restriction is used for payment, the contract might or might not require an attestation of minimum age. When it does, we sent the signed minimum age along with the whole age commitment (array of pubkeys). Added: When the contract doesn't require a minimum age, we still sent the hash of the age commitment, as this is needed for the deposit of the coin.
2022-07-12wallet-core: implement accepting p2p push paymentsFlorian Dold
2022-07-08wallet-core: P2P push payments (still incomplete)Florian Dold
2022-06-01wallet-core: only attest age if required/possibleFlorian Dold