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

Support for constructor-related functionality in Soroban SDK. #1327

Merged
merged 3 commits into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. Support for constructor-related functionality in Soroban SDK.

    The main non-test changes are updates for the auth-related data structures and a wrapper for the new deployer function (create_contract_with_constructor).
    
    The remaining changes concern the test infrastructure support, specifically contract creation utilities that support passing constructor arguments.
    dmkozh committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    144d213 View commit details
    Browse the repository at this point in the history
  2. !fixup Comment fixes

    dmkozh committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2e4ffd8 View commit details
    Browse the repository at this point in the history
  3. !fixup update doctest

    dmkozh committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    aea695f View commit details
    Browse the repository at this point in the history