feat: allow eth_call overrides work with static precompiles#1096
feat: allow eth_call overrides work with static precompiles#1096vladjdk merged 1 commit intocosmos:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1096 +/- ##
==========================================
+ Coverage 63.24% 65.80% +2.56%
==========================================
Files 332 332
Lines 23969 23749 -220
==========================================
+ Hits 15160 15629 +469
+ Misses 7173 6952 -221
+ Partials 1636 1168 -468
🚀 New features to boost your workflow:
|
|
@greptile review |
Greptile SummaryThis PR fixes Confidence Score: 5/5Safe to merge; the change is small, targeted, and correct. The only finding is a P2 test coverage gap — the new test case verifies absence of errors but does not call the moved precompile at its destination address. No logic, security, or data-integrity issues were found in the production code path. tests/integration/x/vm/test_state_transition.go — test could be strengthened to assert the moved precompile is callable. Important Files Changed
|
Description
for test info
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