Marcelus
Marcelus
Hi, yes this can be added in the `getblocktemplate` result, implemented as following into `mining.cpp`: - Including the key_io library : `#include "key_io.h"` - And getting back the address from...
Added into 2.0.8 release !
Ok, there are some more update to pull in before to be able to merge successfully the import/export/init usage of full viewing key. Here is the backward compatibility list of...
Added also the followings update in the last commit : - [Upstream PRs relating to strMiscWarning](https://github.com/zcash/zcash/pull/4369/files#) - [Replace tuples by classes in asyncoperation_sendmany](https://github.com/zcash/zcash/pull/4365/files#) This commit allows now the binaries to...
Updated deprecation to blk 1208650 (AUG 2023) and renamed as stable version.
There is currently no solution to this problem. Only a workaroud, restart the node with rescan option : `bitcoinzd -rescan`. This is annoying, especially if a lot of transactions were...
The issue in the wallet class can be fixed easely by adding a check : `TX_NULL_DATA` In the main class, a check should be added and awoid error return only...
I guess @ezzygarmyz patches could solve this. We should check about to merge this (and others deps PR) into a new branch, and find testers to validate a rc version.
In the wallet class make a test to know if it's an TX_NULL_DATA. In the main class make a test to know if outputValue is zero (0) so no spent...
Finally I decided to verify about a zero value. But maybe it is more clean the check in the `CSpentIndexValue` structure about the `addressType` instead of `satoshis`. https://github.com/btcz/bitcoinz/blob/8e85a88dfaa4eb80a70a5c90c17e92381665a06f/src/spentindex.h#L39