mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +00:00
Adapt repo to version change (stargate is now Cosmos SDK 0.40)
This commit is contained in:
parent
cc62713f4c
commit
6fadce3036
@ -1,7 +1,7 @@
|
||||
# This is a hand written dependencies file for depsight
|
||||
# Render via `depsight --format png --output stargate-dependencies.png docs/stargate-dependencies.yml`
|
||||
|
||||
"@cosmjs/sdk39":
|
||||
"@cosmjs/sdk40":
|
||||
- "@cosmjs/tendermint-rpc"
|
||||
- "@cosmjs/proto-signing"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[](https://www.npmjs.com/package/@cosmjs/proto-signing)
|
||||
|
||||
Utilities for protobuf based signing (for Cosmos SDK 0.39+) as documented in
|
||||
Utilities for protobuf based signing (for Cosmos SDK 0.40+) as documented in
|
||||
[ADR-020](https://github.com/cosmos/cosmos-sdk/blob/66c5798cec/docs/architecture/adr-020-protobuf-transaction-encoding.md)
|
||||
and
|
||||
[The 3 levels of proto encoding](https://warta.it/blog/cosmos-sdk-protobuf-signing).
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "@cosmjs/proto-signing",
|
||||
"private": true,
|
||||
"version": "0.21.1",
|
||||
"description": "Utilities for protobuf based signing (Cosmos SDK 0.39+)",
|
||||
"description": "Utilities for protobuf based signing (Cosmos SDK 0.40+)",
|
||||
"contributors": [
|
||||
"Will Clark <willclarktech@users.noreply.github.com>",
|
||||
"Simon Warta <webmaster128@users.noreply.github.com>"
|
||||
|
@ -1,8 +1,8 @@
|
||||
# @cosmjs/sdk39
|
||||
# @cosmjs/sdk40
|
||||
|
||||
[](https://www.npmjs.com/package/@cosmjs/sdk39)
|
||||
[](https://www.npmjs.com/package/@cosmjs/sdk40)
|
||||
|
||||
A client library for the Cosmos SDK 0.39.
|
||||
A client library for the Cosmos SDK 0.40.
|
||||
|
||||
## License
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "@cosmjs/sdk39",
|
||||
"name": "@cosmjs/sdk40",
|
||||
"private": true,
|
||||
"version": "0.21.1",
|
||||
"description": "Utilities for Cosmos SDK 0.39",
|
||||
"description": "Utilities for Cosmos SDK 0.40",
|
||||
"contributors": [
|
||||
"Simon Warta <webmaster128@users.noreply.github.com>"
|
||||
],
|
||||
@ -18,7 +18,7 @@
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/sdk39"
|
||||
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/sdk40"
|
||||
},
|
||||
"scripts": {
|
||||
"docs": "typedoc --options typedoc.js",
|
Loading…
x
Reference in New Issue
Block a user