stellar / rs-soroban-env

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

Proposal: Allow Extending Instance and Code TTL With Separate Values on the Host Environment For More Cost-Efficient Implementations #1355

Closed heytdep closed 4 months ago

heytdep commented 5 months ago

What

Proposal specification at https://docs.google.com/document/d/1f2hWD4LRL9A27rGImvavbBCiPUa3mYIXpcxtTfxFsLI/edit?usp=sharing.

In short, this would enable the guest environment to bump the instance and the contract code with different ttl and threshold values leading to better distribution of rent costs among binaries designed to be associated with more than one instance.

namankumar commented 5 months ago

Discussion around this proposal is here: https://github.com/stellar/stellar-protocol/discussions/1447

jayz22 commented 4 months ago

Closing. Superseded by https://github.com/stellar/rs-soroban-env/pull/1368