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
v1.4.0-alpha.1 of the consensus specs adds data_gas_used to the header and changes data_gas_used from uint256 to uint64. PR #7639 implements the change, but w/o the necessary updates to the SSZ tests, whose embed SSZ serialization is obsolete now. Namely, the following tests need to be updated:
TestHashTreeRoot
TestGetters
TestBlockProcessingDeneb
TestEncodeDecode
The text was updated successfully, but these errors were encountered:
v1.4.0-alpha.1 of the consensus specs adds
data_gas_used
to the header and changesdata_gas_used
from uint256 to uint64. PR #7639 implements the change, but w/o the necessary updates to the SSZ tests, whose embed SSZ serialization is obsolete now. Namely, the following tests need to be updated:The text was updated successfully, but these errors were encountered: