cosmjs-util/packages/stargate
Milan Steiner 4c8b278c1d
Create toBech32 and fromBech32 in @cosmjs/encoding (#1058)
* Create toBech32 and fromBech32

* Add changes to CHANGELOG.md

* Fix linting

* Update packages/encoding/src/bech32.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update packages/encoding/src/bech32.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update bech32.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-02-22 14:05:34 +01:00
..
src Create toBech32 and fromBech32 in @cosmjs/encoding (#1058) 2022-02-22 14:05:34 +01: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 karma to 6.3.16 2022-02-20 22:57:01 +01:00
README.md Add ^0.26.0 and ^0.25.0 to compatibility table [ci skip] 2021-08-24 11:31:19 +02: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 Make env vars simapp42/simapp44 specific 2021-10-24 21:52:39 +02: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.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).