Merge pull request #626 from cosmos/620-amino-ledger-rename
Rename launchpad-ledger to ledger-amino
This commit is contained in:
commit
8869f29d99
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# @cosmjs/launchpad-ledger
|
||||
# @cosmjs/ledger-amino
|
||||
|
||||
[](https://www.npmjs.com/package/@cosmjs/launchpad-ledger)
|
||||
[](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
|
||||
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user