bitcoinjs / indexd

An external bitcoind index management service module
ISC License
52 stars 23 forks source link

De-linearize synchronization if behind by >100 blocks #27

Open dcousens opened 6 years ago

dcousens commented 6 years ago

The RPC is the limiting factor, we could trivially de-linearize the 1st order connect calls, provided tip doesn't get confused. tip is the only data that is "UPDATE"d.

dcousens commented 6 years ago

Blocked by https://github.com/bitcoinjs/indexd/issues/26