-
Notifications
You must be signed in to change notification settings - Fork 5
Adding fuzz tests with Wake #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
meditationduck
wants to merge
42
commits into
lidofinance:develop
Choose a base branch
from
Ackee-Blockchain:feat/add-wake-test
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Adding fuzz tests with Wake #89
meditationduck
wants to merge
42
commits into
lidofinance:develop
from
Ackee-Blockchain:feat/add-wake-test
Conversation
This file contains hidden or 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
…sts for batch requests
…liability Add oracle report freshness check
…nitialize Fix/i6 redundant initialize
…eeding-bad-debt Test: rebalance exceeding during bad debt
…t-check Update checkpoint hint logic to handle `NOT_FOUND` case
…idation fix: ggvstrategy wsteth validation
fix: more robust ordering of checks/effects for requestWithdrawal (I-33)
Removed initialization of lastProcessedBlock in the constructor to 0
…hecks fix(Factory): check executor and proposer are non-zero
…izer fix(WQ): non-zero address check for _finalizer on initialize
fix(Distributor): restrict setMerkleRoot be called twice in same block
fix: update GGVParamsSupply
Improve wsteth rounding tests
fix(StvStETHPool): remove ineffective RR check in ctor
Co-authored-by: arwer13 <[email protected]>
remove GGV from factory
fix: internal review
3a34262 to
dc1ae9e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a fuzz test on the Vaults Wrapper without integration with the Vaults in the core repository.
The integration fuzz test with the core repository exists at https://github.com/Ackee-Blockchain/tests-lido-vaults-wrapper.
The fuzz test targets the contracts at commit hash ac004a8.
If there are questions or a preferred folder structure, let us know.