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
645eecf4
Unverified
Commit
645eecf4
authored
Dec 05, 2022
by
Maurelian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ctb: Prevent echidna calling fallback and initialize
parent
a2166dca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
FuzzResourceMetering.sol
...tracts-bedrock/contracts/echidna/FuzzResourceMetering.sol
+1
-1
echidna.yaml
packages/contracts-bedrock/echidna.yaml
+3
-0
No files found.
packages/contracts-bedrock/contracts/echidna/FuzzResourceMetering.sol
View file @
645eecf4
...
...
@@ -14,7 +14,7 @@ contract EchidnaFuzzResourceMetering is ResourceMetering {
initialize();
}
function initialize()
public
initializer {
function initialize()
internal
initializer {
__ResourceMetering_init();
}
...
...
packages/contracts-bedrock/echidna.yaml
View file @
645eecf4
...
...
@@ -4,3 +4,6 @@ format: text
# Set the timeout to 3 minutes to keep CI from getting too long.
# The tool also adds 2 or 3 minutes before/after the actual timeout window.
timeout
:
180
# Prevent calls to the (non-existent) fallback function of EchidnaFuzzResourceMetering
filterFunctions
:
[
EchidnaFuzzResourceMetering.*fallback*()
]
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