EIPs icon indicating copy to clipboard operation
EIPs copied to clipboard

Cleanup unused import in weak subjectivity calc

Open clarenew opened this issue 1 month ago • 3 comments

Dropped the unused MAX_DEPOSITS import from assets/eip-6110/eth2_ws_calc.py, relying on the local constant that already provides the needed value. No behavioral changes expected.

clarenew avatar Nov 13 '25 13:11 clarenew

File EIPS/eip-6110.md

Requires 1 more reviewers from @g11tech, @lightclient, @samwilsn, @xinbenlv

eth-bot avatar Nov 13 '25 13:11 eth-bot

@g11tech pls review

clarenew avatar Nov 13 '25 13:11 clarenew

this PR as such seems correct as the MAX_DEPOSITS is being assigned in the compute fn itself, but may be authors want to use the import value and not the hardcoded one. so considering that it would be better if any of the authors can confirm/approve this PR or the other approach

g11tech avatar Dec 09 '25 16:12 g11tech