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

Commit

Permalink
merging Ethereum plugins work (#602)
Browse files Browse the repository at this point in the history
* [WIP] Add automated preparation of Ethereum device app for plugins and ERC20 (#587)

* PoC: Add automatic support for Ethereum plugins

* add compat with old nano apps

* same same setExternalPlugin

* Support signed plugins

* fix crypto-assets imports

* update paths

* remove useless yarn.lock

* setup

* safety

* step

* doc

* update json + handle erc20ofInterests

* remove todo

* add logs

* test attemp

* test ok

* fix link

* remove rlp

* remove console log

* prettify json import

* fix test

* ci

* update cal

* ensure lowercase

Co-authored-by: machard <matthieu__@hotmail.fr>
Co-authored-by: Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>

* latest crypto assets

* v6.0.0-alpha.0

* Fixes race condition in recent work

* v6.0.0-alpha.1

* babel compilation seems to not like the use of ?.

* v6.0.0-alpha.2

* fixes exports.* wrong pattern

* v6.0.0-alpha.3

* added some logs for Eth

* v6.0.0-alpha.4

* fixes test

* fixes external setExternalPlugin

* switch ordering of apdus

* fixes test

* v6.0.0-alpha.5

* update packages doc

* v6.0.0-alpha.6

* update latest crypto-assets

* Fixes send tx to provideERC20 as soon as we have decoded tx

* v6.0.0-alpha.7

* polish and fix test

Co-authored-by: Jean P <10632523+TamtamHero@users.noreply.github.com>
Co-authored-by: machard <matthieu__@hotmail.fr>
  • Loading branch information
3 people committed May 20, 2021
1 parent 420b012 commit 1e6190f
Show file tree
Hide file tree
Showing 15 changed files with 14,701 additions and 57 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "5.51.1",
"version": "6.0.0-alpha.7",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/cryptoassets/README.md
Expand Up @@ -2,7 +2,7 @@

## @ledgerhq/cryptoassets

library that contains Ledger internal crypto assets list and signatures.
Ledger's material for crypto currencies, tokens and fiats. Also includes signatures required by Nano devices for these tokens.

**DO NOT EDIT because this library is generated.**

Expand Down

0 comments on commit 1e6190f

Please sign in to comment.