Skip to content

Commit

Permalink
Merge pull request #1572 from zancas/update_sync_docs
Browse files Browse the repository at this point in the history
document sync definitions
  • Loading branch information
AloeareV authored Dec 11, 2024
2 parents 4dfdb7f + b9df5d9 commit c0de3b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions zingo-sync/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#![warn(missing_docs)]
//! Zingo sync engine prototype
//!
//! Definitions, Subordinate to the [Zcash Protocol Specification](<https://zips.z.cash/protocol/protocol-dark.pdf#blockchain>):
//! - Sync: Observation of a consensus state
//! - Consensus State: Eventually consistent global agreement
//! - Key-Enabled (keyed): Sync where the observer owns keys that reveal hidden information
//! - Explore (not yet supported): sync of public data
//!
//! Entrypoint: [`crate::sync::sync`]
//!
//! Terminology:
Expand Down

0 comments on commit c0de3b8

Please sign in to comment.