Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
4ffc7cf3
Unverified
Commit
4ffc7cf3
authored
Sep 10, 2024
by
smartcontracts
Committed by
GitHub
Sep 10, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
maint: clarify interface fixes are manual (#11835)
parent
3ac725a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
check-interfaces.sh
...ages/contracts-bedrock/scripts/checks/check-interfaces.sh
+3
-0
No files found.
packages/contracts-bedrock/scripts/checks/check-interfaces.sh
View file @
4ffc7cf3
...
@@ -210,6 +210,9 @@ if [ "$issues_detected" = true ]; then
...
@@ -210,6 +210,9 @@ if [ "$issues_detected" = true ]; then
echo
"If the interface is an external dependency or should otherwise be excluded from this"
echo
"If the interface is an external dependency or should otherwise be excluded from this"
echo
"check, add the interface name to the EXCLUDE_CONTRACTS list in the script. This will prevent"
echo
"check, add the interface name to the EXCLUDE_CONTRACTS list in the script. This will prevent"
echo
"the script from comparing it against a corresponding contract."
echo
"the script from comparing it against a corresponding contract."
echo
"IMPORTANT: Interface files are NOT yet generated automatically. You must fix any"
echo
"listed discrepancies manually by updating the specified interface file. Automated"
echo
"interface generation is dependent on a few Forge bug fixes."
exit
1
exit
1
else
else
exit
0
exit
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment