tree: d6d2112bb445f4096236c3eeed3109e500600a23 [path history] [tgz]
  1. app/
  2. cache/
  3. cloud_sync/
  4. cobalt/
  5. encryption/
  6. environment/
  7. fidl/
  8. fidl_helpers/
  9. filesystem/
  10. lock/
  11. meta/
  12. p2p_provider/
  13. p2p_sync/
  14. public/
  15. storage/
  16. sync_coordinator/
  17. sync_helper/
  18. testing/
  19. tests/
  20. BUILD.gn
  21. README.md
src/ledger/bin/README.md

Ledger

Implementation of Ledger.

Contents

  • app implements Ledger fidl API
  • cache
  • cloud_sync implements Ledger synchronisation via cloud
  • cobalt contains helper methods for reporting Cobalt events
  • coroutine coroutine library
  • encryption implements encryption service for Ledger
  • environment
  • fidl FIDL protocols internal to Ledger and peridot framework (not exposed to upper layers)
  • fidl_helpers
  • lock
  • filesystem contains filesystem-related helper functions
  • p2p_provider implements P2P primitives powering the P2P sync
  • p2p_sync implements Ledger synchronisation via P2P
  • storage implements persistent representation of data held in Ledger
  • testing contains helper functions used for testing Ledger
  • tests contains tests and benchmarks for Ledger