Description:
The CI is currently failing during cargo clippy --all-targets --all-features due to a dependency compatibility issue between soroban-env-host and ed25519-dalek.
Error:
error[E0277]: the trait bound ChaCha20Rng: ed25519_dalek::rand_core::CryptoRng is not satisfied
The failure originates from:
soroban-env-host-23.0.1
ed25519-dalek-3.0.0
Acceptance Criteria
Note for contributors
Please keep your changes strictly scoped to this issue. Do not modify unrelated files, folders, or existing functionality unless they are required to resolve this CI failure.
Description:
The CI is currently failing during cargo clippy --all-targets --all-features due to a dependency compatibility issue between soroban-env-host and ed25519-dalek.
Error:
error[E0277]: the trait bound
ChaCha20Rng: ed25519_dalek::rand_core::CryptoRngis not satisfiedThe failure originates from:
soroban-env-host-23.0.1
ed25519-dalek-3.0.0
Acceptance Criteria
Note for contributors
Please keep your changes strictly scoped to this issue. Do not modify unrelated files, folders, or existing functionality unless they are required to resolve this CI failure.