Old Dip Tracker

Results 483 comments of Old Dip Tracker

Opened https://github.com/alamshafil/dogecoin/pull/3 to fix deserialization for at least aarch64 and x86_64 win/linux. 32-bit and MacOs builds still need love. This makes `net_tests` pass. `netbase_tests` still needs a fix, but the...

> Based on #3157, should I move `src/util/string.h` to `src/utilstring.h` and remove unused code? It could save from trouble when rebasing, etc. Yes, and you should be able to retain...

@xanimo pointed me to the solution for the 32-bit (and Mac 64-bit) serialization last night in a chat and is working on a proposal for it. Because that enhances and...

The `nodehandling.py` test is the last remaining obstacle I think - everything else seems to pass.

Great work both; this means that for any existing tests, this works. ❤️ > It seems that this commit a68ce3c97 caused failures. Would like thoughts on how we should handle...

> What are the risks on adding asmap functionality? > I already have the commits to introduce asmap functionality to 1.14.7 and am also curious as to what the potential...

You should never reuse an existing address.

Always use a new address if you can. This has been the recommendation since October 31st, 2008 and since then only more reasons were found to do this. It helps...

Closing this for now, like #2339 and #2365

It's unfortunate that GH Actions is depreciating this fast, but we'll have to do something. We need bionic on the CI because we do gitian builds with bionic (and we...