Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factor out protocol constants and value types into a zcash_protocol crate. #1142

Merged
merged 18 commits into from
Mar 6, 2024

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    66c6bba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bacfe3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e4d9ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7188482 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb3c7b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85d1ca2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a35ccfc View commit details
    Browse the repository at this point in the history
  8. zcash_client_backend: Move the ShieldedProtocol and PoolType type…

    …s to `zcash_protocol`
    nuttycom committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6445410 View commit details
    Browse the repository at this point in the history
  9. zcash_address: Use zcash_protocol::consensus::NetworkType

    This inverts the dependency relationship between `zcash_protocol` and
    `zcash_address`, permitting the network constants (primarily the HRPs)
    defined in `zcash_protocol` to be used directly in `zcash_address`
    instead of being duplicated.
    nuttycom committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4b18426 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a823ed7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    04fdac7 View commit details
    Browse the repository at this point in the history
  12. Apply suggestions from code review

    Co-authored-by: str4d <[email protected]>
    Co-authored-by: Daira-Emma Hopwood <[email protected]>
    3 people committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b8aa513 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    51d4464 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5675a76 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8955cfc View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Apply suggestions from code review

    Co-authored-by: Daira-Emma Hopwood <[email protected]>
    nuttycom and daira committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    eaabc0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b4942f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    376db46 View commit details
    Browse the repository at this point in the history