Skip to content

Commit

Permalink
fix: Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
frankli-dev committed Jan 12, 2024
1 parent 4ea9b4b commit dcd3f4a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ use pallet_transaction_payment::{CurrencyAdapter, Multiplier, TargetedFeeAdjustm
pub use sp_runtime::BuildStorage;
pub use sp_runtime::{Perbill, Permill};

#[cfg(test)]
mod mock;
#[cfg(test)]
mod tests;

Expand Down
3 changes: 0 additions & 3 deletions runtime/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ use runtime_utils::{generate_account, ExtBuilder, RollTo, Trivial};
use sp_runtime::traits::BadOrigin;
use std::default::Default;

mod staking;
mod task_scheduling;

#[test]
fn pallet_scheduler_works() {
ExtBuilder::default().build_sans_config().execute_with(|| {
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// `spec_version`, and `authoring_version` are the same between Wasm and native.
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
// the compatible custom types.
spec_version: 237,
impl_version: 2,
spec_version: 238,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 11,
state_version: 1,
Expand Down

0 comments on commit dcd3f4a

Please sign in to comment.