You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current beacon state contains unnecessary information about the execution layer state. See for example #3612
This information is nowhere used in the consensus layer, yet the testsuite assume it is there in many places. The generators for empty execution payloads for example take only a beacon state as argument, and gather the latest state root of the execution layer from it.
The testsuite should be refactor so that the caller of these helpers passes the execution layer data and should not assume that a beacon state will forever hold this leaked information.
The text was updated successfully, but these errors were encountered:
The current beacon state contains unnecessary information about the execution layer state. See for example #3612
This information is nowhere used in the consensus layer, yet the testsuite assume it is there in many places. The generators for empty execution payloads for example take only a beacon state as argument, and gather the latest state root of the execution layer from it.
The testsuite should be refactor so that the caller of these helpers passes the execution layer data and should not assume that a beacon state will forever hold this leaked information.
The text was updated successfully, but these errors were encountered: