Skip to content
#

lbry

Here are 44 public repositories matching this topic...

lbry-sdk
tiger5226
tiger5226 commented Jun 14, 2018

When a reorg happens, it is detected by Chainquery and handled such that Chainquery stays at the top of the chain. However, the current state is just that a reorg notification is only logged and not recorded.

We should create a table called reorgs. It should have columns: id, depth, created_at, height, block_hash_list. The block_hash_list should be a json string array of the hash

Improve this page

Add a description, image, and links to the lbry topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lbry topic, visit your repo's landing page and select "manage topics."

Learn more