Jonathan Moody
Jonathan Moody
The last one (YTsync) is referenced here: https://github.com/lbryio/ytsync/blob/master/shared/shared.go Possibly all of them are seen in the context of YT sync. Having to update the error code matching is causing distress?
This is critical to getting tests working. Lbry-sdk needs to receive notifications about mempool TXs and retrieve TX details. See #77. It appears (Python) herald monitors the `MempoolTX` table contents...
Sending to @jeffreypicard who has volunteered to work on this. (go) Herald needs to monitor MempoolTX table and/or HashXMempoolStatus to see when new txs appear or status changes happen. When...
``` def get_mempool_height(self, tx_hash: bytes) -> int: # Height Progression # -2: not broadcast # -1: in mempool but has unconfirmed inputs # 0: in mempool and all inputs confirmed...
Lbry-sdk Herald RPCs sent & responses: Baseline: [a.txt](https://github.com/lbryio/herald.go/files/10050302/a.txt) Herald.go: [b.txt](https://github.com/lbryio/herald.go/files/10050303/b.txt) It's starting to diverge at the point of `blockchain.address.subcribe` (Python hub returns None a lot of the time) and later...
Found a problem with `address.get_history`. The interpretation of `IncludeStop` iteration option was confusing me. Hence I was finding an extra record **following** the desired `hashX` when no matching record existed....
To find the right version for you, see: https://github.com/linxGnu/grocksdb/releases
Any progress is on a volunteer unpaid basis at this point so much slower. @jackrobison I can't locate 7ad1a2f570f... in the history of the hub repo. Also, are you starting...
Yes, you could gather logging about the claim hash involved and the other values. But be aware that debugging these things requires tracking the history of updates on the claim,...
Claim created height 1174719 with .01 amount attached: https://explorer.lbry.com/tx/a99e454a0ff41a62e89ece450d0aed4fd78d368a066423c1e4ba04e0039986d8#output-0 The original .01 amount spent at height 1174802: https://explorer.lbry.com/tx/bbabe06c83647746781b72a31de181dbba4d1c246f74245bf93bb71c5de6b5a0#input-127637079 I'm not sure what's special about height 1176266. But there could be...