stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
59 stars 40 forks source link

Emulate account entry extensions in simulation. #1363

Closed dmkozh closed 4 months ago

dmkozh commented 4 months ago

What

Emulate account entry extensions in simulation.

This also adds a general mechanism for modifying any ledger entries retrieved from the snapshot.

Why

Improve simulation accuracy.

Fixes https://github.com/stellar/rs-soroban-env/issues/1357

Known limitations

N/A