Old Dip Tracker

Results 573 comments of Old Dip Tracker

Status update regarding the items I did not propose fixes for today: - Item 2, "fix a Char variable used as Bool" can be done, see https://github.com/RavenProject/Ravencoin/pull/1160 as reference. -...

Did some research and found an alternative to suppressing with `-Wno-implicit-fallthrough` Since we're using boost, there is a macro `BOOST_FALLTHROUGH` that can make fall through explicit. If we use that,...

> Really not sure I want this to auto-download, but I acknowledge we probably need some way for people to spot there's an update they should be grabbing. I wouldn't...

Despite that my NAK still stands, and my issues with the concept this is built on are growing, I'm rehanging this into 1.14.7-dev simply to not have it automatically closed...

@CosmoRied currently I see these warnings: 1. On any gcc - supermajority: we should fix this, it's actually a proper warning 2. On gcc 12 - it basically tells us...

Merging this into 1.14.4 will immediately identify all 1.10.x and 1.14.x based wallets that may have vulnerabilities that we fix in 1.14.4 and any future releases. I would prefer to...

> Should we start merging them on 1.21-dev (including some refactoring PRs)? Already part of 1.21-dev: https://github.com/dogecoin/dogecoin/commit/fd44ac1e8b

I'm still NAK on this because I heard no argument against my [assertion up there](https://github.com/dogecoin/dogecoin/pull/2314#issuecomment-864461832)

I've restarted the CI, the problem was a mempool sync issue (which is 🤔 because it was on feelimit test, but unrelated to this PR). What was the error on...