Skip to content

Commit eceb074

Browse files
authored
Merge pull request #148 from nyonson/add-msrv-check
Add msrv check to the traffic crate
2 parents bd81446 + b2b5042 commit eceb074

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ STABLE_TOOLCHAIN := "1.88.0"
5757
# Handles creating sandboxed environments to ensure no newer binaries sneak in.
5858
cargo install cargo-msrv@0.18.4
5959
cargo msrv --manifest-path protocol/Cargo.toml verify --all-features
60+
cargo msrv --manifest-path traffic/Cargo.toml verify --all-features
6061

6162
# Check minimum and maximum dependency contraints.
6263
@_test-constraints:

traffic/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ The goal is not to make bitcoin traffic completely unidentifiable, that maybe im
3535
### Decoy Strategies
3636

3737
* `Disabled` - No automatic decoy packets, genuine writes only (default).
38-
* `Random` - Sends randomly sized decoy packets at random intervals. Pure noise.
39-
* *TODO* `Mimic` - Instead of hiding the bitcoin p2p traffic, embrace it but send even more bitcoin looking things.This could help break any sort of tracking analysis.
38+
* `Random` - Sends decoy packets at random intervals. Pure noise.
39+
* *TODO* `Adaptive` - Sends decoy packets based on recent connection activity.
40+
* *TODO* `Mimic` - Instead of hiding the bitcoin p2p traffic, embrace it but send even more bitcoin looking things. This could help break any sort of tracking analysis.

0 commit comments

Comments
 (0)