chore: ensure precompile bytecode is set for account#65
Merged
tac0turtle merged 8 commits intoOct 22, 2025
Conversation
|
Claude finished @damiannolan's task —— View job PR Review: Code Quality and Best Practices ✅Reviewing PR: chore: ensure precompile bytecode is set for account Todo List:
Review SummaryThis PR makes important improvements to the mint precompile implementation by ensuring proper bytecode is set for precompile accounts. The changes are clean, well-implemented, and follow good practices. 🟢 Positive AspectsCode Quality:
Functionality:
Security:
🟡 Areas for ImprovementDocumentation:
Minor Optimization:
🟢 Technical AssessmentPerformance:
Testing:
Architecture:
✅ RecommendationAPPROVE - This is a solid improvement that:
The import consolidation and API consistency improvements are additional positive aspects that enhance code maintainability. |
This reverts commit 0818277.
tac0turtle
approved these changes
Oct 22, 2025
tac0turtle
added a commit
that referenced
this pull request
Oct 22, 2025
* create precompile for native mint * complete inspector * changes * ++ * make headway on precompile * ++ * conflict * do the precompile the easy way * tsts and integration * add tests * remove somem tests and add e2e for fee sink * format json * add test * add factory tests * fix e2e test * add mint and burn test to new wallet * add readme * lint fmt * rewrite e2e tests * add allow list * nonce for precompile addr * add info * dont charge gas * fmt * chore: ensure precompile bytecode is set for account (#65) * chore: ensure precompile bytecode is set for account * chore: use reth primitives import * chore: use revm bytecode * chore: add rust-toolchain and fix compiler issues * chore: lint * Revert "chore: lint" This reverts commit 0818277. * chore: rm rust-toolchain to use existing ci workflow versions * chore: lint --------- Co-authored-by: Damian Nolan <damiannolan@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Drafting to get a docker build to test.
Type of Change
Related Issues
Fixes #(issue)
Checklist
Testing
Additional Notes