stellar / supercluster

Stellar-core integration test automation tool
Other
9 stars 16 forks source link

Mission to test edge cases with Soroban network configuration changes #128

Closed anupsdf closed 6 months ago

anupsdf commented 11 months ago

What?

This is a tracking issue to test edge cases with Soroban network configuration changes to fees and limits.
Some examples are,

  1. With network configuration changes in Ledger N+1, validate that ledger N+2 correctly works with new fees and limits in network configuration from Ledger N+1.
  2. With network configuration changes in Ledger N+1, the Tx Set in Ledger N+1 uses the previous configuration values from Ledger N since the new ones are not applied yet.
anupsdf commented 6 months ago

Closing this since this is already covered in Core tests and its hard to cover this in supercluster tests and make assertions.