Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-06 | add build script | Sebastian | |
2022-06-06 | updating package | Sebastian | |
2022-06-05 | remove old files | Sebastian | |
2022-06-05 | compile to es6 | Sebastian | |
2022-06-05 | remove storybook scripts | Sebastian | |
2022-06-05 | dev script without storybook | Sebastian | |
2022-06-03 | build with esbuild | Sebastian | |
2022-06-03 | fix reference to css resources | Sebastian | |
2022-06-03 | remove cost | Sebastian | |
2022-06-03 | do not add provider without salt | Sebastian | |
2022-06-03 | do not use selection, no need | Sebastian | |
2022-06-03 | use preact matcher internal api callv0.9.0-dev.12 | Sebastian | |
2022-06-02 | typechecked dynamic path | Sebastian | |
2022-06-01 | mui button impl | Sebastian | |
2022-06-01 | fix: removing rollup from prepare script | Sebastian | |
2022-06-01 | -removing bad console log | Sebastian | |
2022-06-01 | wallet-core: only attest age if required/possible | Florian Dold | |
2022-06-01 | wallet-core: refunds transactions should be sorted after payments | Florian Dold | |
2022-06-01 | integration tests: one variable for pybank/libeufin switch | Florian Dold | |
2022-05-31 | fix package.json, lockfile | Florian Dold | |
2022-05-31 | wallet-core: only schedule auto-refresh check if exchange update has no last ↵ | Florian Dold | |
error | |||
2022-05-31 | -error reporting, code formatting | Florian Dold | |
2022-05-30 | WebEx: add rollup dep. | ms | |
2022-05-30 | taler-config-lib | ms | |
unpackaged script prefers CommonJS library | |||
2022-05-29 | use logo, website and emai in purchase details | Sebastian | |
2022-05-29 | show refund info in purchase | Sebastian | |
notify refund pending with accept button on the purchase details better payto box | |||
2022-05-27 | taler-config-lib skeleton | ms | |
2022-05-26 | transaction details template | Sebastian | |
mayor change in the template of the transaction details for every transaction more work needs to be done in wallet core for tip and refund to show more information about the merchant like logo and website | |||
2022-05-25 | -stdev for benchmarks | Florian Dold | |
2022-05-25 | wallet-core: age restriction benchmarking | Florian Dold | |
2022-05-24 | Revert "no need to compile after install" | Florian Dold | |
This reverts commit c3ba7fb5238c303aaff8ca4fcfaa8142f9651a84. | |||
2022-05-24 | remove rollup from webex and fix package.json root scripts | Sebastian | |
2022-05-24 | no need to compile after install | Sebastian | |
2022-05-24 | Upgrading pnpm led to compilation errors | Sebastian | |
Fist: * The inferred type of 'PaymentStatus' cannot be named without a reference to '.pnpm/@types+react@17.0.38.... * The inferred type of 'HistoryRow' cannot be named without a reference to '.pnpm/@types+react@17.0.38/node_modules/@types/react'. This is likely not portable. A type annotation is necessary. and more like that... Second: some problems trying to check type inside libs more related: https://github.com/microsoft/TypeScript/issues/42873 | |||
2022-05-19 | wallet-core: long-poll longer for reserve status | Florian Dold | |
2022-05-19 | wallet-core: use less aggressive retries | Florian Dold | |
2022-05-19 | -formattingv0.9.0-dev.11 | Florian Dold | |
2022-05-19 | wallet-core: clamp claim retry properly | Florian Dold | |
2022-05-18 | fix: update retry info before return also for purchase | Sebastian | |
2022-05-18 | fix: update retry info before return | Sebastian | |
2022-05-18 | fix: to skip the operation maxRetries need to be calculated first | Sebastian | |
2022-05-18 | all retryInfo function in the same namespace, adding missing retryInfo increment | Sebastian | |
2022-05-18 | - linter | Sebastian | |
2022-05-18 | fix: do not cancel all operation processing when one of them reach ↵ | Sebastian | |
maxRetries, just skip | |||
2022-05-14 | feat: awaiting refund | Sebastian | |
2022-05-10 | make batch withdrawal configurable in benchmarks | Marco Boss | |
2022-05-09 | add bench3 for zipf and random merchant selection (by id) | Marco Boss | |
2022-05-06 | handling service worker waiting phase | Sebastian | |
2022-05-06 | enable batch withdrawal in bench1 | Florian Dold | |
2022-05-05 | more integration test for age restriction: trying to pay age-restricted ↵ | Sebastian | |
contract with not-age-restricted coins and using age-restricted coins with not-age-restricted-contract |