Jonathan Moody
Jonathan Moody
Seen again AFTER all the fixes in https://github.com/lbryio/lbry-sdk/pull/3707: https://github.com/moodyjon/lbry-sdk/actions/runs/3515119954/jobs/5889980919
Appears the plan is to make `claimtrie.getclaimbyid` enforce block lists (https://github.com/lbryio/hub/issues/108). If that's implemented, this will no longer work.
This was accepted to lbryio/hub recently: https://github.com/lbryio/hub/commit/75d64f9dc6d3b2c913b8b10053bd3589e7a2e8eb
This is problematic on MacOS. Coverage runs will panic for some unknown reason. See https://github.com/lbryio/hub/issues/121
Done. I can review your pull request, but I'm not sure of the capacity to issue new releases.
I've been looking at this, and it seems this could happen when the account is low on funds. Transaction code will try to add more UTXOs to cover the TX...
Question was raised at meeting -- Did lbrycrd allow transactions with no outputs? Lbrycrd appears to disallow these: https://github.com/lbryio/lbrycrd/blob/71fc94b1dea1c7818f84a09832ec3db736481e0f/src/consensus/tx_verify.cpp#L169 As does lbcd: https://github.com/lbryio/lbcd/blob/master/blockchain/validate.go#L241
I have made some progress on this. I was able to get libtorrent to build from source and install, **but only in a Python 3.9 environment**. I had the same...
See also https://github.com/lbryio/lbry-sdk/issues/3704 and https://github.com/lbryio/lbry-sdk/issues/2723
Is the schema in question the DB tables and contents? (https://github.com/lbryio/herald.go/blob/master/db/prefixes/prefixes.go) ...or something else?