Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate SetCloud #615 #616

Merged
merged 1 commit into from
Nov 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
160 changes: 112 additions & 48 deletions Cargo.lock

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ members = [
# 'lib-serml/serp-ocw',
# 'lib-serml/serp-setmint',
# 'lib-serml/serp-treasury',
# 'lib-serml/setcloud-benefits',
# 'lib-serml/setcloud-market',
# 'lib-serml/setcloud-swork',
# 'lib-serml/setcloud-swork/benchmarking',
# 'lib-serml/staking',
# 'lib-serml/support',
# 'lib-serml/transaction-payment',

Expand All @@ -60,13 +55,6 @@ members = [
'open-lib/traits',
'open-lib/utilities',
]
exclude = [
"utils/webpki",
"utils/ring",
"utils/serde_json_no_std",
"utils/serde_derive_no_std",
"utils/serde_derive_no_std"
]
resolver = "2"

# exclude = ['rpc']
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ For all the SERML (Setheum Runtime Module Library) modules Check the [lib-serml]

This project contains some configuration files to help get started :hammer_and_wrench:

### Rust Setup

Follow the [Rust setup instructions](./doc/rust-setup.md) before using the included Makefile to
build the Setheum node.

## Initialisation

Clone this repository:
Expand All @@ -91,6 +86,8 @@ Install Rust:
curl https://sh.rustup.rs -sSf | sh
```

> If, after installation, running `rustc --version` in the console fails, refer to [it](https://www.rust-lang.org/tools/install) to repair.

You can install developer tools on Ubuntu 20.04 with:

```bash
Expand Down
40 changes: 0 additions & 40 deletions lib-serml/balances/Cargo.toml

This file was deleted.

194 changes: 0 additions & 194 deletions lib-serml/balances/src/benchmarking.rs

This file was deleted.

Loading