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
This is required to open zebra's ReadStateService to remote use. The fist step in this process is implementing SerdeSerialize andDeserialize for the ReadReasponse and ReadRequest structs in zebra-state, and therefore all primitives used.
The structs in zcash_history that need to implement serialisation are:
This is required to open zebra's
ReadStateService
to remote use. The fist step in this process is implementingSerde
Serialize
andDeserialize
for theReadReasponse
andReadRequest
structs inzebra-state
, and therefore all primitives used.The structs in zcash_history that need to implement serialisation are:
zcash_history::entry::Version
zcash_history::{EntryLink, EntryKind}
zcash_history::node_data::{NodeDate, V2}
zcash_history::tree::Tree
zcash_history::version::{V1, V2}
The Issue in Zebra tracking this task can be found here: feature: Remote
ReadStateService
. ZcashFoundation/zebra#9337.The text was updated successfully, but these errors were encountered: