Old Dip Tracker
Old Dip Tracker
> Looks like bitcoin is doing the same Bitcoin Core is replacing this library with another, more complete library, libbitcoinkernel.
> Do we have any plans to do the libbitcoinkernel thing to Dogecoin in the future? (seems like a lot of work) Personally, I think that having a well maintained...
I'm going to change this to draft and take it off the review board for now, because whatever we do, this change on its own doesn't make sense - i.e....
Documented a reminder in #3515
concept is okay with me.
> I think maybe it was the issue noted at https://github.com/dogecoin/dogecoin/issues/3464. correct.
I've added this to the list to be backported to 1.14, because this fixes #3516 (applies when compiling against boost > 1.78 with `--enable-debug` configuration)
> I want to know where the code is Called here in the `getauxblock` RPC call: https://github.com/dogecoin/dogecoin/blob/a6d12201363b0eb4ccf854b609fc6e98958b1443/src/rpc/mining.cpp#L1167 Which, through boost signals, calls: https://github.com/dogecoin/dogecoin/blob/a6d12201363b0eb4ccf854b609fc6e98958b1443/src/wallet/wallet.cpp#L3464-L3473 ----- As @farsider350 noted, if you want...
Rebased, redid the move of the now newer fa_IR readme, and squashed the punctuation fixup.
It's not used by Dogecoin Core: it's a shared library that exposes consensus-relevant functions from `src/script` to anyone that wants to use it. I don't know of anyone that uses...