Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

1.1.0 #1345

Merged
merged 5 commits into from
Aug 1, 2018
Merged

1.1.0 #1345

merged 5 commits into from
Aug 1, 2018

Conversation

gre
Copy link
Contributor

@gre gre commented Jul 31, 2018

🎉 Better performance and various bugfixes.

🚀 Performance

We have identified and fixed bottlenecks that was making the app slower. This should address lags and very long Synchronization that was always ending with a timeout errors.

  • USB: using usb events and only connecting to Ledger devices (instead of polling all). (#1058)
  • UI filesystem database is now asynchronous and debounced. It leaves more frames for the UI to draw and limits filesystem usage. (1235)
  • Portfolio (#1313)

🐛 Bugfixes

  • Fixes race conditions in UI filesystem database that was locking forever Ledger Live (if encryption is set). If you are still locked, you will have to Reset.
  • Fixes discovering Ethereum accounts that only ever received Ethereum from contract (current limitation of our API).
  • Allow fees to be set to zero
  • Fixes validation of the Send step 1
  • Should fix glitches with mouse / keyboards / other USB devices some users have experienced.

✨ Misc

  • Multiple wording polishes
  • More consistent UX across the password forms (always a submit button and ↩ supported)
  • Now using BigNumber.js to have more robust numeric implementation and prepare incoming features.
  • Clean the logs when you leave the app (#1337)
  • Add missing explorers for a bunch of cryptocurrencies (live-common#57)
  • Provide help link for Linux USB connection issues (#1224)

@gre gre changed the title update latest wording 1.1.0 Jul 31, 2018
@gre gre added the HODL for PRs: this is blocked, we can't merge yet label Jul 31, 2018
@gre gre removed the HODL for PRs: this is blocked, we can't merge yet label Aug 1, 2018
@gre gre merged commit 990d613 into master Aug 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants