summaryrefslogtreecommitdiff
path: root/src/wallet.ts
AgeCommit message (Expand)Author
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
2016-11-17per-exchange throttlingFlorian Dold
2016-11-17remove early return intended for debuggingFlorian Dold
2016-11-17do not truncate amountsFlorian Dold
2016-11-17rate-limit concurrent processPreCoinFlorian Dold
2016-11-16do not change fractional base yetFlorian Dold
2016-11-16incrementally verify denomsFlorian Dold
2016-11-15renaming / dceFlorian Dold
2016-11-15dceFlorian Dold
2016-11-14factor out helper functionFlorian Dold
2016-11-14simplify coin selection and fix #4784Florian Dold
2016-11-13restructuringFlorian Dold