-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds NoOp implementation for the `Polling` trait and updates benchmarks in `pallet-ranked-collective`. --------- Co-authored-by: Oliver Tale-Yazdi <[email protected]>
- Loading branch information
1 parent
9f8656b
commit 9f603b1
Showing
6 changed files
with
282 additions
and
156 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
title: No-op Impl Polling Trait | ||
|
||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
Provide a NoOp implementation of the Polling trait for unit where the trait is defined and skiping benchmarks that necessitate it's definition. | ||
|
||
crates: | ||
- name: pallet-core-fellowship | ||
bump: minor | ||
- name: pallet-ranked-collective | ||
bump: minor | ||
- name: pallet-salary | ||
bump: minor | ||
- name: frame-support | ||
bump: minor |
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.