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

ZIP 320: Specify alternatives for transparent-source addresses. #760

Merged
merged 11 commits into from
Jan 15, 2024

Commits on Jan 12, 2024

  1. ZIP 320: Specify alternatives for transparent-source addresses.

    This provides two alternatives for how to implement
    transparent-source-only addresses:
    * A new, separate `bech32m` encoding with the `tex` human-readable part
    * A modification to Unified Addresses to support the transparent-source
      requirement.
    nuttycom committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ae1e49f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Apply suggestions from code review

    Co-authored-by: Daira Emma Hopwood <daira@jacaranda.org>
    nuttycom and daira committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    9b97740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e10362 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1f43c6 View commit details
    Browse the repository at this point in the history
  4. ZIP 320: Fix a bug in TEX encoding javascript.

    Co-authored-by: Daira Emma Hopwood <daira@jacaranda.org>
    nuttycom and daira committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    a49c9c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    342cd18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d33a793 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. ZIP 320: Add examples of expiry date retrieval to Traceable Address r…

    …eference impl.
    
    The inline Rust reference implementation has been removed; please see the
    sample code in the `zcash_address_wasm` library for reference.
    nuttycom committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    a407578 View commit details
    Browse the repository at this point in the history
  2. ZIP 320: Explain the larger rationale for Unified Addresses in the Al…

    …ternative 2 analysis section
    nuttycom committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    95ec5de View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Apply suggestions from code review

    Co-authored-by: Daira Emma Hopwood <daira@jacaranda.org>
    nuttycom and daira committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e11ddc4 View commit details
    Browse the repository at this point in the history
  2. Fix reference to F4Jumble encoding.

    Co-authored-by: Daira Emma Hopwood <daira@jacaranda.org>
    nuttycom and daira committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    72b7b25 View commit details
    Browse the repository at this point in the history