hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
313 stars 138 forks source link

refactor: smart contract's override of `selfdestruct` should descent from Besu's implementation #14756

Open david-bakin-sl opened 3 months ago

david-bakin-sl commented 3 months ago

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.

hendrikebbers commented 1 month ago

@david-bakin-sl can you add a more detailed description for the issue to make it a "good first issue" in future?