Arnab Ghose
Arnab Ghose
`payer` and `granter` fields are added as part of `StdFee` interface.
The sequence of transactions for a complete authz+feegrant are as follows: 1) `/cosmos.authz.v1beta1.MsgGrant` 2) `/cosmos.feegrant.v1beta1.MsgGrantAllowance` 3) `/cosmos.authz.v1beta1.MsgExec` The test should execute the above messages sequentially. We can consider `packages/stargate/src/modules/authz/queries.spec.ts` as...
@webmaster128 Sure, I would try my best to work on it.
Thank you! I will post regarding any dev updates on the `build-frontend` channel on Cosmos Discord Server.
Sure, will do
I am getting the following warnings while running `yarn install`: ```js ➤ YN0000: ┌ Resolution step ➤ YN0002: │ @cosmjs/amino@workspace:packages/amino doesn't provide jasmine-core (p3b488), requested by karma-jasmine-html-reporter ➤ YN0002: │...
In my VSCode IDE, I saw import errors in typescript files, and I guessed that it might have something to do with warning logs of `yarn install`. The `yarn test`...
Based on my exploration, it is clear that for `MsgExec` to work, the granter field of AuthInfo in Tx needs to be populated with the address who will pay for...
> What about this: only allow setting the fee payer when the fee is set explicitly (via StdFee)? Once this is available we can think about making "auto" fee and...
@webmaster128 I have raised the PR where I have added the `granter` field in `StdFee` and made necessary changes in other files that dependent on it. All there's left to...