-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update forge std, git submodule command & nix flake for solidity comp…
…iler (#1368) * include solc_0_8_19 in nix flake * use latest forge-std * fix git:submodule:sync command
- Loading branch information
Showing
5 changed files
with
61 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[submodule "lib/forge-std"] | ||
path = lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
branch = v1.3.0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule forge-std
updated
17 files
+1 −1 | foundry.toml | |
+1 −1 | lib/ds-test | |
+2 −2 | package.json | |
+91 −40 | src/StdAssertions.sol | |
+29 −21 | src/StdChains.sol | |
+93 −26 | src/StdCheats.sol | |
+5 −5 | src/StdInvariant.sol | |
+28 −28 | src/StdJson.sol | |
+333 −0 | src/StdStyle.sol | |
+27 −3 | src/StdUtils.sol | |
+5 −1 | src/Test.sol | |
+29 −1 | src/Vm.sol | |
+176 −0 | test/StdAssertions.t.sol | |
+16 −3 | test/StdChains.t.sol | |
+92 −3 | test/StdCheats.t.sol | |
+110 −0 | test/StdStyle.t.sol | |
+8 −0 | test/StdUtils.t.sol |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters