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

Zsa1 upsteram merge #63

Merged
merged 996 commits into from
Jun 26, 2024
Merged

Zsa1 upsteram merge #63

merged 996 commits into from
Jun 26, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 10, 2024

  1. Replace unstable-nu6 and zfuture feature flags with cfg flags

    Neither of these should have been feature flags, as they gate breaking
    changes to the Zcash consensus rules (and in some ways are incompatible
    with each other), while feature flags should be additive.
    str4d committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    6898dbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request zcash#1251 from zcash/ci-rework

    CI: Rework the test states
    nuttycom authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    654f116 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4abcba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a81156 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7995745 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    993102e View commit details
    Browse the repository at this point in the history
  7. Merge pull request zcash#1252 from zcash/orchard-test-fixes

    Various fixes to Orchard tests
    nuttycom authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    1003cd6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. zcash_client_sqlite: Make scan_cached_blocks_detects_spends_out_of_or…

    …der a common single-pool test
    nuttycom authored and str4d committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0256218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99b3d3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de58b5a View commit details
    Browse the repository at this point in the history
  4. Merge pull request zcash#1253 from zcash/more-orchard-tests

    zcash_client_sqlite: More Orchard tests
    nuttycom authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    cc3f05a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    374ed8c View commit details
    Browse the repository at this point in the history
  6. zcash_client_sqlite: Add orchard_received_notes table and update re…

    …lated views.
    nuttycom authored and str4d committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ae9dd25 View commit details
    Browse the repository at this point in the history
  7. Merge pull request zcash#1254 from zcash/orchard-tables

    zcash_client_sqlite: Add database tables for Orchard
    str4d authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0780272 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af4dce9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    50f5df4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1181566 View commit details
    Browse the repository at this point in the history
  11. zcash_client_sqlite: Add Orchard note commitments in put_blocks and…

    … `put_block`
    nuttycom authored and str4d committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b62763d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8dfa836 View commit details
    Browse the repository at this point in the history
  13. zcash_client_sqlite: Ensure we identify the sending account in z->t t…

    …ransactions.
    nuttycom authored and str4d committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    22ed9eb View commit details
    Browse the repository at this point in the history
  14. zcash_client_sqlite: Use preference order for z->t account matching

    Co-authored-by: Daira-Emma Hopwood <[email protected]>
    str4d and daira authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    33be548 View commit details
    Browse the repository at this point in the history
  15. Merge pull request zcash#1255 from zcash/orchard-scanning

    zcash_client_sqlite: Implement Orchard scanning
    str4d authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a9aabb2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    021128b View commit details
    Browse the repository at this point in the history
  17. zcash_client_sqlite: Get the minimum of Sapling and Orchard anchor he…

    …ights for the anchor.
    nuttycom authored and str4d committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ac7113c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a1a8af0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    44f5a55 View commit details
    Browse the repository at this point in the history
  20. zcash_client_sqlite: Ensure that we only exclude the correct notes fr…

    …om selection.
    nuttycom authored and str4d committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6086774 View commit details
    Browse the repository at this point in the history
  21. zcash_client_sqlite: Make note selection queries consistent between S…

    …apling and Orchard.
    nuttycom authored and str4d committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    cad174c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    820b1f9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6601820 View commit details
    Browse the repository at this point in the history
  24. zcash_client_sqlite: Minor refactoring for improved debuggability & f…

    …uture Sapling flagging.
    nuttycom authored and str4d committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1028894 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8e09b78 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5a6057b View commit details
    Browse the repository at this point in the history
  27. Fix typos

    str4d committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d68a01a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Add UnifiedIncomingViewingKey struct

    Also update sqlite to utilize the new struct
    AArnott committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    071d7c5 View commit details
    Browse the repository at this point in the history
  2. Apply updated style for key discovery

    Co-authored-by: Kris Nuttycombe <[email protected]>
    AArnott and nuttycom committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    2b3060d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0bd257 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09181f4 View commit details
    Browse the repository at this point in the history
  5. Apply error message suggestion from code review.

    Co-authored-by: str4d <[email protected]>
    nuttycom and str4d authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7cfaa42 View commit details
    Browse the repository at this point in the history
  6. zcash_client_sqlite: Ensure that truncation is applied to the Orchard…

    … note commitment tree.
    nuttycom committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    2eb5061 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: str4d <[email protected]>
    nuttycom and str4d committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5a28970 View commit details
    Browse the repository at this point in the history
  8. Merge pull request zcash#1182 from nuttycom/sqlite_wallet/orchard_sup…

    …port
    
    `zcash_client_sqlite`: Add Orchard wallet support
    nuttycom authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    bb466de View commit details
    Browse the repository at this point in the history
  9. Merge pull request zcash#1258 from nuttycom/sqlite_wallet/fuzzy_key_m…

    …atching
    
    Return partial matches when using `WalletRead::get_account_for_ufvk`.
    nuttycom authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5e810d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    33e943d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    328e854 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    79f5bb4 View commit details
    Browse the repository at this point in the history
  13. Merge pull request zcash#1259 from nuttycom/sqlite_wallet/get_seed_ac…

    …count
    
    Add `WalletRead::get_seed_account`
    nuttycom authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3dcac7a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0c5a365 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Merge pull request zcash#1264 from nuttycom/orchard_rho

    zcash_client_sqlite: Update to make use of `orchard::note::Rho`
    nuttycom authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a788fc9 View commit details
    Browse the repository at this point in the history
  2. Remove stray dbg! calls

    nuttycom committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c967bb8 View commit details
    Browse the repository at this point in the history
  3. zcash_client_backend: Require the tree state for the start of each sc…

    …anned range.
    
    In order to support constructing the anchor for multiple pools with a
    common anchor height, we must be able to checkpoint each note commitment
    tree (and consequently compute the root) at that height. Since we may
    not have the information in the tree needed to do so, we require that it
    be provided.
    
    As a bonus, this change makes it possible to improve the UX around
    spendability, because we will no longer require subtree ranges below
    received notes to be fully scanned; the inserted frontier provides
    sufficient information to make them spendable.
    nuttycom committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f58263e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4b2108 View commit details
    Browse the repository at this point in the history
  5. zcash_client_sqlite: Move tests that require fixes to the test framew…

    …ork behind the `orchard` flag.
    nuttycom committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d80782a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ba89a6 View commit details
    Browse the repository at this point in the history
  7. Fix stray clippy complaint.

    nuttycom committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a046088 View commit details
    Browse the repository at this point in the history
  8. Merge pull request zcash#1262 from nuttycom/sqlite_wallet/fix_multi_p…

    …ool_checkpointing
    
    zcash_client_sqlite: Ensure that Orchard and Sapling checkpoints are always available for the same block heights.
    nuttycom authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b3d06ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7d603b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    27eba4e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    634ebf5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b2597aa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dd63a6e View commit details
    Browse the repository at this point in the history
  14. Merge pull request zcash#1266 from zcash/apis-for-mobile-sdks

    APIs for mobile SDKs
    str4d authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    05259ef View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bc6aa95 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6509348 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5f3d5e9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    64aabdc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bbb7f36 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b161472 View commit details
    Browse the repository at this point in the history
  21. Merge pull request zcash#1267 from zcash/account-apis

    Account APIs needed for the mobile SDKs
    str4d authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1c72b0b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    a81e7ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c99338a View commit details
    Browse the repository at this point in the history
  3. Merge pull request zcash#1268 from nuttycom/sqlite_wallet/cross_pool_…

    …note_selection
    
    zcash_client_backend: Fix note selection & add more multi-pool tests.
    str4d authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2e0a300 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1770c2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22f3418 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bae47b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d6a8b6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request zcash#1271 from nuttycom/sqlite_wallet/cross_pool_…

    …selection_refactor
    
    zcash_client_backend: Pure refactoring for note selection ergonomics.
    nuttycom authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    be312f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d9927b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b4171ca View commit details
    Browse the repository at this point in the history
  11. Implement todo! line

    AArnott committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9ddbf1e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9e1a432 View commit details
    Browse the repository at this point in the history
  13. zcash_keys: Remove HdSeedFingerprint as it duplicates `zip32::fingerp…

    …rint::SeedFingerprint`
    nuttycom committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    cc990b6 View commit details
    Browse the repository at this point in the history
  14. Merge pull request zcash#1274 from nuttycom/use_zip32_seed_fingerprint

    zcash_keys: Remove HdSeedFingerprint as it duplicates `zip32::fingerprint::SeedFingerprint`'
    nuttycom authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c3d82b2 View commit details
    Browse the repository at this point in the history
  15. zcash_client_backend: Make WalletRead::get_transaction return `Resu…

    …lt<Option<Transaction>, _>`
    
    This should never have had the behavior of returning an error on a
    missing txid in the first place; doing so conflates database corruption
    or connectivity errors with the ordinary case where data may not be
    available.
    nuttycom committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    46fd6ab View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Merge pull request zcash#1275 from nuttycom/get_transaction_option

    zcash_client_backend: Make `WalletRead::get_transaction` return `Result<Option<Transaction>, _>`
    nuttycom authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    50a4ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6102e83 View commit details
    Browse the repository at this point in the history
  3. Add WASM support to lightwalletd-tonic feature flag (zcash#1270)

    The transport-specific code is moved behind a new `lightwalletd-tonic-transport` feature flag.
    willemolding authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    1775f65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab3e790 View commit details
    Browse the repository at this point in the history
  5. zcash_client_sqlite: Fix ambiguities in transaction views

    Co-authored-by: Kris Nuttycombe <[email protected]>
    str4d and nuttycom committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8b8757c View commit details
    Browse the repository at this point in the history
  6. Merge pull request zcash#1279 from zcash/zcs-fix-view-migrations

    zcash_client_sqlite: Fix ambiguities in transaction views
    nuttycom authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e0227ed View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge pull request zcash#1245 from AArnott/uivk

    Add `UnifiedIncomingViewingKey` struct
    nuttycom authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    273712b View commit details
    Browse the repository at this point in the history
  2. Merge pull request zcash#1272 from nuttycom/account_source

    zcash_client_backend: Rename `AccountKind` to `AccountSource`
    str4d authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    da64e8a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    85d79fb View commit details
    Browse the repository at this point in the history
  2. Add Account::uivk

    The blanket `impl Account<A> for (A, Option<UnifiedFullViewingKey>)` is
    removed because we cannot know the UIVK for `(A, None)`. We instead
    provide a blanket impl for `(A, UnifiedIncomingViewingKey)`. We also
    move both of them behind `test-dependencies` because they are only
    intended for testing purposes.
    str4d committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    703e50a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c67b17d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d8a7dc View commit details
    Browse the repository at this point in the history
  5. zcash_client_sqlite: Fix bug in WalletDb::validate_seed

    The previous implementation was mixing the caller-provided seed with the
    wallet-provided ZIP 32 account index, and throwing an error if the USK
    derivation failed. We instead need to count that as a mismatch, because
    the wallet account's actual seed would derive a USK fine (because wallet
    accounts are required to have a known UIVK).
    str4d committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8c7f8d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6bc21b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4fa0547 View commit details
    Browse the repository at this point in the history
  8. Merge pull request zcash#1286 from zcash/1283-zcs-migration-seed-rele…

    …vance
    
    zcash_client_sqlite: Always check for seed relevance in `init_wallet_db`
    str4d authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5b3ebca View commit details
    Browse the repository at this point in the history
  9. Distinguish seed relevance when no derived accounts are present

    During wallet migration in particular, the absence of _any_ accounts is
    expected, and all seeds should be treated as relevant (because accounts
    cannot be added before a wallet is initialized).
    str4d committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3090aff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3c1e82a View commit details
    Browse the repository at this point in the history
  11. Merge pull request zcash#1287 from zcash/zcs-distinguish-seed-relevan…

    …ce-with-no-accounts
    
    Distinguish seed relevance when no derived accounts are present
    nuttycom authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    35a60ab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b189fe7 View commit details
    Browse the repository at this point in the history
  13. Merge pull request zcash#1288 from zcash/orchard-metastability

    Remove `orchard` feature flag from behind `zcash_unstable` cfg flag
    nuttycom authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    18e2683 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4f7c5bd View commit details
    Browse the repository at this point in the history
  15. Merge pull request zcash#1289 from nuttycom/sqlite_wallet/branching_c…

    …hain_test_fixes
    
    zcash_client_sqlite: Fix `scan_complete` tests.
    str4d authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    97651a6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5f1d759 View commit details
    Browse the repository at this point in the history
  17. Merge pull request zcash#1290 from nuttycom/fix/empty_tree_deserializ…

    …ation
    
    zcash_client_backend: Treat protobuf default as the empty `CommitmentTree`.
    str4d authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e795174 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    7bcf10b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    978f838 View commit details
    Browse the repository at this point in the history
  3. remove doc hidden

    AloeareV committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7cbfc1f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    dc4fccf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5298ae2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request zcash#1291 from zcash/zcs-default-ua-orchard-receiver

    zcash_client_sqlite: Include Orchard receiver in default UA for new accounts
    nuttycom authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f7d2228 View commit details
    Browse the repository at this point in the history
  4. Merge pull request zcash#1297 from nuttycom/sqlite_wallet/branching_c…

    …hain_test_fixes
    
    Fix update_chain_tip_unstable_max_scanned tests.
    nuttycom authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cb218ad View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    6f1e4af View commit details
    Browse the repository at this point in the history
  2. Merge pull request zcash#1301 from nuttycom/fix/orchard_ua_receiver_t…

    …ests
    
    zcash_client_sqlite: Fix tests that broke with the addition of Orchard UA receivers.
    nuttycom authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c45d3ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3c8b58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fada46e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. zcash_client_sqlite: Add a test to attempt to simulate the checkpoint…

    … conflict bug (not failing.)
    nuttycom committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    5d3ddab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    635057d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Merge pull request zcash#1303 from nuttycom/fix/put_blocks_checkpoint…

    …_conflict
    
    zcash_client_sqlite: Fix a problem related to checkpoint pruning.
    nuttycom authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    2bcfa79 View commit details
    Browse the repository at this point in the history
  2. zcash_client_backend: Ensure checkpoint at the end of each block.

    This fixes an error wherein a note commitment in the last note
    commitment position in a block was not being correctly marked as a
    checkpoint.
    
    This would occur when a block contained both Sapling and Orchard note
    commitments, but the final transaction in the block contained only
    either Sapling or Orchard note commitments, but not both.
    
    Fixes zcash#1302
    nuttycom committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    874d6b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c82b87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c9bd40 View commit details
    Browse the repository at this point in the history
  5. zcash_client_sqlite: Use account birthday subtree sizes for progress.

    This also fixes the `update_chain_tip_stable_max_scanned` tests.
    nuttycom committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    e67a978 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81954e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e22cf68 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    5f042c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request zcash#1310 from zcash/release-zcash_protocol-0.1.1

    zcash_protocol release version 0.1.1
    nuttycom authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3620314 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33edf74 View commit details
    Browse the repository at this point in the history
  4. Merge pull request zcash#1307 from nuttycom/fix/update_chain_tip_stab…

    …le_max_scanned
    
    zcash_client_sqlite: Use account birthday subtree sizes for progress
    nuttycom authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    22f90bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e7dba8 View commit details
    Browse the repository at this point in the history
  6. zcash_client_sqlite: Use get_funding_account to determine whether a…

    …n output is recorded as sent.
    nuttycom committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    404132b View commit details
    Browse the repository at this point in the history
  7. zcash_client_backend: Track external addresses in inter-account trans…

    …actions.
    
    Previously, if the funding account for a received transaction output was
    determined to be an account known to the wallet, the output was recorded
    as though it were sent to an internal (change) address of the wallet.
    nuttycom committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    151e6e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cf8cab View commit details
    Browse the repository at this point in the history
  9. Merge pull request zcash#1311 from zcash/release-zcash_primitives-0.15.0

    zcash_primitives release version 0.15.0
    nuttycom authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    181e898 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2bda943 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f8c0215 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ba7fbd View commit details
    Browse the repository at this point in the history
  13. Merge pull request zcash#1313 from zcash/release-zcash_proofs-0.15.0

    Release zcash_proofs version 0.15.0
    nuttycom authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b82740b View commit details
    Browse the repository at this point in the history
  14. Merge pull request zcash#1314 from zcash/release-zcash_keys-0.2.0

    Release zcash_keys version 0.2.0
    nuttycom authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b68d97b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1719b01 View commit details
    Browse the repository at this point in the history
  16. zcash_client_sqlite: Disallow selection of dust notes.

    At present, we don't take builder padding rules into account in the
    determination of whether or not we can include spends of dust notes in
    grace actions. It's too complex to attempt a complete fix for Zashi 1.0,
    but we can have a tolerable workaround for launch by just never
    selecting dust-valued notes.
    
    This is a temporary solution; opened zcash#1316 to track the resolution.
    nuttycom committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0d8f569 View commit details
    Browse the repository at this point in the history
  17. Merge pull request zcash#1306 from zcash/detect_spending_accounts

    zcash_client_sqlite: Use consistent criteria for detecting what accounts fund a transaction.
    nuttycom authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    895e8e3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bda72e3 View commit details
    Browse the repository at this point in the history
  19. Merge pull request zcash#1312 from zcash/avoid_dust_note_selection

    zcash_client_sqlite: Disallow selection of dust notes.
    nuttycom authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    304e565 View commit details
    Browse the repository at this point in the history
  20. Merge pull request zcash#1296 from AloeareV/remove_doc_hidden

    remove doc hidden from some keys
    nuttycom authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a9c4bc1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    777adb8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    366d5d7 View commit details
    Browse the repository at this point in the history
  23. Fix broken intra-doc link.

    nuttycom committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5e5ee19 View commit details
    Browse the repository at this point in the history
  24. Merge pull request zcash#1319 from zcash/release-zcash_client_sqlite-…

    …0.10.0
    
    Release `zcash_client_sqlite 0.10.0` / `zcash_client_backend 0.12.0`
    nuttycom authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ad4bc84 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. zcash_client_sqlite: Permit either sent note recipient address or rec…

    …ipient account to be null, but not both.
    nuttycom committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4464e06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da3869a View commit details
    Browse the repository at this point in the history
  3. Merge pull request zcash#1321 from zcash/fix_sent_note_recipient_cons…

    …traint
    
    zcash_client_sqlite: Fix sent note recipient constraint
    nuttycom authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3ccc14f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    020305f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5462f84 View commit details
    Browse the repository at this point in the history
  3. Merge pull request zcash#1328 from zcash/1326-zcs-fix-query

    zcash_client_sqlite: Fix column name in UTXO query
    str4d authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9195019 View commit details
    Browse the repository at this point in the history
  4. zcash_client_sqlite 0.10.2

    str4d committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bea4097 View commit details
    Browse the repository at this point in the history
  5. Merge pull request zcash#1331 from zcash/release-zcash_client_sqlite-…

    …0.10.2
    
    zcash_client_sqlite 0.10.2
    str4d authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0d80f3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a58355f View commit details
    Browse the repository at this point in the history
  7. zcash_client_sqlite: Fix incorrect input selection filtering when sen…

    …ding to transparent.
    
    The "avoid pool crossing" conditions in not selection were erroneously
    not taking into account the need to pay transparent outputs.
    nuttycom committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d431889 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cb33c8 View commit details
    Browse the repository at this point in the history
  9. Merge pull request zcash#1333 from zcash/fix/single_pool_send_to_t

    zcash_client_sqlite: Fix incorrect input selection filtering when sending to transparent.
    str4d authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    86823c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. zcash_client_sqlite: Add a migration to ensure that default addresses…

    … have an Orchard receiver.
    nuttycom committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c34b682 View commit details
    Browse the repository at this point in the history
  2. Merge pull request zcash#1334 from zcash/fix/ensure_orchard_in_defaul…

    …t_ua
    
    zcash_client_sqlite: Add a migration to ensure that default addresses…
    nuttycom authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    cc9ea39 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    55895b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e618d80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bd9781 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdd0990 View commit details
    Browse the repository at this point in the history
  5. Merge pull request zcash#1339 from nuttycom/use_named_column_accessors

    zcash_client_sqlite: Use named column accessors for `to_spendable_note`
    str4d authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    eff1a2b View commit details
    Browse the repository at this point in the history
  6. Merge pull request zcash#1337 from nuttycom/fix_suspicious_account_query

    zcash_client_sqlite: Fix sloppy named-parameter reference.
    str4d authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    023e3ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25b8404 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. zcash_client_backend: Implement async wallet synchronization function

    This implements the necessary state machine for taking a wallet in some
    arbitrary synchronization status, and fully scanning (the remainder of)
    the chain.
    
    Closes zcash#1169.
    str4d committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    24277a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f017bc View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Merge pull request zcash#1184 from zcash/1169-sync-engine

    zcash_client_backend: Implement async wallet synchronization function
    nuttycom authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    430212c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbb8d10 View commit details
    Browse the repository at this point in the history
  3. zip321: Remove stub lib.rs

    nuttycom committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    07d5aa4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdf86ad View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    d982d78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ea7d84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86e1181 View commit details
    Browse the repository at this point in the history
  4. zcash_client_sqlite: Use ZcashAddress for persistence of sent note …

    …addresses
    
    Prior to this change, the recipient of a sent transaction would always
    be shown as the protocol-level address, instead of any unified address
    intended as the recipient. Now, instead of reencoding the recipient
    address, we use the original `ZcashAddress` value from the payment
    request.
    nuttycom committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b60600a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20e8bca View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    f7c29f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request zcash#1341 from nuttycom/fix_birthday_query

    zcash_client_sqlite: Fix broken `account_birthday` method.
    nuttycom authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    e37e490 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    a7de8a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request zcash#1342 from zcash/release-zcash_client_sqlite-…

    …0.10.3
    
    Release zcash_client_sqlite version 0.10.3
    nuttycom authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    19fce07 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. build(deps): bump peaceiris/actions-gh-pages from 3 to 4

    Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4.
    - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
    - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
    - [Commits](peaceiris/actions-gh-pages@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: peaceiris/actions-gh-pages
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b42b498 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. build(deps): bump supplypike/setup-bin from 3 to 4

    Bumps [supplypike/setup-bin](https://github.com/supplypike/setup-bin) from 3 to 4.
    - [Release notes](https://github.com/supplypike/setup-bin/releases)
    - [Commits](supplypike/setup-bin@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: supplypike/setup-bin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5cf83c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    f28aa6b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    ea82dbe View commit details
    Browse the repository at this point in the history
  2. Merge pull request zcash#1347 from zcash/dependabot/github_actions/su…

    …pplypike/setup-bin-4
    
    build(deps): bump supplypike/setup-bin from 3 to 4
    str4d authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    390b929 View commit details
    Browse the repository at this point in the history
  3. Merge pull request zcash#1343 from zcash/dependabot/github_actions/pe…

    …aceiris/actions-gh-pages-4
    
    build(deps): bump peaceiris/actions-gh-pages from 3 to 4
    str4d authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3877c38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc1bcb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4b405f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Merge pull request zcash#1357 from zcash/equihash-refactor-code

    Refactor `equihash` code
    str4d authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    5df164b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    aeac544 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: str4d <[email protected]>
    nuttycom and str4d committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d2aa6cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request zcash#1143 from nuttycom/crate_zip321

    Extract `zip321` crate from `zcash_client_backend`
    str4d authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5c6a6a4 View commit details
    Browse the repository at this point in the history
  4. cargo vet init

    str4d committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    672cc9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afb8b55 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Trust the Zcash crates we maintain and publish

    Trust set imported from `zcash/zcash` where there were common deps.
    str4d committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f3717d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f11ba5 View commit details
    Browse the repository at this point in the history
  3. Trust the Windows crates published by Microsoft

    As with our `cargo-vet` usage in `zcash/zcash`, these are binary crates
    for interacting with Windows APIs, so both sides are maintained by
    Microsoft and are not something we can audit ourselves.
    str4d committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4eb2df6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bbd002 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12334b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d99edcc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03627b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    846d986 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e574c27 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    08cd7e2 View commit details
    Browse the repository at this point in the history
  11. Add config file for cargo deny check licenses

    Most of the config is copied from `zcash/zcash`, but with a few extra
    license exceptions due to the `download-params` feature of
    `zcash_proofs` and the `lightwalletd-tonic-transport` feature of
    `zcash_client_backend`.
    str4d committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    66f11ce View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    011909d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    069109b View commit details
    Browse the repository at this point in the history
  14. Merge pull request zcash#1359 from zcash/cargo-audits

    Set up Cargo audit infrastructure
    nuttycom authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    895afe5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    c2ed829 View commit details
    Browse the repository at this point in the history
  2. Merge pull request zcash#1375 from zcash/trigger-audit-aggregation

    CI: Add workflow to automatically trigger audit aggregation
    str4d authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    081be32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4c51c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Merge pull request zcash#1376 from zcash/fix-audit-aggregation-workflow

    CI: Add explicit token to GitHub CLI usage
    daira authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    de24462 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    7bd1cd1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request zcash#1378 from zcash/ci-codecov-4

    CI: Migrate to `codecov/[email protected]`
    nuttycom authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9375c1b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. chore: remove repetitive words

    Signed-off-by: jimmycathy <[email protected]>
    jimmycathy committed May 4, 2024
    Configuration menu
    Copy the full SHA
    3510384 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Merge pull request zcash#1383 from jimmycathy/main

    chore: remove repetitive words
    nuttycom authored May 7, 2024
    Configuration menu
    Copy the full SHA
    c3eace4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. minor update

    PaulLaux authored and alexeykoren committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1fc28e8 View commit details
    Browse the repository at this point in the history
  2. updated version

    PaulLaux authored and alexeykoren committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c053f95 View commit details
    Browse the repository at this point in the history
  3. commented out test code

    PaulLaux authored and alexeykoren committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a6097f9 View commit details
    Browse the repository at this point in the history
  4. updated test and cleanup

    PaulLaux authored and alexeykoren committed May 13, 2024
    Configuration menu
    Copy the full SHA
    09d238f View commit details
    Browse the repository at this point in the history
  5. New orchard version

    alexeykoren committed May 13, 2024
    Configuration menu
    Copy the full SHA
    552bda5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fee216 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f169962 View commit details
    Browse the repository at this point in the history
  8. updated Cargo.toml

    PaulLaux authored and alexeykoren committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ea0c9f0 View commit details
    Browse the repository at this point in the history
  9. Fix post-rebase problems

    alexeykoren committed May 13, 2024
    Configuration menu
    Copy the full SHA
    def6ab4 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/zsa1-rebased' into …

    …zsa1
    
    # Conflicts:
    #	Cargo.toml
    #	components/zcash_note_encryption/Cargo.toml
    #	components/zcash_note_encryption/src/batch.rs
    #	components/zcash_note_encryption/src/lib.rs
    #	zcash_client_backend/src/proto.rs
    #	zcash_client_backend/src/scan.rs
    #	zcash_primitives/src/sapling/note_encryption.rs
    #	zcash_primitives/src/transaction/components/sapling.rs
    #	zcash_primitives/src/transaction/components/sapling/builder.rs
    alexey committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7eb1fe9 View commit details
    Browse the repository at this point in the history
  2. Fix fmt

    alexey committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4c1d5c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    61fafcb View commit details
    Browse the repository at this point in the history
  2. Exclude unused features

    alexeykoren committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    aa108bd View commit details
    Browse the repository at this point in the history
  3. Exclude unused features

    alexeykoren committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e3d0f79 View commit details
    Browse the repository at this point in the history
  4. Add sapling feature

    alexeykoren committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8da4a01 View commit details
    Browse the repository at this point in the history
  5. Fix prost version

    alexeykoren committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fe288b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Fix prost version

    alexeykoren committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    73e8e97 View commit details
    Browse the repository at this point in the history
  2. Fix orchard version

    alexeykoren committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f13fc9b View commit details
    Browse the repository at this point in the history
  3. Bump MEV to 1.70

    alexeykoren committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1a166a2 View commit details
    Browse the repository at this point in the history
  4. Fix clippy

    alexeykoren committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    04023eb View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    3e58f6d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Remove empty file

    alexeykoren committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c5627ee View commit details
    Browse the repository at this point in the history
  2. Remove empty file

    alexeykoren committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2d6fe45 View commit details
    Browse the repository at this point in the history
  3. Fix github runner name

    alexeykoren committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3242658 View commit details
    Browse the repository at this point in the history
  4. Try default runners

    alexeykoren committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ca7634b View commit details
    Browse the repository at this point in the history