Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-14 | fix wallet.stop | Boss Marco | |
2021-11-12 | purge wallet after a specified amount of iterations | Boss Marco | |
2021-11-10 | update time calculation | Boss Marco | |
2021-11-09 | timeEnd | Boss Marco | |
2021-11-07 | added timestamps to logs | Boss Marco | |
2021-11-05 | added some logging messages | Boss Marco | |
2021-11-05 | anastasis-core: support poll transition | Florian Dold | |
2021-11-05 | use update_policy | Sebastian | |
2021-11-05 | selecting provider | Sebastian | |
2021-11-05 | taler-wallet: implement log level, use new wallet for every benchmark iteration | Florian Dold | |
2021-11-05 | anastasis-core: towards supporting iban auth | Florian Dold | |
2021-11-05 | anastasis-core: cli entry point | Florian Dold | |
2021-11-05 | anastasis-core: make policy suggestion a bit more compatible with the C ↵ | Florian Dold | |
implementation | |||
2021-11-05 | anastasis-core: make truth/policy payments compatible with C reducer | Florian Dold | |
2021-11-04 | anastasis-core: fix user id caching | Florian Dold | |
2021-11-04 | anastasis-core: implement update_policy transition | Florian Dold | |
2021-11-04 | anastasis-core: payments | Florian Dold | |
2021-11-04 | secret selecting | Sebastian | |
2021-11-04 | anastasis-core: truth payments, status codes | Florian Dold | |
2021-11-04 | anastasis-core: factor out recovery data computation into separate step | Florian Dold | |
2021-11-04 | anastasis-core: fix upload fee computation, prepare for payments | Florian Dold | |
2021-11-04 | error notifications | Sebastian | |
2021-11-04 | async, onInput, and some fixes | Sebastian | |
2021-11-04 | anastasis-core: support secret version selection | Florian Dold | |
2021-11-04 | anastasis-webui: return promises in anastasis reducer hook | Florian Dold | |
2021-11-04 | refix #7067 | Sebastian | |
2021-11-04 | update dependencies | Florian Dold | |
2021-11-04 | anastasis-core: support pin-type answers | Florian Dold | |
2021-11-04 | anastasis-core: type naming consistency | Florian Dold | |
2021-11-04 | testing provider screen | Sebastian | |
2021-11-04 | Implementing euFin-based harness. | ms | |
- move stateless euFin API helpers to separate file, in order to avoid circular dependecy between harness.ts and libeufin.ts - implement BankServiceInterface with euFin. This one is not tested and disabled by default. | |||
2021-11-03 | fix #7067 | Sebastian | |
2021-11-03 | fix #7067 | Sebastian | |
2021-11-03 | feedback from meeting and editing policy | Sebastian | |
2021-11-03 | anastasis-webui: show feedback in solution screen | Florian Dold | |
2021-11-03 | anastasis-webui: display some crude challenge feedback | Florian Dold | |
2021-11-03 | anastasis-webui: make it compile again | Florian Dold | |
2021-11-03 | start a new wallet for each iteration | Boss Marco | |
2021-11-03 | anastasis: refactor feedback types | Florian Dold | |
2021-11-03 | move HTTP status codes to taler-util | Florian Dold | |
2021-11-03 | anastasis-core: maximize diversity in provider selection | Florian Dold | |
2021-11-02 | anastasis-core: fix transition | Florian Dold | |
2021-11-02 | anastasis: more verbose hint | Florian Dold | |
2021-11-02 | anastasis-core: compute upload fees | Florian Dold | |
2021-11-02 | FIXING: Insufficient Rollup version: @rollup/plugin-commonjs requires at ↵ | Sebastian | |
least rollup@2.38 but found rollup@2.37.1. | |||
2021-11-02 | refactoring challenge overview to look more like policy reviewing | Sebastian | |
2021-11-02 | anastasis-core: provide reducer CLI, refactor state machine | Florian Dold | |
2021-11-02 | totp qr code | Sebastian | |
2021-11-01 | more styling | Sebastian | |
added placeholders for inputs import declaration for png next button now has tooltip providing info about whats missing a lot more of examples for UI testing added qr dependency for totp rendering added email and field input types added all auth method setup screens added modal when there is not auth provider merge continent and country into location section others improvements as well... | |||
2021-11-01 | Testing harness. | ms | |
No need to import modules dynamically, in order to provide the euFin implementation of the BankServiceInterface. |