Skip to content

Commit d704cf7

Browse files
authored
Merge pull request #190 from hashed-io/develop
Develop
2 parents be7e96e + 3c643f6 commit d704cf7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+15654
-3748
lines changed

.dockerignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ local
44
.vscode
55
docs
66
target
7-
/hashed-chaos-data
7+
hashed-chaos-data
8+
relay-data
9+
collator-data
810

911
docker-compose.override.yml
1012

.github/workflows/check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Check Set-Up & Build
44
on:
55
# Triggers the workflow on push or pull request events but only for the master branch
66
push:
7-
branches: [ master ]
7+
branches: [ master, develop ]
88
pull_request:
9-
branches: [ master ]
9+
branches: [ master, develop ]
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
SKIP_WASM_BUILD=1 cargo check --release
4040
41-
- name: Check Build for Benchmarking
42-
run: >
43-
pushd node &&
44-
cargo check --features=runtime-benchmarks --release
41+
# - name: Check Build for Benchmarking
42+
# run: >
43+
# pushd node &&
44+
# cargo check --features=runtime-benchmarks --release

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: SKIP_WASM_BUILD=1 cargo doc --all --no-deps
2525

2626
- name: Make index.html
27-
run: echo "<meta http-equiv=refresh content=0;url=hashed_substrate/index.html>" > ./target/doc/index.html
27+
run: echo "<meta http-equiv=refresh content=0;url=hashed_runtime/index.html>" > ./target/doc/index.html
2828

2929
- name: Deploy documentation
3030
uses: peaceiris/actions-gh-pages@v3

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ hashed-manifest.yml
2626
md5-manifest.yml
2727
hashed-secrets-manifest.yml
2828
gcloud-hashed-ingress.yml
29-
gcloud-md5-ingress.yml
29+
gcloud-md5-ingress.yml
30+
31+
.secrets
32+
collator-data
33+
relay-data

0 commit comments

Comments
 (0)