Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Some notes on next steps
  • Loading branch information
emostov committed Jul 16, 2021
commit fd907c6e2440cdae44be9f1c61e90791d0520c6e
6 changes: 5 additions & 1 deletion frame/staking/src/remote_ext_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ async fn test_voter_bags_migration() {
.unwrap();

ext.execute_with(|| {
// regenerate ...
// - check existing data ??
// - regenerate ...
// - check regenerated data
// - stats on how each bag is occupied?
// - use real thresholds ..
// any other test we need to ...
})

Expand Down