aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2022-01-13import db from the wallet web extensionSebastian
2022-01-13adding a max timeout since retry counter can be very highSebastian
2022-01-13fixing high cpu usage after some timeSebastian
retryinfo was not being updated and not being used by exchangeCheckRefresh pending operation
2022-01-13importDb feature in wallet coreSebastian
2022-01-12do withdrawal with fewer DB accessesFlorian Dold
2022-01-12idb-bridge: add test for updating the same record with/without index keyFlorian Dold
2022-01-12implement latest recoup protocolFlorian Dold
2022-01-11revert empty balanceFlorian Dold
2022-01-11fix DB indexing issuesFlorian Dold
2022-01-11towards new recoup APIFlorian Dold
2022-01-10deposit design from belen, feature missing: kycSebastian
2022-01-10filter out exchanges with other currency when doing currency selection for ↵Sebastian
deposit
2022-01-10add format to stringify valueSebastian
2022-01-10logging, bump versionFlorian Dold
2022-01-05wallet-core: towards exchange protocol v12Florian Dold
2022-01-05upgrade rollup plugins, as older ones caused miscompilationFlorian Dold
2022-01-05-fix FTBFS due to inability of TypeScript to identify complex recursive typesFlorian Dold
2022-01-05idb-bridge: fix typesFlorian Dold
2022-01-05update dependencies to fix rollup issueFlorian Dold
2022-01-04replace jest with mochaSebastian
2021-12-23deposit from wallet webex: wipSebastian
2021-12-23idb-bridge: fix indexes when restoring from dumpFlorian Dold
2021-12-20split extension v2 & v3Sebastian
2021-12-16bump versionFlorian Dold
2021-12-15idb-bridge: remove debug printFlorian Dold
2021-12-15idb-bridge: avoid unhandled rejection when closing DBFlorian Dold
2021-12-15idb-bridge: faster indices, various correctness fixes and testsFlorian Dold
2021-12-13styleFlorian Dold
2021-12-13wallet-core: reset reserve retry when resetting withdrawal retryFlorian Dold
2021-12-09idb-bridge: use lodash cloneDeepFlorian Dold
2021-12-09put 'setInsecureTrustExchange' behind env variable in benchmarkFlorian Dold
2021-12-09wallet-core: use crypto worker for eddsa signingFlorian Dold
2021-12-08wallet-core: trust exchange for exchange benchmarkFlorian Dold
2021-12-08bump manifest versionFlorian Dold
2021-12-08webextension: fix useEffect dependency trackingFlorian Dold
2021-12-08bump manifest versionFlorian Dold
2021-12-08wallet-core: fix computation of timestamp for exchange updateFlorian Dold
2021-12-07bump manifest versionFlorian Dold
2021-12-06check timeout when doing a query to /keys to add an exchangeSebastian
2021-12-06show error hint if its foundSebastian
2021-12-06show error details in devmodeSebastian
2021-12-01removing workaround since it creates another problemsSebastian
2021-12-01exportDb call to the wallet-coreSebastian
2021-12-01fix dependenciesFlorian Dold
2021-12-01wallet-core: implement exportDb API callFlorian Dold
2021-12-01export database, missing wallet functionalitySebastian
2021-12-01wallet: use correct denoms as refresh targetsFlorian Dold
2021-12-01taler-util: amount currency normalizationFlorian Dold
2021-12-01fix recoup error handlingFlorian Dold
2021-12-01write logs atomicallyFlorian Dold