Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement EIP6780: SELFDESTRUCT only in same transaction #2733

Closed
wants to merge 37 commits into from

Conversation

jochem-brouwer
Copy link
Member

@jochem-brouwer jochem-brouwer commented May 27, 2023

Follow-up of #2612

Implements https://eips.ethereum.org/EIPS/eip-6780

This EIP is currently included in Cancun per ethereum/execution-specs#763

Note: target branch is cleanup-statemanager-v2 (PR #2702), do not merge yet. (But ready for review)

@codecov
Copy link

codecov bot commented May 27, 2023

Codecov Report

Merging #2733 (e803f8b) into cleanup-statemanager-v2 (fb2b83a) will increase coverage by 0.26%.
The diff coverage is 79.59%.

Additional details and impacted files

Impacted file tree graph

Flag Coverage Δ
block 90.82% <ø> (ø)
blockchain 90.72% <ø> (ø)
client 86.81% <ø> (ø)
common 97.00% <100.00%> (+<0.01%) ⬆️
devp2p 89.23% <ø> (?)
ethash ∅ <ø> (∅)
evm 79.99% <75.60%> (-0.03%) ⬇️
rlp ∅ <ø> (∅)
statemanager 86.74% <100.00%> (+<0.01%) ⬆️
trie 90.21% <ø> (+0.28%) ⬆️
tx 95.76% <ø> (ø)
util 81.13% <ø> (ø)
vm 81.12% <100.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@jochem-brouwer jochem-brouwer changed the title Implement EIP6780 Implement EIP6780: SELFDESTRUCT only in same transaction May 27, 2023
Base automatically changed from cleanup-statemanager-v2 to master June 1, 2023 20:31
@jochem-brouwer
Copy link
Member Author

jochem-brouwer commented Jun 10, 2023

Followed by #2771

@holgerd77 holgerd77 deleted the eip6780-v2 branch July 11, 2024 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant