Skip to content

Conversation

@cloudgray
Copy link
Contributor

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...

  • tackled an existing issue or discussed with a team member
  • left instructions on how to review the changes
  • targeted the main branch

cloudgray and others added 17 commits November 12, 2025 14:30
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
)

* refactor(test): replace erc20Keeper dependency from other module tests

* refactor(test): replace feeMarketKeeper dependency from other module tests

* chore: fix codeql warning

* chore: remove unnecessary keeper dependency from app interfaces
* wip

* fixes and all

* delete

* remove import replace

* some changes

* go mod

* finalize

* readme

* wording

* word

* remove local replace
@cloudgray cloudgray changed the title Test/inject new evmd refactor: inject test app to test code Nov 18, 2025
@cloudgray cloudgray changed the base branch from vlad/evmd-refactor to main November 18, 2025 11:17
@cloudgray cloudgray changed the base branch from main to vlad/evmd-refactor November 18, 2025 11:19
Comment on lines +180 to +182
for _, k := range keys {
nonTransientKeys = append(nonTransientKeys, k)
}

Check warning

Code scanning / CodeQL

Iteration over map Warning test

Iteration over map may be a possible source of non-determinism
Comment on lines +183 to +185
for _, k := range oKeys {
nonTransientKeys = append(nonTransientKeys, k)
}

Check warning

Code scanning / CodeQL

Iteration over map Warning test

Iteration over map may be a possible source of non-determinism
"encoding/json"
"fmt"
"os"
goruntime "runtime"

Check notice

Code scanning / CodeQL

Sensitive package import Note test

Certain system packages contain functions which may be a possible source of non-determinism
@cloudgray
Copy link
Contributor Author

Close this PR and recreate PR #845

@cloudgray cloudgray closed this Nov 20, 2025
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.

4 participants