ord icon indicating copy to clipboard operation
ord copied to clipboard

Improve error message when wallet runs against syncing index

Open casey opened this issue 11 months ago • 3 comments

If you run a wallet command while the index is syncing, you'll get "error: wallet failed to synchronize with ord server", we should instead either hang, with a message like "waiting for ord server to sync", or give an error message that includes the server height and the bitcoind height.

casey avatar Mar 13 '24 18:03 casey

If you run a wallet command while the index is syncing, you'll get "error: wallet failed to synchronize with ord server", we should instead either hang, with a message like "waiting for ord server to sync", or give an error message that includes the server height and the bitcoind height.

Looks silly but usefull, it took me sometime to understand that msg the first time I got it.

lalotrage avatar Apr 05 '24 11:04 lalotrage

So the idea is to let wallet and server compete for the index lock? The index lock is held for a VERY long time, making using a wallet a nightmare

gus4rs avatar Apr 12 '24 06:04 gus4rs