8000 Implement EIP 6780 change in SELFDESTRUCT by sjnam · Pull Request #1986 · klaytn/klaytn · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Implement EIP 6780 change in SELFDESTRUCT #1986

Merged
merged 8 commits into from
Oct 11, 2023
Merged

Implement EIP 6780 change in SELFDESTRUCT #1986

merged 8 commits into from
Oct 11, 2023

Conversation

sjnam
Copy link
Contributor
@sjnam sjnam commented Oct 5, 2023

Proposed changes

SELFDESTRUCT will recover all funds to the caller but not delete the account, except when called in the same transaction as creation

Types of changes

Please put an x in the boxes related to your change.

  • Bugfix
  • New feature or enhancement
  • Others

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the CONTRIBUTING GUIDELINES doc
  • I have signed the CLA
  • Lint and unit tests pass locally with my changes ($ make test)
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

Related issues

  • Please leave the issue numbers or links related to this PR here.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

8000
@sjnam sjnam changed the title Eip 6780 selfdestruct Implement EIP 6780 Oct 5, 2023
@sjnam sjnam self-assigned this Oct 6, 2023
hyunsooda
hyunsooda previously approved these changes Oct 6, 2023
@blukat29 blukat29 changed the title Implement EIP 6780 Implement EIP 6780 change in SELFDESTRUCT Oct 6, 2023
hyunsooda
hyunsooda previously approved these changes Oct 10, 2023
blukat29
blukat29 previously approved these changes Oct 11, 2023
Copy link
Contributor
@blukat29 blukat29 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Let's check the behavior at the QA phase.

yoomee1313
yoomee1313 previously approved these changes Oct 11, 2023
@sjnam sjnam dismissed stale reviews from yoomee1313 and blukat29 via 4e742f0 October 11, 2023 05:54
@sjnam
Copy link
Contributor Author
sjnam commented Oct 11, 2023

@ian0371
I would like to remove the newly introduced errStopToken and apply this PR first, and then apply ethereum/go-ethereum#23952 as the new PR.

Copy link
Contributor
@ian0371 ian0371 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great, thanks

@sjnam sjnam merged commit c5efa4f into klaytn:dev Oct 11, 2023
@sjnam sjnam deleted the eip-6780-selfdestruct branch October 11, 2023 06:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants
0