Old Dip Tracker

Results 483 comments of Old Dip Tracker

Thank you. This is probably due to a missing `` include. Which version of boost are you using?

Confirmed with iwyu: ``` bench/bench.h should add these lines: #include // for uint64_t #include // for function #include // for numeric_limits bench/bench.h should remove these lines: - #include // lines...

If I run a docker container w/ fedora:rawhide, I get gcc 14 and boost 1.83. What do I do to get gcc 15 and boost 1.84?

Based on the error above, #3456 should fix this. I need to do a manual boost 1.84 build to verify it fully; please let me know if this fixes the...

I ran into this same issue on archlinux with their [patched boost-1.83.0-5](https://gitlab.archlinux.org/archlinux/packaging/packages/boost/-/commits/main) on 1.15.0-dev and all prior versions including 1.14.6: build log ```console 332.3 CXX bench/bench_dogecoin-bench_bitcoin.o 333.8 In file included...

The only conceptual issue I see with this is that this gets lost on restart, so it should really only be used as an "I am under attack" measure (think...

Okay. An overall try-catch already is implemented in the calling code: https://github.com/dogecoin/dogecoin/blob/6c0095bed1845680b0eee8be53210022773b014c/src/txmempool.cpp#L926 If you're looking to enrich the logged message (I'd support that), it should be done in that catch...

> This feature seems like it would be a vulnerability waiting to be massively exploited. Please elaborate.

> The end result is a zero day exploit on your hands. With "elaborate", I meant: how is a button that selects all spendable inputs a vulnerability, i.e. what additional...