stellar / rs-soroban-sdk

Rust SDK for Soroban contracts.
Apache License 2.0
128 stars 67 forks source link

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

Closed dmkozh closed 2 months ago

dmkozh commented 2 months ago

What

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.

Why

Supporting constructors introduced in protocol 22.

Known limitations

N/A