Update to substrate polkadot-v0.9.43

This commit is contained in:
Luke Parker
2023-06-28 14:57:58 -04:00
parent 21f0bb2721
commit 8c020abb86
4 changed files with 531 additions and 531 deletions

View File

@@ -18,6 +18,7 @@ scale = { package = "parity-scale-codec", version = "3", default-features = fals
scale-info = { version = "2", default-features = false, features = ["derive"] }
sp-core = { git = "https://github.com/serai-dex/substrate", default-features = false }
sp-std = { git = "https://github.com/serai-dex/substrate", default-features = false }
sp-application-crypto = { git = "https://github.com/serai-dex/substrate", default-features = false }
frame-system = { git = "https://github.com/serai-dex/substrate", default-features = false }

View File

@@ -6,6 +6,7 @@ pub mod pallet {
use scale_info::TypeInfo;
use sp_core::sr25519::{Public, Signature};
use sp_std::vec::Vec;
use sp_application_crypto::RuntimePublic;
use frame_system::pallet_prelude::*;