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] Make large packages module address configurable #15118

Merged
merged 3 commits into from
Oct 30, 2024

Commits on Oct 30, 2024

  1. [cli] Make large packages module address configurable

    - Added a new command option `--large-packages-module-address` to commands related to Move package publishing.
    
    - The default address will be used if no value is provided.
    0xjunha committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8fd92a6 View commit details
    Browse the repository at this point in the history
  2. Fix cli test case

    0xjunha committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    39c1371 View commit details
    Browse the repository at this point in the history
  3. Fix to use clap default_value

    0xjunha committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7237d82 View commit details
    Browse the repository at this point in the history