cosmjs-util/packages/stargate
2022-06-08 15:26:15 +02:00
..
src Move getBalanceStaked test to correct position and disconnect 2022-06-08 14:57:06 +02:00
.eslintignore Rename @cosmjs/sdk40 -> @cosmjs/stargate 2020-08-06 10:55:29 +02:00
.eslintrc.js Disable @typescript-eslint/explicit-module-boundary-types for .js files 2022-01-26 13:45:20 +01:00
.gitignore stargate: Remove proto scripts 2021-06-03 13:25:06 +02:00
.nycrc.yml Rename @cosmjs/sdk40 -> @cosmjs/stargate 2020-08-06 10:55:29 +02:00
CUSTOM_PROTOBUF_CODECS.md Simplify usage and examples for Registry 2022-01-19 14:33:08 +01:00
jasmine-testrunner.js Remove executable flag from jasmine testrunners 2021-06-01 10:50:02 +02:00
karma.conf.js Fix lint 2021-05-19 15:40:06 +02:00
package.json Upgrade protobufjs to 6.11 2022-06-08 15:26:15 +02:00
README.md Update some compatibility information 2022-03-02 21:55:49 +01:00
tsconfig.eslint.json Sort out eslint 2021-05-18 15:16:03 +02:00
tsconfig.json stargate: Output types in build dir 2021-02-09 10:48:42 +00:00
typedoc.js Upgrade typedoc to 0.20 2021-03-11 15:38:48 +01:00
webpack.web.config.js Remove stream fallback (remove stream-browserify) 2022-02-27 13:16:47 +01:00

@cosmjs/stargate

npm version

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
^0.24.0-alpha.14 0.40.0
^0.24.0-alpha.8 0.40.0-rc3
0.24.0-alpha.2 0.24.0-alpha.7 0.40.0-rc2
0.24.0-alpha.1 0.40.0-rc1

License

This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).