Open david-bakin-sl opened 2 months ago
See #16091 for BLOBBASEFEE issue. SELFDESTRUCT issue still being investigated.
Issue reported for SELFDESTRUCT is that EIP-6780 clearly states that the target address for the sweep aka the beneficiary aka the obtainer (in our code for contract delete) can be the contract address itself and there are two cases:
(The case of a HAPI ContractDelete call is that it always fails if there's a balance and the beneficiary is the contract account.)
Reported questions about
SELFDESTRUCT
andBLOBBASEFEE
(from test/examples in this repo).Update: BLOBBASEFEE found to be an bug - issue #237