Rename `mixnet-sims` to `blendnet-sims` (#60)

* Rename `mixnet-sims` to `blendnet-sims`

* Rename `mixnet-sims` to `blendnet-sims`
This commit is contained in:
Youngjoon Lee 2024-12-03 21:01:04 +09:00 committed by GitHub
parent 80bbdf7fbe
commit 2460174def
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
20 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,6 @@
[workspace] [workspace]
members = [ members = [
"netrunner", "netrunner",
"mixnet-sims" "blendnet-sims"
] ]
resolver = "2" resolver = "2"

View File

@ -1,5 +1,5 @@
[package] [package]
name = "mixnet-sims" name = "blendnet-sims"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"

View File

@ -15,7 +15,7 @@
## Configurations ## Configurations
The simulation can be configured by [config/mixnode.json](./config/mixnode.json). The simulation can be configured by [config/blendnet.json](./config/blendnet.json).
### `step_time` and `network_settings` ### `step_time` and `network_settings`
@ -76,7 +76,7 @@ at the beginning of each epoch. At every selected slot, the node generates a cov
```bash ```bash
cargo build --release cargo build --release
../target/release/mixnet-sims --input-settings ./config/mixnode.json ../target/release/blendnet-sims --input-settings ./config/blendnet.json
``` ```
The simulation prints a bunch of logs that can be used for analysis. The simulation prints a bunch of logs that can be used for analysis.
We recommend piping logs to a file. We recommend piping logs to a file.