Haiko Schol

Results 9 issues of Haiko Schol

The base is there: - https://nixos.org/nixos/security.html See also - https://github.com/NixOS/nixpkgs/blob/7a856366441176757d7a6fe23754426111f952f2/pkgs/tools/archivers/unzip/default.nix - https://github.com/ckauhaus/nixos-vulnerability-roundup by @ckauhaus who also maintains these https://github.com/NixOS/nixpkgs/issues?q=is%3Aopen+is%3Aissue+label%3A%221.severity%3A+security%22 See also: https://github.com/NixOS/security https://github.com/flyingcircusio/vulnix

Data collection
sys

The main difference in the worker pool API is that `SubmitBatch()` does not block until the whole batch has been processed. Instead, it returns an ID which can be used...

## Changes No functional changes, just mechanically replacing `uint32` with `parachaintypes.ParaID`. ## Tests ```sh go test ./... ``` ## Issues Closes #3883

## Describe the bug During sync from genesis, importing block #2316689 on Westend fails with a storage root mismatch. ## Expected Behavior The block is imported and syncing continues. ##...

T-bug
A-debug
C-chaotic
P-high
S-sync-westend

## Describe the bug The default value for the `--max-peers` CLI flag is 50. On a long-running bare metal Westend node, Grafana shows 479 under "Network total connected peers" and...

T-bug
A-debug
P-low
C-chaotic

## Describe the bug Shutting down the node before it has reached the configured minimum number of peers hangs. ## Expected Behavior The node can be shut down cleanly, regardless...

T-bug
C-chaotic

## Describe the bug Setting the log level for the sync package (and possibly others) on the command line (`--log sync=trace`) or in a config file has no effect. ##...

T-bug
P-low
C-simple
good first issue

## Issue summary The overseer forwards `DistributeBitfield` messages from other subsystems. Therefore the signature on the bitfield does not need to be checked. The message just needs to be gossiped...

S-subsystems-availability

## Issue summary * Create a new package called `bitfielddistribution` * Define overseer messages * `DistributeBitfield` * relay parent hash * `parachaintypes.UncheckedSignedAvailabilityBitfield` * Define network protocol messages (in the case...

S-subsystems-availability