@@ -3721,25 +3721,6 @@ dependencies = [
"sp-std",
]
-[[package]]
-name = "pallet-team"
-version = "1.0.0"
-dependencies = [
- "frame-support",
- "frame-system",
- "pallet-balances",
- "pallet-common",
- "pallet-membership",
- "pallet-timestamp",
- "parity-scale-codec",
- "serde",
- "sp-arithmetic",
- "sp-core",
- "sp-io",
- "sp-runtime",
- "sp-std",
-]
-
[[package]]
name = "pallet-timestamp"
version = "2.0.0-rc4"
@@ -3872,6 +3853,25 @@ dependencies = [
+[[package]]
+name = "pallet-working-team"
+version = "1.0.0"
+dependencies = [
+ "frame-support",
+ "frame-system",
+ "pallet-balances",
+ "pallet-common",
+ "pallet-membership",
+ "pallet-timestamp",
+ "parity-scale-codec",
+ "serde",
+ "sp-arithmetic",
+ "sp-core",
+ "sp-io",
+ "sp-runtime",
+ "sp-std",
+]
+
name = "parity-db"
version = "0.1.2"
@@ -19,7 +19,7 @@ members = [
"runtime-modules/versioned-store",
"runtime-modules/versioned-store-permissions",
"runtime-modules/working-group",
- "runtime-modules/team",
+ "runtime-modules/working-team",
"node",
"utils/chain-spec-builder/"
@@ -1,5 +1,5 @@
[package]
version = "1.0.0"
authors = ['Joystream contributors']
edition = '2018'
@@ -98,7 +98,7 @@ decl_event!(
);
decl_storage! {
- trait Store for Module<T: Trait<I>, I: Instance> as Team {
+ trait Store for Module<T: Trait<I>, I: Instance> as WorkingTeam {
/// Next identifier value for new job opening.
pub NextOpeningId get(fn next_opening_id): T::OpeningId;