-
Notifications
You must be signed in to change notification settings - Fork 6
chore: modify custom components for custom start #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Claude finished @tac0turtle's task —— View job PR Review in Progress
|
damiannolan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it such that the base fee sink and mint precompile features are both to be included in the same "upgrade" ?
If you wanted to align with eth naming convention you could name the upgrade and give it the config upgradeNameBlock: {block_number} e.g. evolveBlock: 100000
Also fine to keep using the activation height convention.
PR seems pretty clear to follow. Nice job
| "terminalTotalDifficultyPassed": true, | ||
| "evolve": { | ||
| "baseFeeSink": "0x00000000000000000000000000000000000000fe" | ||
| "baseFeeSink": "0x00000000000000000000000000000000000000fe", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this also need to include something about mint admin? or is it completely optional?
...opt right
If no mint admin is specified, the precompile is still available but will reject all calls.

Description
Type of Change
Related Issues
Fixes #(issue)
Checklist
Testing
Additional Notes