I'm running cashed and this version of lwd locally. I usually launch Zcashd and then lwd without paying too much attention to it.
I noticed that some of my tests that fetch old block ranges were failing.
Steps:
- launch zcashd locally
- launch lwd right after without letting Zcashd finish initializing.
- let lwd launch
- call a service to get an old block range (e.g. 280000 to 280100)
expected: request succeeds
result: request fails with unknown status code
console is stuck on
WARNING[2019-12-05T12:35:07-03:00] Unable to get sapling activation height app=frontend-grpc error="error requesting block: -28: Loading block index..."
INFO[2019-12-05T12:35:07-03:00] Got sapling height -1 chain branchID app=frontend-grpc
INFO[2019-12-05T12:35:07-03:00] Starting gRPC server on 127.0.0.1:9067 app=frontend-grpc
WARNING[2019-12-05T12:35:22-03:00] error with getblock app=frontend-grpc error="error requesting block: -28: Loading block index..." height=-1
WARNING[2019-12-05T12:35:37-03:00] error with getblock app=frontend-grpc error="error requesting block: -28: Loading block index..." height=-1
I'm running cashed and this version of lwd locally. I usually launch Zcashd and then lwd without paying too much attention to it.
I noticed that some of my tests that fetch old block ranges were failing.
Steps:
expected: request succeeds
result: request fails with unknown status code
console is stuck on