Conversation
WalkthroughThis pull request removes the Wasmd precompile feature entirely from the codebase. The changes include deletion of the Solidity interface (IWasmd.sol), all Go implementation files in precompiles/wasmd (including event emission, transaction handling, query methods, and types), corresponding unit and integration tests, mock contract bindings, and E2E test files. A new v7.1.0 upgrade handler is added that filters the Wasmd precompile address (0x0000000000000000000000000000000000001001) from the EVM's active static precompiles list. The precompile registration is removed from app/keepers/precompiles.go, and genesis configurations are updated accordingly. The changelog documents the removal. Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
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
Strips out code from wasmd precompile that is no longer used.
Type of change
How Has This Been Tested?
With pipelines
PR Checklist:
Make sure each step was done:
make lint-fix