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

v8.0.0

Compare
Choose a tag to compare
@gre gre released this 22 Oct 13:22
· 3298 commits to master since this release
edb05d3

This v8 have a major improvement of the bridge. It is already used in desktop and mobile projects.

Bridge rework to ease future coin integrations.

  • Bridge interface complete rework of AccountBridge and CurrencyBridge. Former API is still in place but implementation is deprecated and will be soon removed.
  • more factorisation of code by family.
  • generalisation of bridge (bridge/js, bridge/libcore, bridge/mock)
  • better tests
  • subAccounts generalisation
  • all the bridge logic is now living in live-common and all tools are exposed for live-desktop to proxy it.
  • many proof of concept implementation in bunch of new coins.
  • pending operation retention

mobile-test-app project

Add a project that run tests for RN bindings.

List Apps

new module @ledgerhq/live-common/lib/apps

  • Putting together business logic to manage apps in a smarter way.

Firmware

  • Fixes logic for getting the seVersion for x.11.x version pattern