-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Turn NoPruneContracts into DepositContract #10062
Conversation
Further, the |
Yes, I understand, but my preference is for simplicity over generality, especially when we don't have a strong ask for such extended functionality. |
But OK, let me redo it slightly and leave the logic generic. |
Granted that for now, deposit contract should be added to the |
OK, I'll revert to the simpler original version then. What I want to avoid is having duplicate |
One more point: we are shifting our approach anyways with Erigon3, which will not have the logs pruning logic. 6110 will be a part of Erigon3, i presume. |
As discussed, will merge after the switch to e3 |
I've rebased this to e3 and created a follow-up Issue #10153. @somnathb1 @racytech please approve |
Since EIP-6110 requires deposit contract address in the config, and the
NoPruneContracts
logic was used only for deposit contracts, it makes sense to turnNoPruneContracts
intoDepositContract
.