stellar / rs-soroban-env

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

Pass bucket list size to simulation as a side input. #1389

Closed dmkozh closed 5 months ago

dmkozh commented 5 months ago

What

Pass bucket list size to simulation as a side input.

Why

While it would be nice to encapsulate the computation logic based purely on the ledger state, we don't currently emit the necessary meta to track the respective config entry changes.

Known limitations

N/A