-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✅ Comprehensive community round tests (518) (#229)
* upgrade worked * nit * format auction tests, remove v0-v1 funding migration due to old types reliance * save * changes * finish tests * warnings * Just's comments * Just's comments * Just's comments * Just's comments. Test a bid split going over the limits fails. Doesn't fail now, needs fixing * fixed tests by changing logic * min ticket now uses current bucket size * fix warnings * simplify test * more bucket assets * combine tests * remove unnecessary test * Restructure community funding tests Add test for evaluation of 0 * save * Add constant attribute and enhance test cases * add lower bound of 100 USD to evaluations * move credential checks to fail mod * 🔥 remove evaluation over limit bench * 🐛 fix benchmark * 🚸 rename extrinsic param to `ct_amount` * ✅ fix price calculation, add bidder contributor tests * ✅ insufficient funds test, failing outside community round test * ✅ all pallet tests passing, I'm happy with the paths tested. Integration tests need fixing * 🐛 fix integration tests * feedback * feedback * save * feedback * feedback * last feedback addressing * merge * fmt + wap calculation change * fix warnings * remove test and split another * fix warnings, ignore test
- Loading branch information
Showing
12 changed files
with
1,315 additions
and
1,298 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 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 |
---|---|---|
@@ -1,5 +1,3 @@ | ||
use super::*; | ||
|
||
#[macro_export] | ||
/// Example: | ||
/// ``` | ||
|
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.