Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report: Authz info broken for Kujira network #367

Open
4 tasks done
dylanschultzie opened this issue Jul 13, 2023 · 0 comments
Open
4 tasks done

Bug report: Authz info broken for Kujira network #367

dylanschultzie opened this issue Jul 13, 2023 · 0 comments

Comments

@dylanschultzie
Copy link

Prerequisites

Expected Behavior

When running an authz vote tx:

    msg = any_pb2.Any()
    msg.Pack(
        MsgVote(proposal_id=int(proposal_id), voter=voter_address, option=vote_option),
        "",
    )
        tx = Transaction()
        tx.add_message(MsgExec(grantee=str(authz_wallet.address()), msgs=[msg]))
        tx = prepare_and_broadcast_basic_transaction(client, tx, authz_wallet, gas_limit=300000, memo="Pitter Patter, let's get at 'er!"):
        submitted_tx = confirm_successful(client, tx.tx_hash)

A submitted tx response should resolve.

Current Behavior

Error that is thrown is: Failed to parse auth_info field: Message type "cosmos.tx.v1beta1.AuthInfo" has no field named "tip" at "GetTxResponse.tx.auth_info"

Here is the transaction is occurred on: https://github.com/fetchai/cosmpy/issues/new?assignees=&labels=bug%2Cunconfirmed&projects=&template=bug-report.yml&title=Bug+report%3A+%3Cshort+description%3E

Screenshot 2023-07-13 at 12 54 07 PM

The JSON contains a tip field that needs to be handled by cosmpy.

To Reproduce

No response

Context

Python 3.11, Cosmpy v0.8.0

Failure Logs

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant