aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.ts
AgeCommit message (Expand)Author
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
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