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

add extraExecTxArgs to other CosmWasm methods #810

Merged
merged 3 commits into from
Oct 10, 2023
Merged

Conversation

Reecepbcups
Copy link
Member

closes #809

summary

When writing CW test, I had to write helper methods to execute with other fees, amounts, and gas limits. This removes that for StoreCode's and contract Executes

@Reecepbcups Reecepbcups added the BACKPORT backport into all maintained branches label Oct 8, 2023
@Reecepbcups Reecepbcups marked this pull request as ready for review October 10, 2023 16:40
@Reecepbcups Reecepbcups requested a review from a team as a code owner October 10, 2023 16:40
@Reecepbcups Reecepbcups requested a review from boojamya October 10, 2023 16:40
Copy link
Contributor

@boojamya boojamya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. Makes sense. Looks good.

@Reecepbcups Reecepbcups enabled auto-merge (squash) October 10, 2023 17:09
@Reecepbcups Reecepbcups merged commit 6c48fd1 into main Oct 10, 2023
7 checks passed
@Reecepbcups Reecepbcups deleted the reece/cw-overrides branch October 10, 2023 17:23
mergify bot pushed a commit that referenced this pull request Oct 10, 2023
* add extraExecTxArgs to other CosmWasm methods

* check for --fees on Txs instead of gas prices

(cherry picked from commit 6c48fd1)
Reecepbcups added a commit that referenced this pull request Oct 10, 2023
* add extraExecTxArgs to other CosmWasm methods

* check for --fees on Txs instead of gas prices

(cherry picked from commit 6c48fd1)

Co-authored-by: Reece Williams <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BACKPORT backport into all maintained branches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

allow override of cosmwasm commands
2 participants