Skip to content

Feat/account factory ttl extension#369

Merged
Jambox11 merged 2 commits into
mux-labs:mainfrom
marshalfleet:feat/account-factory-ttl-extension
Jun 28, 2026
Merged

Feat/account factory ttl extension#369
Jambox11 merged 2 commits into
mux-labs:mainfrom
marshalfleet:feat/account-factory-ttl-extension

Conversation

@marshalfleet

Copy link
Copy Markdown
Contributor

Pull Request Description
Summary

Implemented TTL extension on account factory write operations to ensure account-related registry entries remain available and correctly maintained during runtime interactions.

Changes Made
Added TTL extension logic to account factory write paths
Updated relevant storage operations to refresh TTL when state is modified
Ensured TTL updates occur consistently with existing persistence patterns
Added safeguards for stale, missing, or invalid storage states
Followed existing contract patterns for storage management, validation, and security
Updated documentation where storage behavior or APIs changed
Runtime Behavior
Account factory writes now refresh the associated TTL automatically
Prevents valid account registry data from expiring unexpectedly after active writes
Maintains existing behavior for unaffected read-only operations
Testing
Added tests covering:
TTL extension during successful write operations
Storage updates with refreshed expiration
Handling of stale or invalid states
Existing account factory behavior without regressions
Verified contract tests pass
Confirmed CI checks complete successfully
Acceptance Criteria Covered
TTL extension implemented on account factory writes
Runtime state persistence updated where required
Behavior covered by tests
Documentation updated where APIs changed
Stale/disconnected/invalid states handled gracefully
No regressions in related account factory flows

Closes #227

@drips-wave

drips-wave Bot commented Jun 27, 2026

Copy link
Copy Markdown

@marshalfleet 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

@Jambox11 Jambox11 merged commit e41b967 into mux-labs:main Jun 28, 2026
1 of 3 checks passed
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.

Account factory: Add TTL extension on write

2 participants