-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add funding JSON file for RetroPGF * Improve foundry setup (#67) * chore: Remove dependencies * chore: Add foundry.toml * forge install: forge-std v1.7.6 * chore: Remove remappings * chore: Add .nvmrc * chore: Add test workflow * chore: Setup foundry in github workflow * fix: Include recursive submodules in github workflow * Deleting GitHub workflow from the PR because of safety concerns. Accepting all other changes. --------- Co-authored-by: Gonçalo Sá <[email protected]> * Remove non-aligned equality function to address concerns in #69 --------- Co-authored-by: Ján Jakub Naništa <[email protected]>
- Loading branch information
1 parent
c433288
commit bb249f6
Showing
8 changed files
with
16 additions
and
99 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "lib/forge-std"] | ||
path = lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
v18.16.0 |
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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[profile.default] | ||
solc-version = '0.8.22' | ||
src = 'contracts' | ||
test = 'test' | ||
cache_path = 'cache' | ||
libs = ['lib'] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,13 +20,12 @@ | |
"authors": [ | ||
"Gonçalo Sá <[email protected]>" | ||
], | ||
"scripts": { | ||
"test": "forge test" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/GNSPS/solidity-bytes-utils/issues" | ||
}, | ||
"homepage": "https://github.com/GNSPS/solidity-bytes-utils#readme", | ||
"dependencies": { | ||
"ds-test": "github:dapphub/ds-test", | ||
"forge-std": "^1.1.2" | ||
} | ||
"homepage": "https://github.com/GNSPS/solidity-bytes-utils#readme" | ||
} |
This file was deleted.
Oops, something went wrong.