aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.ts
AgeCommit message (Expand)Author
2019-07-21headless wallet skeleton, type fixesFlorian Dold
2019-06-26add link signature to /refresh/revealFlorian Dold
2019-06-03Fix the Checkable.Map JSON validator.Florian Dold
2019-05-08adjust to exchange protocol changesFlorian Dold
2019-05-08implement payto URIsFlorian Dold
2018-09-20update packagesFlorian Dold
2018-04-09make linter happyFlorian Dold
2018-04-09prevent race condition where we can accept tip before the background page kno...Florian Dold
2018-02-05count coins being spent properlyFlorian Dold
2018-02-01fix performance and UI issues with tippingFlorian Dold
2018-01-29change protocol to string amount network formatFlorian Dold
2018-01-29implement aborting and getting refunds from failed paymentsFlorian Dold
2018-01-23refactor submitPayFlorian Dold
2018-01-22implement flicker-free refundsFlorian Dold
2018-01-19refactor tipping, adjust to new redirect-based APIFlorian Dold
2018-01-18fix handling of resource_urlFlorian Dold
2018-01-18access refunds correctlyFlorian Dold
2018-01-17use full amount with wire fees when creating deposit permissionFlorian Dold
2018-01-17implement new mobile-compatible payment logicFlorian Dold
2018-01-04fix /pay APIFlorian Dold
2018-01-04refactor / put some types where they belongFlorian Dold
2018-01-04store sender wire info in separate storeFlorian Dold
2018-01-03fix lint issues and separate message types into multiple filesFlorian Dold
2018-01-01rename 'f' to 'contribution' in deposit permissionFlorian Dold
2017-12-12precompute speculative signature for paymentFlorian Dold
2017-12-12typosFlorian Dold
2017-12-12show notification dot when balance changes (#5214)Florian Dold
2017-12-12show tip in historyFlorian Dold
2017-12-11show next url to go after tippingFlorian Dold
2017-12-10fix problems found by newer TypeScript compilerFlorian Dold
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