[go: up one dir, main page]

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

contracts-bedrock: bump forge-std #12149

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Conversation

tynes
Copy link
Contributor
@tynes tynes commented Sep 26, 2024

Description

Bumps forge-std to the latest release

https://github.com/foundry-rs/forge-std/tree/v1.9.3

This will help us to delete some solidity code and move
to using cheatcodes in its place.

Bumps forge-std to the latest release

https://github.com/foundry-rs/forge-std/tree/v1.9.3

This will help us to delete some solidity code and move
to using cheatcodes in its place.
@tynes tynes requested a review from a team as a code owner September 26, 2024 16:20
Copy link
Contributor

Choose a reason for hiding this comment

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

We can delete

vm.assume(uint256(uint160(_addr)) > uint256(256)); // TODO temp fix until new forge-std release with modern
as part of this

We should be able to delete our _readOr functions also

I'm ok with doing that in a separate PR though

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.

2 participants