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

[CLI] Remove reference to --legacy-digest #13312

Merged
merged 1 commit into from
Aug 7, 2023
Merged

[CLI] Remove reference to --legacy-digest #13312

merged 1 commit into from
Aug 7, 2023

Commits on Aug 7, 2023

  1. [CLI] Remove reference to --legacy-digest

    A long overdue clean-up PR to get rid of the `--legacy-digest` flag
    on `sui client upgrade` and `sui move build`.  This flag was
    responsible for changing the way package digests were calculated, as
    the algorithm changed around protocol version 7.
    
    Test Plan:
    
    ```
    $ cargo simtest
    $ env SUI_SKIP_SIMTESTS=1 cargo nextest run
    ```
    amnn committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6331441 View commit details
    Browse the repository at this point in the history