Skip to content

Commit

Permalink
Feat/weight copy tests (#212)
Browse files Browse the repository at this point in the history
* feat: adding `YumaParams` struct

* chore: renamed

* mock wip

* test wip

* feat: fixed macro logic

* fix: tests

* wip

* wip

* adding liquid alpha

* test: wip

* feat: updating copying irrationality calculation

* removing fucking python from flake

* chore: renaming storages

* updating cargos.tomls

* wip

* chore: removing unused files

* wip: research tests

* chore: commenting out testing tests

* chore: removing snapshot

* feat: impl offworker encryption

---------

Co-authored-by: devwckd <dev.wckd@gmail.com>
  • Loading branch information
2 people authored and YourUsername committed Sep 13, 2024
1 parent 074588d commit a1c8a87
Show file tree
Hide file tree
Showing 32 changed files with 1,526 additions and 331 deletions.
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

0 comments on commit a1c8a87

Please sign in to comment.