-
Notifications
You must be signed in to change notification settings - Fork 68
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 getting contract IDs that would be assigned to deployments #730
Comments
@leighmcculloch , Can this be closed now that we have get_contract_id host fn? |
The host fn was implemented, but the sdk work to use it has not been completed, which is what this issue is for. For example: rs-soroban-sdk/soroban-sdk/src/deploy.rs Lines 152 to 157 in f743d6f
rs-soroban-sdk/soroban-sdk/src/deploy.rs Lines 184 to 188 in f743d6f
Also interesting note those two functions used to be named the same, and should still be named the same. Strange that one has been renamed without the other. |
Closed by #1086 |
We need to add support for getting contract IDs that would be assigned to deployments.
We have stub functions already in the code for this capability, but they aren't filled in because the host functions don't exist for them to work. For example:
rs-soroban-sdk/soroban-sdk/src/deploy.rs
Lines 113 to 117 in 5a6429c
The reason to provide this functionality is two fold:
Dependent on stellar/rs-soroban-env#538
Blocking stellar/soroban-examples#152
The text was updated successfully, but these errors were encountered: