confio / cosmjs-types

JS and TS types relating to Protocol Buffers used by Cosmos-SDK and other related projects
Apache License 2.0
36 stars 42 forks source link

MsgGrantAllowance doesnot provide allowance context using signingStargateClient #88

Open hard-nett opened 1 year ago

hard-nett commented 1 year ago

Currently looking to create a button that lets a wallet register themselves for a feegrant on a network that includes the x/feegrant module. I have found that when the message is being signed & broadcasted, the data in the allowance type is not populated into the final signing msg.

Testing the exact same process using the cli command with flags, the message was signed and broadcasted with the correct allowance data.

Any insight on what could be the issue is greatly appreciated!