-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from morpho-org/chore/update-morpho-blue
chore: update morpho-blue
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule morpho-blue
updated
9 files
+2 −2 | .github/workflows/foundry.yml | |
+1 −1 | certora/README.md | |
+1 −1 | foundry.toml | |
+1 −1 | package.json | |
+5 −5 | test/forge/BaseTest.sol | |
+1 −9 | test/forge/InvariantTest.sol | |
+13 −101 | test/forge/invariant/BaseInvariantTest.sol | |
+105 −0 | test/forge/invariant/DynamicInvariantTest.sol | |
+20 −0 | test/forge/invariant/StaticInvariantTest.sol |