Skip to content

feat: store account storage in db#64

Merged
juanbono merged 19 commits intomainfrom
account-storage-db
Jun 26, 2024
Merged

feat: store account storage in db#64
juanbono merged 19 commits intomainfrom
account-storage-db

Conversation

@fmoletta
Copy link
Contributor

@fmoletta fmoletta commented Jun 26, 2024

Based on #63
Motivation

Enable storing account storage in DB

Description

  • Create AccountStorages table mapping account addresses & storage keys to storage values

Closes #41

@fmoletta fmoletta changed the base branch from main to account-info-db June 26, 2024 17:27
@fmoletta fmoletta marked this pull request as ready for review June 26, 2024 17:31
@fmoletta fmoletta requested a review from a team as a code owner June 26, 2024 17:31
@fmoletta fmoletta marked this pull request as draft June 26, 2024 18:17
@fmoletta fmoletta marked this pull request as ready for review June 26, 2024 18:45
Base automatically changed from account-info-db to main June 26, 2024 21:19
@juanbono juanbono merged commit ed29cef into main Jun 26, 2024
@juanbono juanbono deleted the account-storage-db branch June 26, 2024 22:11
Copy link
Collaborator

@MegaRedHand MegaRedHand left a comment

Choose a reason for hiding this comment

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

Great work!

juanbono pushed a commit that referenced this pull request Jun 26, 2024
Based on #64
**Motivation**

 Enable storing account codes in DB
 
**Description**

* Create `AccountCodes` table mapping code hash to bytecode

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

Closes #42

---------

Co-authored-by: Tomás Grüner <47506558+MegaRedHand@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.

Store account storage in DB

3 participants