-
Notifications
You must be signed in to change notification settings - Fork 130
refactor: inject test app to test code #841
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
refactor: inject test app to test code #841
Conversation
cosmos#823) * refactor: removce authz dependency from test suite and EvmApp interface * chore: update CHANGELOG.md
…texts like CheckTx (cosmos#817) Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
…ee (cosmos#828) * fix: validate decimals before conversion to prevent panic in GetBaseFee * when coininfo avoid panic on empty coininfo for old ctx * add test * doc
* refactor: removce authz dependency from test suite and EvmApp interface * refactor injected app interfaces for each test * chore: fix test setup * refactor app injection structure * apply new app injection pattern to precompile tests * apply new app injection pattern to entire tests * cleanup code * cleanup code * cleanup code * chore: fix lint * refactor: seperate ibckeeper getter from basic test app interface * chore: update change log * chore: fix typo --------- Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
…osmos#837) checks current balance and either burns excess or mints deficit to reach target
* wip * fixes and all * delete * remove import replace * some changes * go mod * finalize * readme * wording * word * remove local replace
| for _, k := range keys { | ||
| nonTransientKeys = append(nonTransientKeys, k) | ||
| } |
Check warning
Code scanning / CodeQL
Iteration over map Warning test
| for _, k := range oKeys { | ||
| nonTransientKeys = append(nonTransientKeys, k) | ||
| } |
Check warning
Code scanning / CodeQL
Iteration over map Warning test
| "encoding/json" | ||
| "fmt" | ||
| "os" | ||
| goruntime "runtime" |
Check notice
Code scanning / CodeQL
Sensitive package import Note test
|
Close this PR and recreate PR #845 |
Description
Closes: #XXXX
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
mainbranch