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

Use --gas auto when executing transactions. #483

Closed
wants to merge 1 commit into from

Conversation

0xekez
Copy link

@0xekez 0xekez commented Apr 6, 2023

Without this change the max_gas for a given transaction defaults to 200_000 which is not enough for any non-trivial smart contract interactions.

Resolves #482

Without this change the max_gas for a given transaction defaults to
200_000 which is not enough for any non-trivial smart contract
interactions.
@boojamya
Copy link
Contributor

Hey @0xekez, I don't think it's necessary to make this a default value for all transitions, this could have a large affect on other tests.

I've noted a potential resolution for you in your issue #482

I'm going to close this out for now.

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

Successfully merging this pull request may close these issues.

Interchaintest v4 does not use gas adjustment from chain spec when executing transaction
2 participants