Skip to content

Commit 975f6ca

Browse files
Merge pull request #43 from hashed-io/feature/afloat-benchmarks
Developed benchmarks and weights for afloat, closes #36
2 parents cdfa268 + a4ac3ae commit 975f6ca

File tree

19 files changed

+1656
-189
lines changed

19 files changed

+1656
-189
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gcloud-md5-ingress.yml
3232
.secrets
3333
collator-data
3434
relay-data
35-
.vscode/settings.json
35+
.vscode
3636
lcov.info
3737
dist/
3838
md5*.json

.vscode/extensions.json

-5
This file was deleted.

.vscode/settings.json

+7-17
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
{
2-
"cSpell.words": [
3-
"Drawdowns",
4-
"Frunique",
5-
"fruniques",
6-
"Permill"
7-
],
8-
"task.allowAutomaticTasks": "on",
9-
"editor.tabSize": 4,
10-
"editor.formatOnSave": true,
11-
"github.gitProtocol": "ssh",
12-
"[rust]": {
13-
"editor.insertSpaces": true,
14-
"editor.tabSize": 4
15-
},
16-
"rust-analyzer.linkedProjects": [
17-
"./pallets/confidential-docs/Cargo.toml"
18-
],
2+
"rust-analyzer.linkedProjects": [
3+
"./pallets/afloat/Cargo.toml",
4+
"./pallets/rbac/Cargo.toml",
5+
"./pallets/gated-marketplace/Cargo.toml",
6+
"./pallets/fruniques/Cargo.toml",
7+
],
8+
"rust-analyzer.showUnlinkedFileNotification": false
199
}

.vscode/tasks.json

-97
This file was deleted.

0 commit comments

Comments
 (0)