move genesis liquidity tests to its own pallet

This commit is contained in:
akildemir
2024-09-16 15:01:04 +03:00
parent bdcc061bb4
commit cb0eba2426
10 changed files with 574 additions and 504 deletions

View File

@@ -706,7 +706,7 @@ pub mod pallet {
(!Keys::<T>::contains_key(ValidatorSet { network, session: Session(session.0 - 1) }))
}
fn new_session() {
pub fn new_session() {
for network in serai_primitives::NETWORKS {
// If this network hasn't started sessions yet, don't start one now
let Some(current_session) = Self::session(network) else { continue };