summaryrefslogtreecommitdiff
path: root/src/wallet.ts
AgeCommit message (Expand)Author
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
2017-03-24add currencies and currency defaults to DBFlorian Dold
2017-03-10minor versionFlorian Dold
2017-03-10commentFlorian Dold
2017-03-10only count pending refreshesFlorian Dold
2017-03-03have from contract, remove extended contract queryFlorian Dold
2017-02-16remove repurchase correlation idFlorian Dold
2017-02-13use EdDSA public key as nonce, store private key in DBFlorian Dold
2017-02-13implement new protocol / namingFlorian Dold
2017-02-12remove transaction_idFlorian Dold
2016-11-20fix feeDeposit/max_fee corner caseFlorian Dold
2016-11-19write to db if coins are not offered anymoreFlorian Dold
2016-11-18fix coin selection issueFlorian Dold
2016-11-17truncate back-offFlorian Dold