The Merkle tree creation inside the computePhase0Eth1DataRoot function is incorrect.
Provide direct links to all referenced code in GitHub. Add screenshots, logs, or any other relevant proof that illustrates the concept. Not all fields of eth1DataFields are being used in an array due to the usage of i < ETH1_DATA_FIELD_TREE_HEIGHT instead of i<NUM_ETH1_DATA_FIELDS. Check other similar functions.
src/contracts/libraries/BeaconChainProofs.sol#L160
Math
Sidu28 (EigenLayer) disagreed with severity and commented:
Alex the Entreprenerd (judge) decreased severity to QA and commented:
Alex the Entreprenerd (judge) commented:
