Old Dip Tracker

Results 573 comments of Old Dip Tracker

> config.log.zip Thanks! This means: - install `protobuf@21` because abseil from protobuf@25 does not like how we use protobuf (to be deprecated) and thus requires `-std=c++17` and protobuf@22-protobuf@24 requires `-std=c++14`...

@michilumin this updated version of the guide removes issues with protobuf and c++ standards it requires and fixes some typos. Please let me know if this resolves your issues.

Still had 2 'squashme' annotated commits, so I squashed these.

Awesome! > there's a little bit of coupling between this dialog and net.h now; should that move? imho, no. We also include validation.h there. > I haven't put the GUI...

> I set the new max connection value by reading directly from the QComboBox widget Currently, the UI user would not know about any changes to the value specified except...

Please do note that the accounts functionality is marked as depreciated because it has been broken since forever and needs an overhaul, which we will mostly inherit with 1.21. Please...

@envisiondata - [the comment above](https://github.com/dogecoin/dogecoin/issues/2701#issuecomment-1069044837) by @SpaceAlphaNet disputes that this is a bug and outlines the correct usage of the functionality. I honestly think trying to change the behavior on...

@victorsk2019 do you see this on a PR branch or on current 1.21-dev?

did you add anything to the miner?

Re: last item, "avoid potential null pointer dereference". This is not applicable because the code that could be a null pointer is not part of our code, I'm removing it...