-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* staging check for prs to main * remove run gcp for push to staging * Optional fellowship switch (#280) * add test for approved applicant * fmt * add ensure role to runtime --------- Co-authored-by: Sam Elamin <hussam.elamin@gmail.com> * Foreign token minting tests (#282) * test * forign signer can mint * negative minting test * remove it (#285) * Autofinalise dispute where jury size == 1 (#279) * autocomplete dispute where jury size = 1 * refactor tests to include jury * fmt * give briefs a jury! * fmt * fix tests from merge * remove it (#285) --------- Co-authored-by: Sam Elamin <hussam.elamin@gmail.com> * new benchmarks template * remove old script * benchmark script :) * hmm * clear votes with tests (#289) * Eoa field (#287) * new types * ensure supported currency method * brief migration, fixes * fixes * fmt * fix up benchmarks * fix brief test * update imbue image for rococo * clear votes with tests * fix merge * fix * fix * fmt * fix --------- Co-authored-by: samelamin <hussam.elamin@gmail.com> * add default fellows to selector, fix template * fiddle * generate new weights using script * fmt * use release profile --------- Co-authored-by: Sam Elamin <hussam.elamin@gmail.com>
- Loading branch information
Showing
37 changed files
with
1,297 additions
and
471 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,6 @@ pub(crate) mod v1 { | |
}; | ||
|
||
v2::BriefsV2::<T>::insert(key, migrated); | ||
|
||
} | ||
}) | ||
} | ||
|
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.