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
Currently Zaino only has the subset of lightwallet gRPC services that Zingolib uses implemented. The full set of services should be implemented in Zaino-Fetch (backed by Zebra's JsonRPC Service) for backwards compatibility. The deprecated services can then use these implementations until they are fully removed.
NOTE 1: Currently compact blocks are fetched as full blocks are parsed to compact blocks before being served to the client. This is inefficient and compact block should be served directly from disc / memory. This work will be completed in #55.
NOTE 2: Currently Lightwalletd does not return the correct error types from its gRPC services [https://github.com/zcash/lightwalletd/issues/497]. We will implement Zaino to use the correct tonic statuses [https://github.com/grpc/grpc/blob/master/doc/statuscodes.md#status-codes-and-their-use-in-grpc] rather than implement functionality as it is in Lightwalletd.
The text was updated successfully, but these errors were encountered:
idky137
added
ZGM1
Issues that need to be resolved for the completion of the Zaino dev grant milestone 1
V1.0
Required for Zaino V1.0
labels
Sep 10, 2024
Currently Zaino only has the subset of lightwallet gRPC services that Zingolib uses implemented. The full set of services should be implemented in Zaino-Fetch (backed by Zebra's JsonRPC Service) for backwards compatibility. The deprecated services can then use these implementations until they are fully removed.
Tasks
NOTE 1: Currently compact blocks are fetched as full blocks are parsed to compact blocks before being served to the client. This is inefficient and compact block should be served directly from disc / memory. This work will be completed in #55.
NOTE 2: Currently Lightwalletd does not return the correct error types from its gRPC services [https://github.com/zcash/lightwalletd/issues/497]. We will implement Zaino to use the correct tonic statuses [https://github.com/grpc/grpc/blob/master/doc/statuscodes.md#status-codes-and-their-use-in-grpc] rather than implement functionality as it is in Lightwalletd.
The text was updated successfully, but these errors were encountered: