This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Utility: add more tests for batch/batchAll/forceBatch #12506
Merged
paritytech-processbot
merged 16 commits into
paritytech:master
from
Szegoo:utility-tests
Oct 28, 2022
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
ee3ae02
Utility: add more tests for batch/batchAll/forceBatch
Szegoo ca5dd24
remove unnecessary
Szegoo 1cac7a0
Merge branch 'paritytech:master' into utility-tests
Szegoo a5e22b4
batch works with council
Szegoo 71818e7
add more tests
Szegoo 3a806e8
better call examples
Szegoo b3416de
shorter code
Szegoo 92dfc6c
Update frame/utility/src/lib.rs
Szegoo 9c13015
Update frame/utility/src/lib.rs
Szegoo f003754
Update frame/utility/src/lib.rs
Szegoo 822fbc6
update TestBaseCallFilter
Szegoo 4002f5e
fix
Szegoo 9ce8a48
Merge branch 'paritytech:master' into utility-tests
Szegoo 0384b2d
Merge branch 'master' into utility-tests
Szegoo 12b6a1a
fix?
Szegoo bf0f4f2
fix
Szegoo 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
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
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
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.
Why do you call
Council::propose
in the two other tests but not here?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.
Because I need to check for events in these two test cases for which I need the
proposal_hash
.