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

Use transient storage for reentrancy guards #96

Draft
wants to merge 18 commits into
base: develop
Choose a base branch
from
Draft

Conversation

gvladika
Copy link
Contributor

@gvladika gvladika commented Oct 18, 2024

Introduces use of transient storage for reentrancy guards in standard and custom gateway.

Solidity compiler is bumped to 0.8.28. and used to compile all contracts. One consequence is that CREATE2 addresses will change due to different bytecode. When token bridge creator is upgraded, templates need to re-set as well.

@cla-bot cla-bot bot added the cla-signed label Oct 18, 2024
@gvladika gvladika changed the title WIP use transient storage for reentrancy guards Use transient storage for reentrancy guards Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant