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
Flesh out zebra-chain and dependencies as needed to be able to validate a single transaction. This is enough extensive work that feeds into our Sync and validate the chain milestone.
Remaining chunks of work in approximate priority order:
implementing tree state management for Sapling (assuming checkpointing on Sapling activation)
Flesh out zebra-chain and dependencies as needed to be able to validate a single transaction. This is enough extensive work that feeds into our
Sync and validate the chain
milestone.Remaining chunks of work in approximate priority order:
zcash
'szcashconsensus
library and re-export it as a rust crate - Wrap and re-exportzcashconsensus
as a rust crate #622zcashconsensus
withzebra-consensus
Make zebra-script wrap the C++ script implementation in zcashconsensus #708zcashconsensus
crate so we don't have to use it as a git dependencyverify_script
zcashconsensus
in rust - reimplementzcash_script
in rust #623The text was updated successfully, but these errors were encountered: