Reorganising the repository - external renames and moves (#4074)
* Adding first rough ouline of the repository structure * Remove old CI stuff * add title * formatting fixes * move node-exits job's script to scripts dir * Move docs into subdir * move to bin * move maintainence scripts, configs and helpers into its own dir * add .local to ignore * move core->client * start up 'test' area * move test client * move test runtime * make test move compile * Add dependencies rule enforcement. * Fix indexing. * Update docs to reflect latest changes * Moving /srml->/paint * update docs * move client/sr-* -> primitives/ * clean old readme * remove old broken code in rhd * update lock * Step 1. * starting to untangle client * Fix after merge. * start splitting out client interfaces * move children and blockchain interfaces * Move trie and state-machine to primitives. * Fix WASM builds. * fixing broken imports * more interface moves * move backend and light to interfaces * move CallExecutor * move cli off client * moving around more interfaces * re-add consensus crates into the mix * fix subkey path * relieve client from executor * starting to pull out client from grandpa * move is_decendent_of out of client * grandpa still depends on client directly * lemme tests pass * rename srml->paint * Make it compile. * rename interfaces->client-api * Move keyring to primitives. * fixup libp2p dep * fix broken use * allow dependency enforcement to fail * move fork-tree * Moving wasm-builder * make env * move build-script-utils * fixup broken crate depdencies and names * fix imports for authority discovery * fix typo * update cargo.lock * fixing imports * Fix paths and add missing crates * re-add missing crates
Showing
- .dockerignore 1 addition, 0 deletions.dockerignore
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 28 additions, 19 deletions.gitlab-ci.yml
- .maintain/Dockerfile 0 additions, 0 deletions.maintain/Dockerfile
- .maintain/build-only-wasm.sh 0 additions, 0 deletions.maintain/build-only-wasm.sh
- .maintain/check_for_exit.sh 0 additions, 0 deletions.maintain/check_for_exit.sh
- .maintain/common.sh 0 additions, 0 deletions.maintain/common.sh
- .maintain/docker/subkey.Dockerfile 1 addition, 1 deletion.maintain/docker/subkey.Dockerfile
- .maintain/docker/substrate.Dockerfile 1 addition, 1 deletion.maintain/docker/substrate.Dockerfile
- .maintain/ensure-deps.sh 61 additions, 0 deletions.maintain/ensure-deps.sh
- .maintain/flamingfir-deploy.sh 0 additions, 0 deletions.maintain/flamingfir-deploy.sh
- .maintain/getgoing.sh 0 additions, 0 deletions.maintain/getgoing.sh
- .maintain/gitlab/check_line_width.sh 0 additions, 0 deletions.maintain/gitlab/check_line_width.sh
- .maintain/gitlab/check_runtime.sh 3 additions, 3 deletions.maintain/gitlab/check_runtime.sh
- .maintain/init.sh 0 additions, 0 deletions.maintain/init.sh
- .maintain/kubernetes/Chart.yaml 0 additions, 0 deletions.maintain/kubernetes/Chart.yaml
- .maintain/kubernetes/README.md 0 additions, 0 deletions.maintain/kubernetes/README.md
- .maintain/kubernetes/templates/poddisruptionbudget.yaml 0 additions, 0 deletions.maintain/kubernetes/templates/poddisruptionbudget.yaml
- .maintain/kubernetes/templates/secrets.yaml 0 additions, 0 deletions.maintain/kubernetes/templates/secrets.yaml
- .maintain/kubernetes/templates/service.yaml 0 additions, 0 deletions.maintain/kubernetes/templates/service.yaml
Please register or sign in to comment