colonyNetwork icon indicating copy to clipboard operation
colonyNetwork copied to clipboard

Update selfdestruct behavior

Open kronosapiens opened this issue 9 months ago • 2 comments

With the move to Hardhat 2.22 and the Dencun hardfork, the behavior of selfdestruct has changed. We should update our contracts accordingly.

kronosapiens avatar May 01 '24 16:05 kronosapiens

Presumably, we should also actually not call selfdestruct, and mimic the behaviour it had (i.e. send the current ether balance of this to the caller)

area avatar May 02 '24 14:05 area

Note: do any currently deployed contracts depend on the destruction assumption?

kronosapiens avatar May 06 '24 14:05 kronosapiens

Closed in favor of #1254

kronosapiens avatar May 20 '24 14:05 kronosapiens