-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
x/auth new test - multisig tx on simulate endpoint #9038
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pre-approving
-cleanup imports
@technicallyty the failing test seems related to the PR |
Turns out one of the other tests was causing the accounts to not exist anymore? I moved the account creation into the test and it works now. |
Codecov Report
@@ Coverage Diff @@
## master #9038 +/- ##
==========================================
+ Coverage 58.95% 58.99% +0.04%
==========================================
Files 575 575
Lines 32191 32198 +7
==========================================
+ Hits 18977 18996 +19
+ Misses 10999 10985 -14
- Partials 2215 2217 +2
|
Description
This PR adds a test for a multisig tx to the simulation endpoint. Currently there are no tests with multisig tx on simulate endpoint.
Motivation: Issue where developer could not successfully call calculate gas with a multisig due to txFactory shortcomings. This test serves to address that issue by presenting an alternative method to calculating gas with a multisig tx by calling the simulate endpoint.
ref: #8821
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes