Skip to content

feat: (levm) Add create opcodes#588

Merged
jrchatruc merged 19 commits into
mainfrom
levm/feat/create
Oct 3, 2024
Merged

feat: (levm) Add create opcodes#588
jrchatruc merged 19 commits into
mainfrom
levm/feat/create

Conversation

@belfortep

@belfortep belfortep commented Sep 30, 2024

Copy link
Copy Markdown
Contributor

Motivation

Add the CREATE and CREATE2 opcodes for levm

Description

  • Adds the CREATE and CREATE2 opcodes for levm
  • Add nonce field for accounts
  • Different test cases for the opcodes

Closes #528
Closes #533

@belfortep belfortep marked this pull request as ready for review October 1, 2024 14:03
@belfortep belfortep requested a review from a team as a code owner October 1, 2024 14:03

@iinaki iinaki left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nice work, I really liked the tests :))

@jrchatruc jrchatruc added this pull request to the merge queue Oct 3, 2024
Merged via the queue into main with commit a118a94 Oct 3, 2024
@jrchatruc jrchatruc deleted the levm/feat/create branch October 3, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Opcode: CREATE2 Opcode: CREATE

3 participants