chore: remove evm-core-ts and move it to ts-sdk#2423
Conversation
📝 WalkthroughWalkthroughThis PR deletes the entire evm-core-ts package, including configuration files, build automation, package metadata, TypeChain-generated contract bindings, precompile interface definitions, ethers.js helpers, and utility constants. All autogenerated contract types, factories, ABIs, and public API exports are removed. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20–30 minutes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (41)
💤 Files with no reviewable changes (41)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
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 |
There was a problem hiding this comment.
Code Review
This pull request is a refactoring effort to remove the evm-core-ts package, which is being migrated to the ts-sdk repository. The changes exclusively involve the deletion of all files and subdirectories under evm-core-ts/. The deletions are comprehensive and align with the stated objective of the pull request. Since this PR only contains removals, there are no code changes to assess for quality or correctness. My approval is based on the understanding that the functionality has been successfully transferred and will be maintained in the ts-sdk repository as per the related PR.
Relates to NibiruChain/ts-sdk#414
The above must be merged first