< bitcoin-git>
bitcoin/master ab8a747 Hennadii Stepanov: qt, refactor: Use enum type as switch argument in AddressTableModel
< bitcoin-git>
bitcoin/master a35223f Hennadii Stepanov: qt, refactor: Use enum type as switch argument in BanTableModel
< bitcoin-git>
bitcoin/master 52f122c Hennadii Stepanov: qt, refactor: Use enum type as switch argument in PeerTableModel
< bitcoin-git>
[gui] MarcoFalke merged pull request #166: refactor: Use enum type as switch argument in *TableModel (master...201225-header) https://github.com/bitcoin-core/gui/pull/166
< bitcoin-git>
bitcoin/master c77de62 Luke Dashjr: net: Replace enum CConnMan::NumConnections with enum class ConnectionDirec...
< bitcoin-git>
bitcoin/master 8c049fe MarcoFalke: Merge #19771: net: Replace enum CConnMan::NumConnections with enum class C...
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19771: net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection (master...enum_conndir) https://github.com/bitcoin/bitcoin/pull/19771
< MarcoFalke>
> [15:15] <vasild> about fuzzing - if the source code or the test is changed, does that make the fuzz seed corpus just a pile of random bytes, as useful as any other pile of random bytes?
< MarcoFalke>
In practise the coverage slowly decreases with each code change, but most inputs will still hit many paths
< MarcoFalke>
But you'll need 24/7 fuzzing to re-adjust the existing inputs to the new code