chain-jslib icon indicating copy to clipboard operation
chain-jslib copied to clipboard

Results 78 chain-jslib issues
Sort by recently updated
recently updated
newest added

Solution: Add support of `fromCosmosJSON()` to all the message types in the Distribution moduel.

Integration tests failed if directly updated to latest version Changelog from @cosmjs for reference https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md

Currently MsgCreateValidator assumes `pubkey` input to be protoencodeEd25518 key. It needs to accept `crocnclconspub` prefix formatted address as `pubkey` currently in progress: #26

Support relay level IBC modules on chainjs-sdk. As major relayer software lapse this support.

low-priority

There is no query support for NFT based queries. Needs to be added.

Our Chain JS LIb currently misses IBC Query client support.

Currently, the code seems to accept just one `ICoin` as an argument in multiple messages. We may need to support an array-like `ICoin[]` sometime near IBC support.