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

Add support for publishing large packages to PackagePublisher #36

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2024

  1. Add support for publishing large packages to PackagePublisher

    - Updated `large_packages` Move module address
    - Downsized chunk size to 60KB
    - Made methods in PackagePublisher reusable in examples
    - Added object deployment and upgrade options for chunked publishing
    - Updated `large_package_publisher` example
    0xjunha committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    18efe23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    728f643 View commit details
    Browse the repository at this point in the history
  3. Add function docs

    0xjunha committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e5c59af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dd1644 View commit details
    Browse the repository at this point in the history
  5. Add publish_move_package method to PackagePublisher to encapsulat…

    …e compiling and publishing processes
    0xjunha committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e02c989 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ab7f8d View commit details
    Browse the repository at this point in the history