whoisjeremylam / enu

Enu API server application
0 stars 0 forks source link

Counterpartyd accepts requests but doesn't return anything during a blockchain reorg #41

Closed whoisjeremylam closed 8 years ago

whoisjeremylam commented 9 years ago

2015-09-02-T13:46:00+0000 [WARNING] Blockchain reorganisation at block 372678. 2015-09-02-T13:46:00+0000 [INFO] Reparsing all transactions.

Will require explicit timeout handling and return back to the client after 10 seconds.

whoisjeremylam commented 9 years ago

Fix for Counterpartyd: return an error rather than hang RPC requests.

whoisjeremylam commented 9 years ago

Also, blockchain reparsing takes over 30 minutes... During this time, no requests will work to counterpartyd.

2015-08-29-T11:05:40+0000 [INFO] Reparsing all transactions. 2015-08-29-T11:41:12+0000 [INFO] Database minor version number updated.

whoisjeremylam commented 9 years ago

Temporary step: Change GET requests to hit DB directly until counterpartyd can be patched

whoisjeremylam commented 9 years ago

Not sure there is much we can do...

https://github.com/CounterpartyXCP/counterparty-lib/issues/763

whoisjeremylam commented 8 years ago

Fixed by https://github.com/CounterpartyXCP/counterparty-lib/issues/763