stellar / rs-soroban-env

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

Use same code path as before for checking if contract exists. #1379

Closed sisuresh closed 3 months ago

sisuresh commented 3 months ago

What

get_module assumes the wasm blob was added to the module cache when it iterated over storage, but the wasm blob could be missing from storage if it wasn't included in the footprint.