Remove old bindings#337
Conversation
WalkthroughThe changes remove support for older Solidity interface bindings and parser logic from the Rust codebase. Specifically, bindings for outdated interpreter, store, and parser interfaces are deleted. The parser module's v1 implementation, its trait, struct, and associated tests are removed. Related module declarations and exports are also cleaned up. Changes
Sequence Diagram(s)No sequence diagram generated as the changes are limited to removals and do not introduce or modify control flow. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (5)
💤 Files with no reviewable changes (5)
⏰ Context from checks skipped due to timeout of 90000ms (5)
✨ 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
6f8d39f to
17238e1
Compare
Motivation
We don't want to maintain old versions of the interpreter
Solution
Remove old Rust bindings
Checks
By submitting this for review, I'm confirming I've done the following:
Summary by CodeRabbit