You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The release of Soroban smart contract platform to mainnet appears to be close. In terms of resource limits, Stellar network its going to be more conservative than in Futurenet, adding the possibility of the contracts to break.
Its recommended in the above links to use the preflight service for calculating costs of contracts transactions. They also mention that some of the resources can also be obtained with sosrban --verbose invoke ... .
Problem
We are not very aware of how much resources our contracts use and we can be in risk our contracts would not work in mainnet.
Goals
Measure and document the current cost of our contracts with the commented preflight service.
Study/evaluate the automation of this. Like doing it in the CI and writting the results somewhere. This could need syncronization with E2E testing tools for Soroban contracts #34 . This could allow us to set limit in the CI if the contract exceeds certain thresholds.
The text was updated successfully, but these errors were encountered:
Context
The release of Soroban smart contract platform to mainnet appears to be close. In terms of resource limits, Stellar network its going to be more conservative than in Futurenet, adding the possibility of the contracts to break.
Sources:
Discord channel of information in Discord.
The resource limits release phases.
Its recommended in the above links to use the preflight service for calculating costs of contracts transactions. They also mention that some of the resources can also be obtained with
sosrban --verbose invoke ...
.Problem
We are not very aware of how much resources our contracts use and we can be in risk our contracts would not work in
mainnet
.Goals
The text was updated successfully, but these errors were encountered: