Daniel

Results 5 issues of Daniel

## Issue description Inside the [switch_domain](https://github.com/subspace/subspace/blob/981bb42d927e8b860d7c8bf81c58260edfdbe4a8/crates/pallet-domains/src/lib.rs#L1188) extrinsic of pallet-domains, there is no verification to ensure that the operator registered on domain A possesses the necessary [MinOperatorStake](https://github.com/subspace/subspace/blob/981bb42d927e8b860d7c8bf81c58260edfdbe4a8/crates/pallet-domains/src/lib.rs#L282) for domain B. Consequently,...

audit

## Issue description The [register_operator](https://github.com/subspace/subspace/blob/492586f5849f4ede30d142e27bdd6051ddc1ff59/crates/pallet-domains/src/lib.rs#L1120) extrinsic accepts a [config.signing_key](https://github.com/subspace/subspace/blob/492586f5849f4ede30d142e27bdd6051ddc1ff59/crates/pallet-domains/src/staking.rs#L207) as a parameter. Since there is no proof that the operator registering possesses the private key for the corresponding `config.signing_key`, a...

# Summary The shuffling of domain transactions to mitigate MEV can cause blockspace congestion due to MEV searchers spamming transactions to exploit positioning opportunities. # Issue details The shuffling of...

audit

Debootstrap fails for EoL Debian releases (including stretch on my system). The fix is copied from the [syzkaller](https://github.com/google/syzkaller) repo.

This feature enables users to view the amount of times a line has been hit during test execution. This closes the discussion in issue #194 # Design Rationale In issue...