v2.0.0
Changelog
002d389 Add command to process specific block only.
73fa89a Add comment to ProcessBlock
13dbdba Add index to input table to make certificate sync Adjust query to take advantage of the index
7bb1d96 FIX gofmt & golint violations
077a4c2 FIX issue where its possible that claims can be created without a name.
8080f57 FIX update spent claims bug where nothing gets updated FIX bug where claim_id was never getting set on the output when processed ADD run command to run individual chainquery jobs instead of the whole application ADD new columns to track against the latest utxo applied to a claim CHANGE name of transaction value sync function name for alignment CHANGE owner of claims to be the first output that creates it instead of the latest output that updates it CHANGE claim trie sync to consider the latest utxo for whether its spent
4adad85 Fix certificate sync to use the latest transaction_hash so it doesn't fail on updated claims.
bebf9bd If creating a tag fails, don't fail processing. Log and continue.
d2a063f Increase blocks generated to 800 so it includes seqwit tx at block 600 Add waiting for blocks in e2e test ( processing )
38035d6 Merge pull request #134 from lbryio/claim_ownership
217114f Put defer into its own function.
76c6d97 Update e2e test to use docker build with deprecated RPCs
cf6fff4 fix flag reset