8000 vm: add blobbasefee, blobhash opcode, 0x0a kzg precompiled contract by yoomee1313 · Pull Request #2032 · 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.

vm: add blobbasefee, blobhash opcode, 0x0a kzg precompiled contract #2032

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

yoomee1313
Copy link
Contributor

Proposed changes

  • This PR brings the part of eip-4844, eip-7516 to support cancun hardfork
  • Newly added evm items
    • BlobHash opcode (opcode num: 0x49)
    • BlobBaseFee opcode (opcode num: 0x50)
    • zkg point evaluation precompiled contract (address: 0x0a)

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...

@yoomee1313 yoomee1313 self-assigned this Nov 14, 2023
@yoomee1313 yoomee1313 force-pushed the vm/bring-blob-related-eips branch from f4161c0 to 639f9ed Compare November 14, 2023 08:26
@yoomee1313 yoomee1313 force-pushed the vm/bring-blob-related-eips branch from 639f9ed to c8d9a00 Compare November 15, 2023 06:13
@yoomee1313 yoomee1313 marked this pull request as ready for review November 15, 2023 07:58
blukat29
blukat29 previously approved these changes Nov 15, 2023
Co-authored-by: Yunjong Jeong (ollie) <jeongyoonjong@gmail.com>
@yoomee1313 yoomee1313 merged commit ed928bd into klaytn:dev Nov 16, 2023
@yoomee1313 yoomee1313 deleted the vm/bring-blob-related-eips branch November 16, 2023 01:47
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.

3 participants
0