sats0k

Results 9 comments of sats0k

After some search i found this commit [14c5880](https://github.com/gridcoin-community/Gridcoin-Research/commit/14c5880ab357367b9bcc16c83922ea14796f3cdf) replacing the code in bitcoinrpc.cpp everything builded fine.

I finally managed to build the wallet with OpenSSL v1.1 everything seems to work fine but more tests needed I made a fork and changes are on this commit [486112c](https://github.com/sats0k/Phoenixcoin/commit/486112c1aaaa2df1c6f738bce41ee6423d3195d3)...

The warning of gcc8 [-Wstringop-truncation] resolved on this commit [bc1eaa2](https://github.com/sats0k/Phoenixcoin/commit/bc1eaa2c33797d210181518cdbfd49429fa78e5c) everything seems fine now

I am new to all of this and to avoid any kind of mistake please check the code and if you find it ok i will do a pull request.

I have sync my fork with the base.

These warnings appears on GCC 11.1.0

Finally compiling with `-Os` all the warnings are gone. These warnings are false positive according to [GCC patch](https://gcc.gnu.org/pipermail/gcc-patches/2021-January/563862.html) and should be corrected at GCC 12, i have not checked yet.

Testing GCC 12 the warnings became to [-Warray-bounds] ``` inlined from ‘std::string CBase58Data::ToString() const’ at src/base58.h:218:19: /home/k0stas/gcc/include/c++/12.0.0/bits/stl_algobase.h:431:30: warning: ‘void* __builtin_memcpy(void*, const void*, long unsigned int)’ offset 1 is out of...

All deprecated functions removed see my [repo](https://github.com/sats0k/Phoenixcoin-v0.7) under the new branch phoenixcoin-quantum