-
Notifications
You must be signed in to change notification settings - Fork 721
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
Automated drep (Scenario 1) #5815
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
3bea234
Create scafolding for "Predefined Abstain DRep" test
palas 1c6e476
Test predefined always abstain DRep
palas a855a05
Add comment to `hprop_check_predefined_abstain_drep` explaining what …
palas f222b9e
Add comment to `getDesiredPoolNumberValue` explaining what the `desir…
palas 05bc5ec
Used a type synonym for `votes` and added comments to `voteChangeProp…
palas 93af416
Add `HasCallStack` to several functions
palas 2cb5a18
Remove unneccessary `fromIntegral` usages
palas 73af6e9
Added Haddocks to arguments for several functions
palas 7f19ce7
Used `getGovState` instead of calling `cardano-clì`
palas 232baa7
Refactor out and generalize `waitAndCheck` function
palas 4e2eed9
Change witness to be `ConwayEraOnwards`
palas 55c368d
Added comments to the new `waitAndCheckNewEpochState` function
palas e63437c
Modify `desiredPoolNumberProposalTest` to use `waitAndCheckNewEpochSt…
palas 4fc4523
Apply watchdog
palas 935c809
Remove `startLedgerNewEpochStateLogging`
palas 0bd7d6c
Improve comment in `hprop_check_predefined_abstain_drep`
palas 23b9a30
Fix typos in `getDesiredPoolNumberValue`
palas b7107f4
Abstract out era in `delegateToAlwaysAbstain`
palas ed50065
Remove waiting bit from `waitAndCheckNewEpochState` and use `watchEpo…
palas b17f09a
Modify `waitForEpochs` to use `watchEpochStateView`
palas 76866df
Replace some usages of `waitUntilEpoch` with `waitForEpochs`
palas c53a5a1
Kick watchdog in middle of `DRep Activity` test
palas aa05e61
Remove `findCondition` function
palas 7e32694
Fix issue with vote counting
palas d401f36
Adjust `cardanoEpochLength` to avoid flakiness
palas 5b62ae6
Disable tests that don't work
palas 342c405
Fix delay in PlutusV3 test
palas 1d715dc
Remove unnecessary "$"
palas 5b16cd1
Increase polling frequency
palas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
findLargestUtxoWithAddress
should be modified to recurse if no UTxOs are found and terminate at a specified termination epoch.