stellar / rs-soroban-sdk

Rust SDK for Soroban contracts.
Apache License 2.0
118 stars 66 forks source link

Add wrappers for `live_until_ledger` getters. #1267

Closed dmkozh closed 4 months ago

dmkozh commented 4 months ago

What

Add wrappers for live_until_ledger getters.

Also cover the emulation of state expiration with some tests.

Why

Improving test utilities: https://github.com/stellar/rs-soroban-sdk/issues/1162

Known limitations

N/A