stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
61 stars 42 forks source link

Support multiple protocol versions for `soroban-test-wasms` #1420

Closed jayz22 closed 1 month ago

jayz22 commented 3 months ago

soroban-test-wasms test contracts are intended for env and core testing. Contracts for different protocols should coexist but evolve separately such that the older protocol contracts are frozen. This issue tracks the work required to support multiple protocol versions for the test contracts and to adapt existing tests involving them.