Age | Commit message (Expand) | Author |
2020-08-03 | modularize repo, use pnpm, improve typechecking | Florian Dold |
2020-07-31 | fix concurrency bug in bank-integrated withdrawal, better response parsingv0.7.1-dev.17 | Florian Dold |
2020-07-24 | fix excessive retries | Florian Dold |
2020-07-24 | logging | Florian Dold |
2020-07-23 | implement common wallet-core API handler | Florian Dold |
2020-07-22 | consistent error handling for HTTP request (and some other things) | Florian Dold |
2020-07-20 | no more wildcard notifications | Florian Dold |
2020-07-16 | manual withdrawalv0.7.1-dev.8v0.7.1-dev.7 | Florian Dold |
2020-07-16 | logging | Florian Dold |
2020-07-16 | report manual withdrawals properly in transaction list | Florian Dold |
2020-06-03 | re-indent with latest version of prettier | Florian Dold |
2020-05-15 | address first batch of transaction list issues | Florian Dold |
2020-05-12 | new transactions API: withdrawal | Florian Dold |
2020-05-11 | perf: reserve history in separate object store | Florian Dold |
2020-05-11 | create planchets only in one place | Florian Dold |
2020-05-11 | also create key material for planchets in smaller bites | Florian Dold |
2020-05-11 | make planchet management during withdrawal O(n) instead of O(n^2) | Florian Dold |
2020-04-07 | more lint fixes | Florian Dold |
2020-04-06 | linter | Florian Dold |
2020-04-02 | cosmetics and comments | Florian Dold |
2020-04-02 | model reserve history in the exchange, improve reserve handling logic | Florian Dold |
2020-04-02 | split reconciliation and summary of reserve history | Florian Dold |
2020-04-02 | helpers and tests for reserve reconciliation | Florian Dold |
2020-03-30 | re-format with prettier v2, fix HTML | Florian Dold |
2020-03-23 | make sure the 'testing withdraw' subcommand does retries | Florian Dold |
2020-03-16 | fix another withdrawal state machine bug, add 'show-reserve' to advanced CLI | Florian Dold |
2020-03-16 | fix bug in withdrawal operation state machine, allow manual reserve update fr... | Florian Dold |
2020-03-12 | improved error reporting / towards a working recoup | Florian Dold |
2020-03-12 | full recoup, untested/unfinished first attempt | Florian Dold |
2020-03-09 | support exchange API version 7:0:0 | Florian Dold |
2020-01-22 | reset reserve retry timeout when forcing operation | Florian Dold |
2019-12-19 | do normal back-off when reserve isn't ready yet, run retry-loop in integratio... | Florian Dold |
2019-12-19 | new date format, replace checkable annotations with codecs | Florian Dold |
2019-12-16 | finish refresh correctly, display fees correctly | Florian Dold |
2019-12-16 | cleanup, avoid some circular deps | Florian Dold |
2019-12-16 | history WIP, DB naming | Florian Dold |
2019-12-16 | history events WIP | Florian Dold |
2019-12-15 | group refresh sessions into groups for nicer history | Florian Dold |
2019-12-12 | refactor DB access | Florian Dold |
2019-12-12 | refactor: re-structure type definitions | Florian Dold |