stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
60 stars 39 forks source link

Extend cost params in simulation in order to match the hardcoded value. #1405

Closed dmkozh closed 2 months ago

dmkozh commented 2 months ago

What

Extend cost params in simulation in order to match the hardcoded value.

Why

Env expects cost params to have the same size as defined in XDR, even if protocol doesn't use these params yet. This is a temporary workaround until https://github.com/stellar/rs-soroban-env/issues/1388 is resolved.

Known limitations

N/A