lbryio / torba

Torba makes it easy to create fast and correct bitcoin based crypto wallets.
MIT License
2.18k stars 20 forks source link

Support Blockchain Reorganization #3

Open eukreign opened 6 years ago

eukreign commented 6 years ago

how do reorgs affect files you have on disk and claims you paid for?

eukreign commented 5 years ago

@hackrush01 implement this method: https://github.com/lbryio/torba/blob/7a8c2fc98ba31751ec9262ab4adcefe4f6335a9e/torba/client/basedatabase.py#L334

eukreign commented 5 years ago

this is the tests for the header rewinding, transaction rewinding would be similar / build on this test: https://github.com/lbryio/torba/blob/master/tests/client_tests/integration/test_blockchain_reorganization.py

hackrush01 commented 5 years ago

This comment will be updated with progress