You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
General design optimization (improving efficiency, cleanliness, or developer experience)
Describe the suggested feature and problem it solves.
With #473 replacing the custom solc in favor of 0.8.24, foundry will not default to 0.8.24 until it compiles at least once with some version hint (i.e. in foundry.toml or a file with pragma 0.8.24)
Afterwards, it should default to 0.8.24. in its current state, its annoying to have to manually nudge it
Describe the desired implementation.
pin solc = "0.8.24" in foundry.toml
Update any file that touches or is related to Lockers.sol. For other files, i.e. SwapMath can probably stay unchanged
Describe alternatives.
N/A
Additional context.
N/A
The text was updated successfully, but these errors were encountered:
Component
General design optimization (improving efficiency, cleanliness, or developer experience)
Describe the suggested feature and problem it solves.
With #473 replacing the custom solc in favor of
0.8.24
, foundry will not default to0.8.24
until it compiles at least once with some version hint (i.e. in foundry.toml or a file with pragma 0.8.24)Afterwards, it should default to
0.8.24
. in its current state, its annoying to have to manually nudge itDescribe the desired implementation.
solc = "0.8.24"
in foundry.tomlLockers.sol
. For other files, i.e. SwapMath can probably stay unchangedDescribe alternatives.
N/A
Additional context.
N/A
The text was updated successfully, but these errors were encountered: