Skip to content

Commit

Permalink
shared storage
Browse files Browse the repository at this point in the history
  • Loading branch information
amiyatulu committed Apr 2, 2023
1 parent 27655de commit 2c1bb58
Show file tree
Hide file tree
Showing 28 changed files with 6,354 additions and 118 deletions.
63 changes: 50 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ members = [
"pallets/reaction",
"pallets/support",
"pallets/ubi",
"pallets/positive-externality-validation",
"pallets/shared-storage",
"runtime",
]
[profile.release]
Expand Down
4 changes: 2 additions & 2 deletions node/src/chain_spec.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use node_template_runtime::{
AccountId, AuraConfig, BalancesConfig, GenesisConfig, GrandpaConfig, Signature, SudoConfig, ProfileValidationConfig,
AccountId, AuraConfig, BalancesConfig, GenesisConfig, GrandpaConfig, Signature, SudoConfig, SharedStorageConfig,
SystemConfig, WASM_BINARY,
};
use sc_service::ChainType;
Expand Down Expand Up @@ -152,6 +152,6 @@ fn testnet_genesis(
key: Some(root_key),
},
transaction_payment: Default::default(),
profile_validation: Default::default(),
shared_storage: Default::default(),
}
}
Loading

0 comments on commit 2c1bb58

Please sign in to comment.