Skip to content

feat: (levm) add Storage opcodes#576

Merged
jrchatruc merged 17 commits into
mainfrom
levm/feat/storage
Oct 2, 2024
Merged

feat: (levm) add Storage opcodes#576
jrchatruc merged 17 commits into
mainfrom
levm/feat/storage

Conversation

@belfortep

@belfortep belfortep commented Sep 27, 2024

Copy link
Copy Markdown
Contributor

Motivation

Adds the storage related opcodes to LEVM

Description

Adds the Db struct with accounts, and the storage for such accounts

Closes #487
Closes #488

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

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

LGTM

Comment thread crates/levm/src/vm.rs Outdated
belfortep and others added 3 commits September 30, 2024 12:09
Co-authored-by: Juan Ignacio Medone Sabatini <74007712+juanimedone@users.noreply.github.com>

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

good work!

@jrchatruc jrchatruc added this pull request to the merge queue Oct 2, 2024
Merged via the queue into main with commit e715a6e Oct 2, 2024
@jrchatruc jrchatruc deleted the levm/feat/storage branch October 2, 2024 19:50
emirongrr pushed a commit to emirongrr/ethrex that referenced this pull request Nov 10, 2024
**Motivation**

<!-- Why does this pull request exist? What are its goals? -->
Adds the storage related opcodes to LEVM

**Description**

Adds the `Db` struct with accounts, and the storage for such accounts

<!-- A clear and concise general description of the changes this PR
introduces -->

<!-- Link to issues: Resolves lambdaclass#111, Resolves lambdaclass#222 -->

Closes lambdaclass#487 
Closes lambdaclass#488

---------

Co-authored-by: Juan Ignacio Medone Sabatini <74007712+juanimedone@users.noreply.github.com>
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: SSTORE Opcode: SLOAD

4 participants