mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +00:00
Update some compatibility information
This commit is contained in:
parent
e28da931e4
commit
1a89b4f20b
@ -53,10 +53,10 @@ Here are some of them to get an idea:
|
||||
|
||||
| Package | Description | Latest |
|
||||
| ------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| [@cosmjs/stargate](packages/stargate) | A client library for the Cosmos SDK 0.40 (cosmoshub-4), 0.41 and 0.42 (Stargate) | [](https://www.npmjs.com/package/@cosmjs/stargate) |
|
||||
| [@cosmjs/stargate](packages/stargate) | A client library for the Cosmos SDK 0.40+ (Stargate) | [](https://www.npmjs.com/package/@cosmjs/stargate) |
|
||||
| [@cosmjs/faucet](packages/faucet) | A faucet application for node.js | [](https://www.npmjs.com/package/@cosmjs/faucet) |
|
||||
| [@cosmjs/cosmwasm-stargate](packages/cosmwasm-stargate) | Client for Stargate chains with the CosmWasm module enabled | [](https://www.npmjs.com/package/@cosmjs/cosmwasm-stargate) |
|
||||
| [@cosmjs/crypto](packages/crypto) | Cryptography for blockchain projects, e.g. hashing (SHA-2, Keccak256, Ripemd160), signing (secp256k1, ed25519), HD key derivation (BIPO39, SLIP-0010), KDFs and symmetric encryption for key storage (PBKDF2, Argon2, XChaCha20Poly1305) | [](https://www.npmjs.com/package/@cosmjs/crypto) |
|
||||
| [@cosmjs/crypto](packages/crypto) | Cryptography for blockchain projects, e.g. hashing (SHA-2, Keccak256, Ripemd160), signing (secp256k1, ed25519), HD key derivation (BIP-39, SLIP-0010), KDFs and symmetric encryption for key storage (PBKDF2, Argon2, XChaCha20Poly1305) | [](https://www.npmjs.com/package/@cosmjs/crypto) |
|
||||
| [@cosmjs/encoding](packages/encoding) | Encoding helpers for blockchain projects | [](https://www.npmjs.com/package/@cosmjs/encoding) |
|
||||
| [@cosmjs/math](packages/math) | Safe integers; decimals for handling financial amounts | [](https://www.npmjs.com/package/@cosmjs/math) |
|
||||
|
||||
|
@ -8,7 +8,8 @@ An SDK to build CosmWasm clients.
|
||||
|
||||
| CosmWasm | x/wasm | @cosmjs/cosmwasm-stargate |
|
||||
| --------------- | --------- | ------------------------- |
|
||||
| 0.16-1.0.0-beta | 0.21 | `^0.27.0` |
|
||||
| 0.16-1.0.0-beta | 0.21-0.23 | `^0.28.0` |
|
||||
| 0.16-1.0.0-beta | 0.21-0.23 | `^0.27.0` |
|
||||
| 0.16-1.0.0-beta | 0.18-0.20 | `^0.26.0` |
|
||||
| 0.14 | 0.16 | `^0.25.0` |
|
||||
| 0.13 | 0.14-0.15 | `^0.24.0` |
|
||||
|
@ -2,12 +2,14 @@
|
||||
|
||||
[](https://www.npmjs.com/package/@cosmjs/stargate)
|
||||
|
||||
A client library for the Cosmos SDK 0.40.
|
||||
A client library for the Cosmos SDK 0.40+.
|
||||
|
||||
## Supported Cosmos SDK versions
|
||||
|
||||
| CosmJS version | Supported Cosmos SDK version(s) |
|
||||
| ------------------------------- | ------------------------------- |
|
||||
| ^0.28.0 | 0.42.x, 0.44.x, 0.45.x |
|
||||
| ^0.27.0 | 0.42.x, 0.44.x, 0.45.x |
|
||||
| ^0.26.0 | 0.42.x |
|
||||
| ^0.25.0 | 0.42.x |
|
||||
| ^0.24.0 | 0.40.x, 0.41.x, 0.42.x |
|
||||
|
Loading…
x
Reference in New Issue
Block a user