aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.ts
AgeCommit message (Expand)Author
2017-12-10implement db garbage collection (fixes #4526, #4188)Florian Dold
2017-12-09fix tippingFlorian Dold
2017-12-09implement new, optimized refresh protocolFlorian Dold
2017-12-08nicely show version if there is a mismatchFlorian Dold
2017-12-01partial implementation of tippingFlorian Dold
2017-10-15fix tslint warningsFlorian Dold
2017-10-15derive history from db instead of storing itFlorian Dold
2017-08-30compute full fees for refresh and spendingFlorian Dold
2017-08-27proper rounding for amount operationsFlorian Dold
2017-08-27make sure that refreshing works after refundFlorian Dold
2017-08-27canonicalize account info JSON when collecting themFlorian Dold
2017-08-27implement refundsFlorian Dold
2017-08-14implement returning coins to user's accountFlorian Dold
2017-06-05wallet db version belongs with wallet, not webexFlorian Dold
2017-06-05properly implement db resettingFlorian Dold
2017-06-04check trust by key, not by URLFlorian Dold
2017-06-04warn about incompatible versions on withdrawFlorian Dold
2017-06-04v0.2.7Florian Dold
2017-06-04Add libtool version comparison module and testsFlorian Dold
2017-06-04nicer auditor display on withdrawFlorian Dold
2017-06-03remove unnecessary/broken flatmapFlorian Dold
2017-06-02fix display of contract terms rendering when already paidFlorian Dold
2017-06-01fix terminology, better typesFlorian Dold
2017-05-31v0.2.3Florian Dold
2017-05-31fix messaging, small issues and safer typesFlorian Dold
2017-05-30skeleton for better RPC typesFlorian Dold
2017-05-29lint for unused variables, fix query bug detected by thisFlorian Dold
2017-05-29less ad-hoc messaging, fix some lint warningsFlorian Dold
2017-05-28documentation and tslint settings to check for docsFlorian Dold
2017-05-28add linting rules and fix themFlorian Dold
2017-05-27Simplify loading of the emscripten lib.Florian Dold
2017-05-27simplify Checkable.Class annotation and allow extra fields in /keys responseFlorian Dold
2017-05-24commentsFlorian Dold
2017-05-24commentsFlorian Dold
2017-05-01actually POST to /payback instead of just GETting itFlorian Dold
2017-05-01store reservePub/blindingKey directly in coinFlorian Dold
2017-05-01update /keys every 15 minutesFlorian Dold
2017-05-01implement payback (with rudimentary UI)Florian Dold
2017-04-28show earliest deposit expiration when withdrawingFlorian Dold
2017-04-28implement new reserve creation dialog and auditor managementFlorian Dold
2017-04-27fix signature checks, add wire feeFlorian Dold
2017-04-27download, store and check signatures for wire feesFlorian Dold
2017-04-26consider auditors when selecting exchange for paymentFlorian Dold
2017-04-26remove dependency in taler-wallet-lib, implement pay signature check/storageFlorian Dold
2017-04-24Reorganize module loading.Florian Dold
2017-04-13payback fieldFlorian Dold
2017-04-13simplify coin status, don't show refreshed coins in balanceFlorian Dold
2017-04-13download/import db from dump pageFlorian Dold
2017-04-12add exchanges to currency infoFlorian Dold
2017-03-24add auditor editingFlorian Dold