evmosjs icon indicating copy to clipboard operation
evmosjs copied to clipboard

JS and TS libs for Evmos

Results 25 evmosjs issues
Sort by recently updated
recently updated
newest added

https://github.com/evmos/evmosjs/blob/8bfa2febb7c707b8069348ca21979e4b044f70d7/packages/proto/src/proto/evmos/vesting/tx.ts#L1C71-L1C71 This line should be changed to (note v1 is changed to **v2**) ``` export * from '@buf/evmos_evmos.bufbuild_es/evmos/vesting/v2/tx_pb.js' ``` Because the package `@buf/evmos_evmos.bufbuild_es` version is upgraded to `1.2.0-20230822152208-9101da12dca9.1`, so the...

## Overview evmos and cometbft provide many interfaces for us to query information about the chain. However, unfortunately, evmosjs does not implement these interfaces in the provider package. In actual...

let sign = await window?.keplr?.signDirect( chain.cosmosChainId, sender.accountAddress, { bodyBytes: msg.signDirect.body.serializeBinary(), authInfoBytes: msg.signDirect.authInfo.serializeBinary(), chainId: chain.cosmosChainId, accountNumber: new Long(sender.accountNumber), }, // @ts-expect-error the types are not updated on Keplr side { isEthereum:...

What helper do we need to use to format the content for `createTxMsgSubmitProposal` I'm trying to do this: ``` const content = createMsgSubmitProposal( { type: "cosmos-sdk/TextProposal", value: { title: "title",...

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobufjs&package-manager=npm_and_yarn&previous-version=6.11.3&new-version=6.11.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobufjs&package-manager=npm_and_yarn&previous-version=6.11.3&new-version=6.11.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobufjs&package-manager=npm_and_yarn&previous-version=6.11.3&new-version=6.11.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobufjs&package-manager=npm_and_yarn&previous-version=6.11.3&new-version=6.11.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Is there any way to convert evmos address to evmosvaloper address? In cli we use **evmosd debug addr ....** which gives us valoper address. Can we do the same thing...