summaryrefslogtreecommitdiff
path: root/src/operations/reserves.ts
AgeCommit message (Expand)Author
2020-07-20no more wildcard notificationsFlorian Dold
2020-07-16manual withdrawalv0.7.1-dev.8v0.7.1-dev.7Florian Dold
2020-07-16loggingFlorian Dold
2020-07-16report manual withdrawals properly in transaction listFlorian Dold
2020-06-03re-indent with latest version of prettierFlorian Dold
2020-05-15address first batch of transaction list issuesFlorian Dold
2020-05-12new transactions API: withdrawalFlorian Dold
2020-05-11perf: reserve history in separate object storeFlorian Dold
2020-05-11create planchets only in one placeFlorian Dold
2020-05-11also create key material for planchets in smaller bitesFlorian Dold
2020-05-11make planchet management during withdrawal O(n) instead of O(n^2)Florian Dold
2020-04-07more lint fixesFlorian Dold
2020-04-06linterFlorian Dold
2020-04-02cosmetics and commentsFlorian Dold
2020-04-02model reserve history in the exchange, improve reserve handling logicFlorian Dold
2020-04-02split reconciliation and summary of reserve historyFlorian Dold
2020-04-02helpers and tests for reserve reconciliationFlorian Dold
2020-03-30re-format with prettier v2, fix HTMLFlorian Dold
2020-03-23make sure the 'testing withdraw' subcommand does retriesFlorian Dold
2020-03-16fix another withdrawal state machine bug, add 'show-reserve' to advanced CLIFlorian Dold
2020-03-16fix bug in withdrawal operation state machine, allow manual reserve update fr...Florian Dold
2020-03-12improved error reporting / towards a working recoupFlorian Dold
2020-03-12full recoup, untested/unfinished first attemptFlorian Dold
2020-03-09support exchange API version 7:0:0Florian Dold
2020-01-22reset reserve retry timeout when forcing operationFlorian Dold
2019-12-19do normal back-off when reserve isn't ready yet, run retry-loop in integratio...Florian Dold
2019-12-19new date format, replace checkable annotations with codecsFlorian Dold
2019-12-16finish refresh correctly, display fees correctlyFlorian Dold
2019-12-16cleanup, avoid some circular depsFlorian Dold
2019-12-16history WIP, DB namingFlorian Dold
2019-12-16history events WIPFlorian Dold
2019-12-15group refresh sessions into groups for nicer historyFlorian Dold
2019-12-12refactor DB accessFlorian Dold
2019-12-12refactor: re-structure type definitionsFlorian Dold