yuvicc

Results 10 issues of yuvicc

## Describe your changes Updated the path for c-0013 for non-root containers when running deployment scan ## Screenshots - If Any (Optional) ## Issue ticket number and link #599 ##...

I think we could also add a script for setting the GitHub Actions if the user requires it. Normally the user has to go to the specified repo and enable...

gssoc23
level3

I will be adding a Gmail bot which will basically be your companion while searching your Gmail. Assign this to me asap.

gssoc23

### Is your feature request related to a problem? Please describe. ### Describe the solution you'd like ### Describe alternatives you've considered ### Additional context

### Added new target `compactblocks_parse` for Bitcoin Core and Rust Bitcoin see commit message for more details.

new target

Addresses #32531 Currently updating other functional tests to replace direct use of `invalidateblock` with proper fork-based reorg behaviour. The direct invalidation approach bypasses important validation checks and has depth limitations(10...

Tests

## Motivation This PR refactors `ProcessNewBlockHeaders()` to return `BlockValidationState` by value instead of using out-parameters or boolean returns. This follows the pattern established in #31981 (commit 74690f4) which refactored `TestBlockValidity()`...

Deduplicate reorg test code by introducing `ForkGenerator` utility class in `blocktools.py`. ### Changes - Add `ForkGenerator` class with `prepare_fork()` / `trigger_reorg()` / `reset()` methods - Removes duplicated `trigger_reorg()` methods across...

Tests