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
However, we do not enforce/validate self.receipts during initialization. For example, if the Receipts is initialized as follows, ExecutionOutcome::len() will be 0 since self.receipts will be an empty vec.
Describe the feature
We call the following method to get the block count of a
ExecutionOutcome
:reth/crates/evm/execution-types/src/execution_outcome.rs
Lines 226 to 229 in 33bf34b
However, we do not enforce/validate
self.receipts
during initialization. For example, if theReceipts
is initialized as follows,ExecutionOutcome::len()
will be 0 sinceself.receipts
will be an empty vec.reth/crates/storage/db-common/src/init.rs
Lines 246 to 253 in 33bf34b
Additional context
No response
The text was updated successfully, but these errors were encountered: