-
Notifications
You must be signed in to change notification settings - Fork 898
fix(test): Verify account balance ante fix tests #3007
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
fix(test): Verify account balance ante fix tests #3007
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
* update names * wip * wip * add base fee check * add testing chain id to config * update testing suite * remove comment from tests * remove configurator from cmd * add license * linter * fix tagged files * fix function signature * fix(test): Verify account balance ante fix tests (#3007) add support for custom decimals + fix tests * remove test configurator * remove constructor for network with config * Update app/ante/evm/suite_test.go Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com> Signed-off-by: stepit <48993133+0xstepit@users.noreply.github.com> * run make format * Update testutil/integration/evmos/network/config.go Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com> Signed-off-by: stepit <48993133+0xstepit@users.noreply.github.com> * remove unused deps in ante * fix initial base fee in test suite * fix can transfer * fix vesting * fix gas consume * update gov genesis for custom dec * fix gas wanted * fix increment sequence * remove unused configurator * fix unit tests * remove TODO associated with evmOS * apply suggestions from review * restore test * add changelog entry * fix changelog --------- Signed-off-by: stepit <48993133+0xstepit@users.noreply.github.com> Co-authored-by: Ramiro Carlucho <ramirocarlucho@gmail.com> Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com> Co-authored-by: 0xstepit <0xstepit@users.noreply.github.com>
Description
Add support for custom decimals to account verification
Testing
To test fixed ante:
Closes: #ENG-2689