Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement storage access for contracts written in Rust #30

Merged
merged 5 commits into from
Dec 9, 2024

Conversation

virgil-serbanuta
Copy link
Member

This implements storage for objects that fit in U256 (i.e., objects that span a single Ethereum storage entry).

Fixes #29

@virgil-serbanuta virgil-serbanuta marked this pull request as ready for review December 5, 2024 23:16
Copy link

@sskeirik sskeirik left a comment

Choose a reason for hiding this comment

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

Looks great! Thanks!

One minor wondering I have is if it is worth it to have a separate Ulm and UlmHooks interface. I haven't though this through carefully though. Anyway, would love to get your thoughts on that issue at some point.

@virgil-serbanuta virgil-serbanuta merged commit 830119d into master Dec 9, 2024
2 checks passed
@virgil-serbanuta virgil-serbanuta deleted the storage branch December 9, 2024 20:51
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.

Implement storage access objects in Rust/Wasm
2 participants