Skip to content

Commit

Permalink
Merge branch 'master' into fix/crc
Browse files Browse the repository at this point in the history
  • Loading branch information
gre authored Jun 7, 2018
2 parents 78b23f6 + e187cb9 commit 4950176
Show file tree
Hide file tree
Showing 118 changed files with 270 additions and 5,191 deletions.
38 changes: 18 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,27 @@ applications. There are implementations for Node and Browser.

### Published Packages

| Package | Version | Description |
| ------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| [`create-dapp`](/packages/create-dapp) | [![npm](https://img.shields.io/npm/v/create-dapp.svg)](https://www.npmjs.com/package/create-dapp) | Ledger DApp Ethereum starter kit |
| [`@ledgerhq/web3-subprovider`](/packages/web3-subprovider) | [![npm](https://img.shields.io/npm/v/@ledgerhq/web3-subprovider.svg)](https://www.npmjs.com/package/@ledgerhq/web3-subprovider) | web3 subprovider implementation for web3-provider-engine |
| Package | Version | Description |
| ------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| [`create-dapp`](/packages/create-dapp) | [![npm](https://img.shields.io/npm/v/create-dapp.svg)](https://www.npmjs.com/package/create-dapp) | Ledger DApp Ethereum starter kit |
| [`@ledgerhq/web3-subprovider`](/packages/web3-subprovider) | [![npm](https://img.shields.io/npm/v/@ledgerhq/web3-subprovider.svg)](https://www.npmjs.com/package/@ledgerhq/web3-subprovider) | web3 subprovider implementation for web3-provider-engine |
| **Apps** |
| [`@ledgerhq/hw-app-eth`](/packages/hw-app-eth) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-app-eth.svg)](https://www.npmjs.com/package/@ledgerhq/hw-app-eth) | Ethereum Application API |
| [`@ledgerhq/hw-app-btc`](/packages/hw-app-btc) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-app-btc.svg)](https://www.npmjs.com/package/@ledgerhq/hw-app-btc) | Bitcoin Application API |
| [`@ledgerhq/hw-app-xrp`](/packages/hw-app-xrp) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-app-xrp.svg)](https://www.npmjs.com/package/@ledgerhq/hw-app-xrp) | Ripple Application API |
| [`@ledgerhq/hw-app-str`](/packages/hw-app-str) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-app-str.svg)](https://www.npmjs.com/package/@ledgerhq/hw-app-str) | Stellar Application API |
| [`@ledgerhq/hw-app-ada`](/packages/hw-app-ada) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-app-ada.svg)](https://www.npmjs.com/package/@ledgerhq/hw-app-ada) | Cardano ADA Application API |
| [`@ledgerhq/hw-app-eth`](/packages/hw-app-eth) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-app-eth.svg)](https://www.npmjs.com/package/@ledgerhq/hw-app-eth) | Ethereum Application API |
| [`@ledgerhq/hw-app-btc`](/packages/hw-app-btc) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-app-btc.svg)](https://www.npmjs.com/package/@ledgerhq/hw-app-btc) | Bitcoin Application API |
| [`@ledgerhq/hw-app-xrp`](/packages/hw-app-xrp) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-app-xrp.svg)](https://www.npmjs.com/package/@ledgerhq/hw-app-xrp) | Ripple Application API |
| [`@ledgerhq/hw-app-str`](/packages/hw-app-str) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-app-str.svg)](https://www.npmjs.com/package/@ledgerhq/hw-app-str) | Stellar Application API |
| [`@ledgerhq/hw-app-ada`](/packages/hw-app-ada) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-app-ada.svg)](https://www.npmjs.com/package/@ledgerhq/hw-app-ada) | Cardano ADA Application API |
| **Transports** |
| [`@ledgerhq/hw-transport-node-hid`](/packages/hw-transport-node-hid) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-transport-node-hid.svg)](https://www.npmjs.com/package/@ledgerhq/hw-transport-node-hid) | Node implementation of the communication layer, using `node-hid` (USB) |
| [`@ledgerhq/hw-transport-u2f`](/packages/hw-transport-u2f) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-transport-u2f.svg)](https://www.npmjs.com/package/@ledgerhq/hw-transport-u2f) | Web implementation of the communication layer, using [U2F api](https://github.com/grantila/u2f-api) |
| [`@ledgerhq/react-native-hw-transport-ble`](/packages/react-native-hw-transport-ble) | [![npm](https://img.shields.io/npm/v/@ledgerhq/react-native-hw-transport-ble.svg)](https://www.npmjs.com/package/@ledgerhq/react-native-hw-transport-ble) | BLE bluetooth for react-native communication layer |
| [`@ledgerhq/react-native-hid`](/packages/react-native-hid) | [![npm](https://img.shields.io/npm/v/@ledgerhq/react-native-hid.svg)](https://www.npmjs.com/package/@ledgerhq/react-native-hid) | USB hid for react-native communication layer |
| [`@ledgerhq/hw-transport-http`](/packages/hw-transport-http) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-transport-http.svg)](https://www.npmjs.com/package/@ledgerhq/hw-transport-http) | communicate to the device over HTTP. **NB: DEV & testing purpose only. DO NOT use in PROD** |
| [`@ledgerhq/hw-transport`](/packages/hw-transport) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-transport.svg)](https://www.npmjs.com/package/@ledgerhq/hw-transport) | The generic interface of the communication layer |
| **internal utility libraries** |
| [`@ledgerhq/currencies`](/packages/currencies) | [![npm](https://img.shields.io/npm/v/@ledgerhq/currencies.svg)](https://www.npmjs.com/package/@ledgerhq/currencies) | deal with crypto currencies |
| [`@ledgerhq/hw-transport-node-hid`](/packages/hw-transport-node-hid) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-transport-node-hid.svg)](https://www.npmjs.com/package/@ledgerhq/hw-transport-node-hid) | Node implementation of the communication layer, using `node-hid` (USB) |
| [`@ledgerhq/hw-transport-u2f`](/packages/hw-transport-u2f) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-transport-u2f.svg)](https://www.npmjs.com/package/@ledgerhq/hw-transport-u2f) | Web implementation of the communication layer, using [U2F api](https://github.com/grantila/u2f-api) |
| [`@ledgerhq/react-native-hw-transport-ble`](/packages/react-native-hw-transport-ble) | [![npm](https://img.shields.io/npm/v/@ledgerhq/react-native-hw-transport-ble.svg)](https://www.npmjs.com/package/@ledgerhq/react-native-hw-transport-ble) | BLE bluetooth for react-native communication layer |
| [`@ledgerhq/react-native-hid`](/packages/react-native-hid) | [![npm](https://img.shields.io/npm/v/@ledgerhq/react-native-hid.svg)](https://www.npmjs.com/package/@ledgerhq/react-native-hid) | USB hid for react-native communication layer |
| [`@ledgerhq/hw-transport-http`](/packages/hw-transport-http) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-transport-http.svg)](https://www.npmjs.com/package/@ledgerhq/hw-transport-http) | communicate to the device over HTTP. **NB: DEV & testing purpose only. DO NOT use in PROD** |
| [`@ledgerhq/hw-transport`](/packages/hw-transport) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-transport.svg)](https://www.npmjs.com/package/@ledgerhq/hw-transport) | The generic interface of the communication layer |
| **Development Tools** |
| [`@ledgerhq/hw-http-proxy-devserver`](/packages/hw-http-proxy-devserver) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-http-proxy-devserver.svg)](https://www.npmjs.com/package/@ledgerhq/hw-http-proxy-devserver) | HTTP server proxy to use with `hw-transport-node-hid` **NB: DEV & testing purpose only. DO NOT use in PROD** |
| [`@ledgerhq/hw-hid-cli`](/packages/hw-hid-cli) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-hid-cli.svg)](https://www.npmjs.com/package/@ledgerhq/hw-hid-cli) | CLI utility to send APDU to the device via node-hid |
| [`@ledgerhq/hw-transport-mocker`](/packages/hw-transport-mocker) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-transport-mocker.svg)](https://www.npmjs.com/package/@ledgerhq/hw-transport-mocker) | Tool used for test to record and replay APDU calls. |
| [`@ledgerhq/hw-http-proxy-devserver`](/packages/hw-http-proxy-devserver) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-http-proxy-devserver.svg)](https://www.npmjs.com/package/@ledgerhq/hw-http-proxy-devserver) | HTTP server proxy to use with `hw-transport-node-hid` **NB: DEV & testing purpose only. DO NOT use in PROD** |
| [`@ledgerhq/hw-hid-cli`](/packages/hw-hid-cli) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-hid-cli.svg)](https://www.npmjs.com/package/@ledgerhq/hw-hid-cli) | CLI utility to send APDU to the device via node-hid |
| [`@ledgerhq/hw-transport-mocker`](/packages/hw-transport-mocker) | [![npm](https://img.shields.io/npm/v/@ledgerhq/hw-transport-mocker.svg)](https://www.npmjs.com/package/@ledgerhq/hw-transport-mocker) | Tool used for test to record and replay APDU calls. |

## Examples

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "4.11.0",
"version": "4.13.0",
"npmClient": "yarn",
"useWorkspaces": true
}
13 changes: 0 additions & 13 deletions packages/common/.flowconfig

This file was deleted.

9 changes: 0 additions & 9 deletions packages/common/README.md

This file was deleted.

50 changes: 0 additions & 50 deletions packages/common/package.json

This file was deleted.

19 changes: 0 additions & 19 deletions packages/common/src/api/mutations/HelloWorldMutation.js

This file was deleted.

14 changes: 0 additions & 14 deletions packages/common/src/api/queries/Currencies.js

This file was deleted.

105 changes: 0 additions & 105 deletions packages/common/src/data/currency.js

This file was deleted.

Loading

0 comments on commit 4950176

Please sign in to comment.