Skip to content

Commit

Permalink
test(solidity): upgrade pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha committed Aug 9, 2024
1 parent 7120d1f commit 39d54af
Show file tree
Hide file tree
Showing 10 changed files with 566 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "lib/v3-periphery"]
path = lib/v3-periphery
url = https://github.com/uniswap/v3-periphery
[submodule "lib/solady"]
path = lib/solady
url = https://github.com/Vectorized/solady
4 changes: 2 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[profile.default]
solc_version = '0.8.25'
solc_version = '0.8.26'
src = 'src'
out = 'out'
libs = ['lib']
Expand Down Expand Up @@ -160,7 +160,7 @@ yul = true
stackAllocation = true
# ACHTUNG! Setting this is extremely dangerous
# {@see {@link https://soliditylang.org/blog/2023/07/19/full-inliner-non-expression-split-argument-evaluation-order-bug/} }
# optimizerSteps = 'u:'
optimizerSteps = 'jmul[jul] VcTOcul jmul'

# [default.model_checker]
# contracts = { '/path/to/project/src/Contract.sol' = [ 'Contract' ] }
Expand Down
1 change: 1 addition & 0 deletions lib/solady
Submodule solady added at 11c27f
Loading

0 comments on commit 39d54af

Please sign in to comment.