Skip to content

Commit

Permalink
tests/6780: Remove TODO, added issue #227
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Jul 25, 2023
1 parent 77ad277 commit 713ed56
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/cancun/eip6780_selfdestruct/test_selfdestruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,6 @@
# Sentinel value to indicate that the contract should not self-destruct.
NO_SELFDESTRUCT = "0x0"

# TODO:

# - Create and destroy multiple contracts in the same tx
# - Create multiple contracts in a tx and destroy only one of them, but attempt to destroy the
# other one in a subsequent tx
# - Create a contract and try to destroy using another call type (e.g. Delegatecall then destroy)
# - Create a contract that creates another contract, then selfdestruct only the parent
# (or vice versa)
# - SENDALL to multiple different contracts in a single tx, from a single or multiple contracts,
# all of which would not self destruct (or perhaps some of them would and some others won't)
# Recursive contract creation and self-destruction


@pytest.fixture
def eip_enabled(fork: Fork) -> bool:
Expand Down

0 comments on commit 713ed56

Please sign in to comment.