Remove ICS precompile#247
Conversation
WalkthroughThe pull request removes the IBC ICS20 precompile from the codebase. Changes include: deletion of the ICS20 precompile import and initialization from the keepers module, addition of a changelog entry documenting the removal, and implementation of upgrade logic in v7_0 that filters the ICS precompile address (0x0000000000000000000000000000000000000802) from the EVM module's active static precompiles and updates the stored EVM parameters with the filtered list. Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Removes and disables ICS precompile
Type of change