Skip to content

Commit

Permalink
Rename mixnet-sims to blendnet-sims (#60)
Browse files Browse the repository at this point in the history
* Rename `mixnet-sims` to `blendnet-sims`

* Rename `mixnet-sims` to `blendnet-sims`
  • Loading branch information
youngjoon-lee authored Dec 3, 2024
1 parent 80bbdf7 commit 2460174
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions simlib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[workspace]
members = [
"netrunner",
"mixnet-sims"

"blendnet-sims"
]
resolver = "2"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "mixnet-sims"
name = "blendnet-sims"
version = "0.1.0"
edition = "2021"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

## 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`

Expand Down Expand Up @@ -76,7 +76,7 @@ at the beginning of each epoch. At every selected slot, the node generates a cov

```bash
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.
We recommend piping logs to a file.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2460174

Please sign in to comment.