hdp icon indicating copy to clipboard operation
hdp copied to clipboard

Filter non-provable `BlockSampledDataLake` request

Open rkdud007 opened this issue 11 months ago • 0 comments

Context

Some of the header fields might return None ( e.g. in case calling non-supported eip fields for later block ), or return some non properly handled data ( e.g ExtraData field returns "0x" in some situations ), and there might potentially more of those cases.

As HDP rust repository should filter out non-provable data before sharing to Cairo Program, it is important to identify the potential issues and return proper error message for non-provable cases.

rkdud007 avatar Mar 19 '24 11:03 rkdud007