We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK: v21.6.0 Env: v21.2.0
v21.6.0
v21.2.0
It was reported that a call to extend_ttl panics when the ledger key doesn't exist: https://discord.com/channels/897514728459468821/1281892101264769055
extend_ttl
Undefined.
Panic.
It's not documented in the SDK docs: https://docs.rs/soroban-sdk/latest/soroban_sdk/storage/struct.Persistent.html#method.extend_ttl
Or in the Env: https://github.com/stellar/rs-soroban-env/blob/v21.2.1/soroban-env-common/env.json#L1364-L1385
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version are you using?
SDK:
v21.6.0
Env:
v21.2.0
What did you do?
It was reported that a call to
extend_ttl
panics when the ledger key doesn't exist:https://discord.com/channels/897514728459468821/1281892101264769055
What did you expect to see?
Undefined.
What did you see instead?
Panic.
It's not documented in the SDK docs:
https://docs.rs/soroban-sdk/latest/soroban_sdk/storage/struct.Persistent.html#method.extend_ttl
Or in the Env:
https://github.com/stellar/rs-soroban-env/blob/v21.2.1/soroban-env-common/env.json#L1364-L1385
The text was updated successfully, but these errors were encountered: