Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/weight copy tests #212

Merged
merged 20 commits into from
Sep 10, 2024
13 changes: 7 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@
"**/.hg/store/**": true,
"**/.repos": true
},
"rust-analyzer.cargo.extraEnv": {
"SKIP_WASM_BUILD": 1
},
"rust-analyzer.server.extraEnv": {
"SKIP_WASM_BUILD": 1
}
}
"SKIP_WASM_BUILD": "1",
"RUST_BACKTRACE": "0"
},
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.cargo.buildScripts.enable": true,
"rust-analyzer.cargo.features": [],
}
100 changes: 99 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ members = [
"pallets/subspace",
"pallets/subspace/genesis-config",
"runtime",
"xtask",
"tests",
"testthing",
"xtask",
]
resolver = "2"

Expand All @@ -32,16 +32,15 @@ match_bool = "deny"
infinite_loop = "deny"

[workspace.dependencies]
rsa = "0.9.4"
# External dependencies
bty = { version = "0.2.0", default-features = false }
clap = "4.4.6"
env_logger = "0.11.3"
futures = "0.3.21"
hex = "0.4.3"
jsonrpsee = "0.22.2"
lazy_static = "1.4.0"
log = { version = "0.4.21", default-features = false }
ndarray = { version = "0.15.0", default-features = false }
parity-util-mem = "0.11.0"
rand = "0.8"
scale-info = { version = "2.10.0", default-features = false, features = [
Expand Down
80 changes: 6 additions & 74 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading