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
As identified in stellar/rs-soroban-sdk#1095 and further discussed in stellar/rs-soroban-sdk#1082 we need docs, and maybe a tutorial, for how to test contract consistency overtime. We need docs that discuss the concepts and importance of this as much as we need tutorials.
The docs need to emphasize the importance of this.
If we add a tutorial, or multiple tutorials, some options would be:
A tutorial that shows how to write integration tests that test a contract with multiple versions of an sdk, env, or protocol.
A tutorial that shows how to use test snapshots to verify that contract behavior is not changing.
The text was updated successfully, but these errors were encountered:
leighmcculloch
changed the title
Create a tutorial for how to test contract consistency and sdk upgrades
Add docs for how to test contract consistency and sdk/env/protocol upgrades
Nov 11, 2023
As identified in stellar/rs-soroban-sdk#1095 and further discussed in stellar/rs-soroban-sdk#1082 we need docs, and maybe a tutorial, for how to test contract consistency overtime. We need docs that discuss the concepts and importance of this as much as we need tutorials.
The docs need to emphasize the importance of this.
If we add a tutorial, or multiple tutorials, some options would be:
The text was updated successfully, but these errors were encountered: