Skip to content

vault_factory: add list_recent_vaults(limit)#390

Merged
Jayy4rl merged 2 commits into
StellarYield:mainfrom
Junman140:feat/factory-list-recent-vaults
Apr 30, 2026
Merged

vault_factory: add list_recent_vaults(limit)#390
Jayy4rl merged 2 commits into
StellarYield:mainfrom
Junman140:feat/factory-list-recent-vaults

Conversation

@Junman140
Copy link
Copy Markdown
Contributor

@Junman140 Junman140 commented Apr 27, 2026

Closes #291


Summary\n- Add list_recent_vaults(limit) to return newest vaults without offset math.\n- Persist a monotonic deploy-id → vault mapping so ordering is deterministic even if vaults are removed from the indexed registry (which uses swap-remove).\n- Bound the scan so the view stays cheap and predictable.\n\n## Test plan\n- cargo test -p vault_factory\n

Made with Cursor

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 27, 2026

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

@Jayy4rl Jayy4rl merged commit dfe0c38 into StellarYield:main Apr 30, 2026
1 of 5 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.

Add factory list_recent_vaults(limit)

2 participants