Skip to content

Commit

Permalink
Merge pull request #43 from hashed-io/feature/afloat-benchmarks
Browse files Browse the repository at this point in the history
Developed benchmarks and weights for afloat, closes #36
  • Loading branch information
sebastianmontero authored Apr 9, 2024
2 parents cdfa268 + a4ac3ae commit 975f6ca
Show file tree
Hide file tree
Showing 19 changed files with 1,656 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gcloud-md5-ingress.yml
.secrets
collator-data
relay-data
.vscode/settings.json
.vscode
lcov.info
dist/
md5*.json
Expand Down
5 changes: 0 additions & 5 deletions .vscode/extensions.json

This file was deleted.

24 changes: 7 additions & 17 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
{
"cSpell.words": [
"Drawdowns",
"Frunique",
"fruniques",
"Permill"
],
"task.allowAutomaticTasks": "on",
"editor.tabSize": 4,
"editor.formatOnSave": true,
"github.gitProtocol": "ssh",
"[rust]": {
"editor.insertSpaces": true,
"editor.tabSize": 4
},
"rust-analyzer.linkedProjects": [
"./pallets/confidential-docs/Cargo.toml"
],
"rust-analyzer.linkedProjects": [
"./pallets/afloat/Cargo.toml",
"./pallets/rbac/Cargo.toml",
"./pallets/gated-marketplace/Cargo.toml",
"./pallets/fruniques/Cargo.toml",
],
"rust-analyzer.showUnlinkedFileNotification": false
}
97 changes: 0 additions & 97 deletions .vscode/tasks.json

This file was deleted.

Loading

0 comments on commit 975f6ca

Please sign in to comment.