Results 187 comments of Sebastian Falbesoner

Force-pushed with changes as suggested by @furszy (https://github.com/bitcoin/bitcoin/pull/25656#discussion_r926102164, https://github.com/bitcoin/bitcoin/pull/25656#discussion_r926104644 (for consistency reasons), https://github.com/bitcoin/bitcoin/pull/25656#discussion_r926108015).

Rebased on master, `util::Result` is used instead of `BResult` now accordingly. Also squashed the two commits into one as I think it's easier to review.

> We would still have merge conflicts for initially single name imports that then become multiple names, as showcased in the below script. Would it then be better to apply...