Skip to content

Feature/wallet signing timeout 372#378

Merged
ayshadogo merged 2 commits into
Dfunder:mainfrom
mijinummi:feature/wallet-signing-timeout-372
Jun 30, 2026
Merged

Feature/wallet signing timeout 372#378
ayshadogo merged 2 commits into
Dfunder:mainfrom
mijinummi:feature/wallet-signing-timeout-372

Conversation

@mijinummi

Copy link
Copy Markdown
Contributor

Description

This PR addresses Issue #372, adding automated signature timeout validations to Soroban on-chain execution tracks using ledger sequence deadlines.

Key Modifications

  • Ledger Sequence Deadline Gates: Configured the execute_with_timeout mechanism to compare the current block height against a client-defined maximum sequence limit.
  • Orphaned State Reclamation: Handled signature delays by dropping keys from temporary storage, reverting dangling variables to allow clean retries.
  • Temporary Cache Optimization: Leveraged env.storage().temporary() arrays to ensure unexecuted actions naturally clear without polluting persistent network state.

Target Branch: main
Closes #372

@drips-wave

drips-wave Bot commented Jun 29, 2026

Copy link
Copy Markdown

@mijinummi Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@ayshadogo ayshadogo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ayshadogo ayshadogo merged commit 56d352d into Dfunder:main Jun 30, 2026
@grantfox-oss grantfox-oss Bot mentioned this pull request Jun 30, 2026
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Handle Wallet Signing Timeout

2 participants