Procházet zdrojové kódy

Versioned store permissions module monorepo preparation

Shamil Gadelshin před 5 roky
rodič
revize
d10d431e93

+ 0 - 15
.gitignore

@@ -1,15 +0,0 @@
-# Generated by Cargo
-# will have compiled files and executables
-**/target/
-
-# Cargo lock file for native runtime - only used for cargo test
-Cargo.lock
-
-# These are backup files generated by rustfmt
-**/*.rs.bk
-
-# JetBrains IDEs
-.idea
-
-# Vim
-.*.sw*

+ 0 - 15
.travis.yml

@@ -1,15 +0,0 @@
-language: rust
-
-rust:
-  - 1.41.1
-
-cache:
-  - cargo
-
-before_script:
-  - rustup component add rustfmt
-
-script:
-  - cargo fmt --all -- --check
-  - cargo test --verbose --all
-

+ 0 - 2
README.md

@@ -1,2 +0,0 @@
-# substrate-versioned-store-permissions-module
-Permissioned access to the versioned store

+ 0 - 0
Cargo.toml → runtime-modules/versioned-store-permissions/Cargo.toml


+ 0 - 0
src/constraint.rs → runtime-modules/versioned-store-permissions/src/constraint.rs


+ 0 - 0
src/credentials.rs → runtime-modules/versioned-store-permissions/src/credentials.rs


+ 0 - 0
src/lib.rs → runtime-modules/versioned-store-permissions/src/lib.rs


+ 0 - 0
src/mock.rs → runtime-modules/versioned-store-permissions/src/mock.rs


+ 0 - 0
src/operations.rs → runtime-modules/versioned-store-permissions/src/operations.rs


+ 0 - 0
src/permissions.rs → runtime-modules/versioned-store-permissions/src/permissions.rs


+ 0 - 0
src/tests.rs → runtime-modules/versioned-store-permissions/src/tests.rs