Skip to content

token-vault: add permissionless keep_alive to bump instance TTL while… - #484

Open
chi797 wants to merge 1 commit into
conduit-protocol:mainfrom
chi797:fix/token-vault-keepalive
Open

token-vault: add permissionless keep_alive to bump instance TTL while…#484
chi797 wants to merge 1 commit into
conduit-protocol:mainfrom
chi797:fix/token-vault-keepalive

Conversation

@chi797

@chi797 chi797 commented Aug 31, 2026

Copy link
Copy Markdown

closes #413
… paused (#413)

What does this PR do?

Type of change

  • Bug fix
  • New feature
  • Refactor (no behaviour change)
  • Test coverage
  • Documentation
  • Security fix

Related issue

Closes #

Changes

File Change

Checklist

  • cargo fmt --all — no diff
  • cargo clippy --all-targets -- -D warnings — zero warnings
  • cargo test --all — all tests pass
  • New public functions have tests covering the happy path and each error variant
  • All arithmetic uses checked_* methods
  • require_auth() called before any state mutation in modified functions
  • State mutations happen before cross-contract calls (token transfers)
  • Events emitted for all external state changes
  • CHANGELOG.md updated under [Unreleased]
  • docs/architecture.md updated if design changed
  • ADR written if a significant design decision was made

Security notes

Testing notes

@chi797
chi797 requested a review from Jaydbrown as a code owner August 31, 2026 10:09
@drips-wave

drips-wave Bot commented Aug 31, 2026

Copy link
Copy Markdown

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

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.

Bug: a long TokenVault emergency pause can archive the vault instance, making unpause/withdraw require a manual RestoreFootprint

2 participants