07:32:11 @moneromooo I think I found the cause of my weirdness with outproofs, get_tx_proof will generate an InProofV2 for a transfer to a subaddress linked to the same account as the one from which the transfer is done 07:37:15 What are ya working on? 08:35:40 checking auto-sweeping with proof generation 15:12:50 Monero v0.18.2.2 binaries are now available at getmonero.org, thanks to all contributors 15:14:21 Does it include the 1060 limitation of tx_extra? 15:15:35 yes 15:15:58 I did not follow closely but that means the partitioning issue was fixed 16:22:42 promptly 16:23:03 needs testing so please test 16:25:15 deployed 22:20:19 does anyone know if this python miner by jtgrassie should still work? 22:20:19 https://github.com/jtgrassie/monero-powpy/blob/master/solo-block.py 22:20:20 I'm trying to use it to help troubleshoot a custom block submission validator with "pyrx", but the solo-block.py returns {'error': {'code': -7, 'message': 'Block not accepted'}, 'id': '0', 'jsonrpc': '2.0'} 22:52:02 Any more tips on validating a submission from xmrig before actually passing it to the rpc endpoint would be great. python if possible. I can barely do any C/C++ yet.