Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

v1.3.14

Compare
Choose a tag to compare
@mpfluger mpfluger released this 26 Feb 15:17
· 4770 commits to master since this release

Bug Fixes

  • Confirms: styles on confirms
    (88bfe5f6)
  • DynamicFee:
    • cover case where raising fee exceeds spendable balance
      (c84b427f)
    • use https url, set min fee to 5000
      (8ee7434f)
  • MobileAppPairing: update copy and add links to mobile apps
    (ddc03a1f)
  • Pairing: make the qr pairing code slightly smaller
    (6f9b834e)
  • Send: add missing translation string, do not show NaN available balance
    (7da19be5)
  • Styles: minor style change for confirm modals
    (d63761f5)
  • Versioning: slightly less obtrusive versioning color
    (364047c0)
  • WalletService:
    • don't freeze UI after a socket message
      (5ca35579)
    • show spinner while part of balance is loading
      (a1b842e3)
  • WalletWelcome: fix spacing issue on marketing page
    (90713aef)
  • api-code: removed non-existing reference.
    (e2006fcb)

Features

  • Alerts:
    • let isDuplicate handle clearing alerts in cases where the next alert is the same
      (d2ff5a24)
    • style alerts, include fade-out/fade-in
      (56c1d81d)
    • wrap alerts in alert-in-app wrapper
      (821584c8)
  • Confirms:
    • replace default browser confirms with uib modals
      (4651f985)
    • add confirms service and styles
      (53e5118e)
  • DynamicFee:
    • add fee service to dev server csp
      (602f2e00)
    • pull from prod server, use block 2, minimum of 5000 satoshi
      (f59aeb2f)
    • remove fee per kb setting from preferences
      (2954a9bf)
    • account for offline service, adjust fee defaults
      (0fa1d243)
    • add surge warning
      (49ae90a6)
    • implement dynamic fee service
      (2df2b207)
  • Login: show version numbers on home page
    (baf49e0f)
  • Signup: guess the currency for Dutch and Chinese
    (c3e9f176)
  • Support:

Refactor

  • Alerts: use alert service where necessary and bring address import alerts to modal level
  • Confirms:
    • more concise promise logic
    • small refactor of alerts.confirms
    • use alerts confirm method instead of confirm service
    • move confirms to alerts service
  • DynamicFee: configure URL
  • MyWallet: account for changes in my-wallet-v3 api
  • Recovery: remove dead recovery code

Test

  • DynamicFee:
    • add tests for dynamic fee logic
    • use prod fee endpoint for tests
    • add to tests
  • Upgrade: repaired, but still brittle

Chore

  • Dep: bump My-Wallet-V3 minor version
  • Wallet: remove unused function recommendedTransactionFee
  • Whitelist: bump ui-select and ui-router