stellar / rs-soroban-env

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

Multi-protocol support for E2E host and simulation tests. #1377

Closed dmkozh closed 5 months ago

dmkozh commented 6 months ago

What

Make all the e2e tests and simulation tests compatible with both protocol versions 20 and 21. Also fixed a recording mode metering gaps that occurred during testing.

Why

Improving the test coverage for protocol 21 and the following protocols.

Known limitations

N/A