lbrycrd
lbrycrd copied to clipboard
v17.4+ writes interior trie nodes to the takeover db
For example, see:
select distinct name from takeover t where t.height = 658309 and name not in (select distinct nodeName from claim);
It looks like one third of the nodes in the takeover table are invalid. It's a minor performance issue.