Merge pull request #626 from cosmos/620-amino-ledger-rename

Rename launchpad-ledger to ledger-amino
This commit is contained in:
Simon Warta 2021-01-26 11:08:34 +01:00 committed by GitHub
commit 8869f29d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
45 changed files with 11 additions and 7 deletions

View File

@ -29,7 +29,6 @@
- @cosmjs/launchpad: Add support for undefined memo in `makeSignDoc`.
- @cosmjs/launchpad: Rename `SigningCosmosClient.senderAddress` to
`.signerAddress`.
- @cosmjs/launchpad-ledger: `LedgerSigner.sign` method renamed `signAmino`.
- @cosmjs/proto-signing: Add new package for handling transaction signing with
protobuf encoding.
- @cosmjs/proto-signing: Expose `DirectSignResponse` interface.
@ -53,6 +52,11 @@
- @cosmjs/utils: Added `assertDefinedAndNotNull`.
### Changed
- @cosmjs/launchpad-ledger: Renamed to @cosmjs/ledger-amino.
- @cosmjs/ledger-amino: `LedgerSigner.sign` method renamed `signAmino`.
## 0.23.2 (2021-01-06)
### Security

View File

@ -1,6 +1,6 @@
# @cosmjs/launchpad-ledger
# @cosmjs/ledger-amino
[![npm version](https://img.shields.io/npm/v/@cosmjs/launchpad-ledger.svg)](https://www.npmjs.com/package/@cosmjs/launchpad-ledger)
[![npm version](https://img.shields.io/npm/v/@cosmjs/ledger-amino.svg)](https://www.npmjs.com/package/@cosmjs/ledger-amino)
## Supported platforms
@ -33,7 +33,7 @@ Build the package for web:
yarn pack-web
```
Host the `launchpad-ledger` package directory, for example using Python 3:
Host the `ledger-amino` package directory, for example using Python 3:
```sh
python3 -m http.server

View File

@ -1,7 +1,7 @@
{
"name": "@cosmjs/launchpad-ledger",
"name": "@cosmjs/ledger-amino",
"version": "0.24.0-alpha.18",
"description": "A library for interacting with the Cosmos Launchpad Ledger Nano App",
"description": "A library for signing Amino-encoded transactions using Ledger devices",
"contributors": [
"Will Clark <willclarktech@users.noreply.github.com>"
],
@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/launchpad-ledger"
"url": "https://github.com/CosmWasm/cosmjs/tree/main/packages/ledger-amino"
},
"publishConfig": {
"access": "public"