-
Notifications
You must be signed in to change notification settings - Fork 0
[GOOD FIRST ISSUE][RUST] Reproduce the v3.4 24-vector campaign on Linux #48
Copy link
Copy link
Open
Labels
evidenceEvidence objects, claim states, attestations, anchors, or qualification evidenceEvidence objects, claim states, attestations, anchors, or qualification evidencegood first issueBounded task suitable for a first contributionBounded task suitable for a first contributionhelp wantedMaintainers welcome external contributionMaintainers welcome external contributionportabilityCross-platform setup, environment, or portability workCross-platform setup, environment, or portability work
Description
Activity
Metadata
Metadata
Assignees
Labels
evidenceEvidence objects, claim states, attestations, anchors, or qualification evidenceEvidence objects, claim states, attestations, anchors, or qualification evidencegood first issueBounded task suitable for a first contributionBounded task suitable for a first contributionhelp wantedMaintainers welcome external contributionMaintainers welcome external contributionportabilityCross-platform setup, environment, or portability workCross-platform setup, environment, or portability work
Difficulty
Easy / bounded reproduction task. No ENTITY implementation work is required.
Goal
Run the published BTG-controlled Rust v3.4 Global Passport campaign on a clean Linux environment and report whether the documented result reproduces exactly.
This is intended to take a contributor from clone → build → one campaign → short evidence report without requiring knowledge of the full ENTITY architecture.
Repository
Use the public Rust baseline:
https://github.com/blackmore-technology-group/ENTITY-RUST-CLEANROOM
Run
git clone https://github.com/blackmore-technology-group/ENTITY-RUST-CLEANROOM.git cd ENTITY-RUST-CLEANROOM cargo run --locked --release --bin passport_v34The repository CI also verifies the sealed kit checksum before running the campaign.
Expected published result
5869a3fd0ed6cb9f65bf4b20c3bd64933cad82f4aef05c5809e2e05af921f230ac7504cce70576008cff069607619660a4b9bf0cad43b3f3de81078f1e80d9baWhat to report
Comment here with:
rustc --version,cargo --version);A reproducible failure is just as useful as a pass. Please do not change expected values to make the campaign pass.
Scope and evidence boundary
This task tests reproducibility of a BTG-controlled Rust baseline. A successful reproduction does not become unrelated third-party implementation evidence or independent security validation.
No credentials, production data, private keys or operational ENTITY state are needed or should be provided.
Contributing guidance
Please read the project contribution guidance before proposing code changes:
https://github.com/blackmore-technology-group/ENTITY/blob/main/CONTRIBUTING.md
If the problem is only a portability/documentation issue, a concise report here is sufficient; you do not need to open a code PR.