hedera-services icon indicating copy to clipboard operation
hedera-services copied to clipboard

Remove redundant check for static frame in `CustomSelfDestructOperation`.

Open lukelee-sl opened this issue 8 months ago • 2 comments

Problem

The CustomSelfDestructOperation does not descend from or use the Besu implementation of SelfDestructOperation. Perhaps we should for reference even if we do not call the super class.

There is a redundant check for static frame. Analyze if the check can be removed.
We are missing a check for static frames

Solution

Consider descending from the Besu implementation of SelfDestructOperation for reference. Analyze check for static frame and remove redundant check if safe.

Alternatives

No response

lukelee-sl avatar Jun 25 '24 16:06 lukelee-sl