Browse Source

Stake monorepo preparation

Shamil Gadelshin 5 years ago
parent
commit
736ef57c24

+ 0 - 9
.gitignore

@@ -1,9 +0,0 @@
-
-# Ignore output folder for build
-target
-
-# Cargo lock file for native runtime - only used for cargo test
-./Cargo.lock
-
-# Ignore files generated by JetBrains IDEs:
-.idea

+ 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 - 0
Cargo.toml → runtime-modules/stake/Cargo.toml


+ 0 - 0
src/errors.rs → runtime-modules/stake/src/errors.rs


+ 0 - 0
src/lib.rs → runtime-modules/stake/src/lib.rs


+ 0 - 0
src/macroes.rs → runtime-modules/stake/src/macroes.rs


+ 0 - 0
src/mock.rs → runtime-modules/stake/src/mock.rs


+ 0 - 0
src/tests.rs → runtime-modules/stake/src/tests.rs