You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CompactBlockProcessor.emit(): Syncing process starts for batch: BlockBatch(order=1, range=BlockHeight(value=419201)..BlockHeight(value=419300), blocks=null)
main CompactBlockProcessor.fetchTreeStateForHeight$zcash_android_sdk_2_1_2_release(): Starting to fetch tree state for height 419200
app_time_stats: avg=3437.46ms min=3437.46ms max=3437.46ms count=1
Networking error: UNKNOWN: zcashd did not return treestate
main CompactBlockProcessor.fetchTreeStateForHeight$zcash_android_sdk_2_1_2_release(): Tree state fetch failed (Ask Gemini)
java.lang.Throwable: Communication failure with details: 2: zcashd did not return treestate
If this error is received, it means we successfully communicated with lightwalletd, i.e. there was no networking error.
The SDK should have a separate error type for lightwalletd errors, so that downstream SDK users are not misled into thinking this is an issue with the client phone's networking.
The text was updated successfully, but these errors were encountered:
See Electric-Coin-Company/zashi-android#1422 as an example:
zcashd did not return treestate
is an error thatlightwalletd
can return from theGetTreeState
method: https://github.com/zcash/lightwalletd/blob/6e3816b5834583c492c37ce05b0faaf9fe12c87f/frontend/service.go#L288-L290If this error is received, it means we successfully communicated with
lightwalletd
, i.e. there was no networking error.The SDK should have a separate error type for
lightwalletd
errors, so that downstream SDK users are not misled into thinking this is an issue with the client phone's networking.The text was updated successfully, but these errors were encountered: