OdyseeTeam / chainquery

Chainquery parses and syncs the LBRY blockchain data into structured SQL
https://lbry.tech
MIT License
2.25k stars 42 forks source link

Address missing from support/tip tx #97

Closed tzarebczan closed 5 years ago

tzarebczan commented 5 years ago

https://explorer.lbry.io/tx/50aedf7eca5a4c99885658072553a1c4d10e3824be003fcd2ce2e592379341b8 image

tzarebczan commented 5 years ago

Spoke to @tiger5226 about this - it happens because the address list is blank on the outputs table for non-standard transactions (publishes/updates/supports/tips/). The solution is to post populate this data into the outputs table for these transactions. This should fix explorer and the claim address checking can even be simplified there. We should even be able to see a "view claim" hyperlink on tips/supports too.

tiger5226 commented 5 years ago

solved with 6551528b59d62627f5ebc429a1661b281bef8bfb