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

build(deps): update ecc dependencies for zcashd 5.6.0, and create legacy state format compatibility layer #7053

Merged
merged 47 commits into from
Jul 17, 2023

Commits on Jun 23, 2023

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

Commits on Jun 24, 2023

  1. use zcash_primitives merke tree functions for serialization/deseriali…

    …zation in orchard and sapling trees
    oxarbitrage committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    3307a9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdc327c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9edb449 View commit details
    Browse the repository at this point in the history
  4. clippy

    oxarbitrage committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    de45ab1 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. fix doc links

    oxarbitrage committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    cbee0f8 View commit details
    Browse the repository at this point in the history
  2. fix missing doc

    oxarbitrage committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    fc44834 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    2b1fdc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    647f5aa View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. use legacy for sprout

    oxarbitrage committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    92549df View commit details
    Browse the repository at this point in the history
  2. remove unused code

    oxarbitrage committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    74c9e9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    106dc13 View commit details
    Browse the repository at this point in the history
  4. readd snapshot tests

    oxarbitrage committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3e9d052 View commit details
    Browse the repository at this point in the history
  5. repalce some code

    oxarbitrage committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    27af6de View commit details
    Browse the repository at this point in the history
  6. upgrade zcash_proofs

    oxarbitrage committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    1550cd3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4654d87 View commit details
    Browse the repository at this point in the history
  8. fix the count method

    oxarbitrage committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f27adf5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. add root to serialize

    oxarbitrage committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    9ccd348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    643b0ac View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. use legacy code

    oxarbitrage committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6d6200b View commit details
    Browse the repository at this point in the history
  2. add todo about pow2 tests

    oxarbitrage committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8bf48ff View commit details
    Browse the repository at this point in the history
  3. remove unused sprout code

    oxarbitrage committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    29ce6dd View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. fix doc typos

    oxarbitrage committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c945848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7112c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e4cd8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7e18b7 View commit details
    Browse the repository at this point in the history
  5. fix doc typos

    oxarbitrage committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    1ce03d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01860e3 View commit details
    Browse the repository at this point in the history
  7. fix comment

    oxarbitrage committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e08f3ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12813fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9068f31 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. fix serialization

    oxarbitrage committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5b4a53e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f07c571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7962f31 View commit details
    Browse the repository at this point in the history
  4. clippy

    oxarbitrage committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2f42434 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2af7c86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f0216e View commit details
    Browse the repository at this point in the history
  7. fix a doc link

    oxarbitrage committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    650dea0 View commit details
    Browse the repository at this point in the history
  8. minor cleanup

    oxarbitrage committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ebaf965 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    662d51d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b494db View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. update zebra_script

    oxarbitrage committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    953f32f View commit details
    Browse the repository at this point in the history
  2. update deny.toml

    oxarbitrage committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8b66496 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed57b42 View commit details
    Browse the repository at this point in the history
  4. fix some tests

    oxarbitrage committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4d05ead View commit details
    Browse the repository at this point in the history
  5. update docs

    oxarbitrage committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    39c5997 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

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