Compare changes
      
  Some changes are not shown.
For a faster browsing experience, only 49 of 449 files are shown. Download one of the files below to see all changes.
 .cargo/config 
deleted100644 → 0
+0
−5
.cargo/config.toml 
0 → 100644
+13
−0
+3
−1
.github/CONTRIBUTING.md 
0 → 100644
+8
−0
.github/ISSUE_TEMPLATE.md 
0 → 100644
+5
−0
.github/PULL_REQUEST_TEMPLATE.md  
0 → 100644
+9
−0
.github/github_disclaimer.md 
0 → 100644
+12
−0
.github/workflows/check.yml  
deleted100644 → 0
+0
−44
+7
−1
+223
−191
+36
−23
+7
−10
+18
−20
+12633
−5906
File changed.
Preview size limit exceeded, changes collapsed.
+214
−124
File changed.
Preview size limit exceeded, changes collapsed.
+82
−176
client/distance/Cargo.toml  
0 → 100644
+42
−0
client/distance/README.md  
0 → 100644
+3
−0
client/distance/src/lib.rs   
0 → 100644
+189
−0
distance-oracle/Cargo.toml 
0 → 100644
+52
−0
distance-oracle/README.md 
0 → 100644
+3
−0
distance-oracle/src/api.rs  
0 → 100644
+176
−0
distance-oracle/src/lib.rs  
0 → 100644
+422
−0
distance-oracle/src/main.rs  
0 → 100644
+60
−0
distance-oracle/src/mock.rs  
0 → 100644
+128
−0
distance-oracle/src/tests.rs  
0 → 100644
+101
−0
distance-oracle/wot.deflate 
0 → 100644
+225 KiB
+16
−13
+74
−30
docker/README.md 
0 → 100644
+101
−0
docker/build-deb.Dockerfile 
0 → 100644
+37
−0
docker/compose/docker-compose.smith.yml  
0 → 100644
+37
−0
docker/compose/gdev-mirror.docker-compose.yml  
deleted100644 → 0
+0
−36
docker/compose/gdev-validator.docker-compose.yml  
deleted100644 → 0
+0
−64
docker/compose/live-template.docker-compose.yml  
deleted100644 → 0
+0
−40
docker/cross-arm.Dockerfile 
0 → 100644
+45
−0
docker/docker-distance-entrypoint 
0 → 100755
+20
−0
+96
−8
docs/api/manual.md  
0 → 100644
+62
−0
+817
−1231
File changed.
Preview size limit exceeded, changes collapsed.
docs/api/runtime-constants.md  
0 → 100644
+1294
−0
File added.
Preview size limit exceeded, changes collapsed.
docs/api/runtime-errors.md  
0 → 100644
+1505
−0
File added.
Preview size limit exceeded, changes collapsed.
docs/api/runtime-errors.po  
0 → 100644
+394
−0
File added.
Preview size limit exceeded, changes collapsed.
docs/api/runtime-events.md  
0 → 100644
+2114
−0
File added.
Preview size limit exceeded, changes collapsed.
docs/api/runtime-storages.md  
0 → 100644
+2379
−0
File added.
Preview size limit exceeded, changes collapsed.
docs/dev/beginner-walkthrough.md  
0 → 100644
+87
−0
docs/dev/compilation.md  
0 → 100644
+26
−0
+22
−22
docs/dev/img/release-pipeline.png   
0 → 100644
+44.1 KiB
 44.14 KiB
File changed.
Preview size limit exceeded, changes collapsed.
docs/dev/pallet_conventions.md  
0 → 100644
+35
−0
docs/dev/release.md  
0 → 100644
+284
−0
File added.
Preview size limit exceeded, changes collapsed.