-
Notifications
You must be signed in to change notification settings - Fork 45
feat(platform): update address expiration time from 1 day to 1 week #2964
New issue
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
Conversation
📝 WalkthroughWalkthroughThe changes extend address balance expiration from 1 day to 1 week by replacing the Changes
Estimated Code Review Effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
🧰 Additional context used📓 Path-based instructions (2)**/*.rs📄 CodeRabbit inference engine (CLAUDE.md)
Files:
**/tests/**/*.{js,jsx,ts,tsx,rs}📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (10)📓 Common learnings📚 Learning: 2024-10-09T00:22:57.778ZApplied to files:
📚 Learning: 2024-11-20T20:43:41.185ZApplied to files:
📚 Learning: 2024-11-25T01:17:02.001ZApplied to files:
📚 Learning: 2024-10-08T13:28:03.529ZApplied to files:
📚 Learning: 2025-05-28T16:22:26.334ZApplied to files:
📚 Learning: 2024-11-28T13:49:17.301ZApplied to files:
📚 Learning: 2024-10-09T00:22:57.778ZApplied to files:
📚 Learning: 2024-10-06T16:18:07.994ZApplied to files:
📚 Learning: 2024-10-09T00:22:57.778ZApplied to files:
🧬 Code graph analysis (2)packages/rs-drive/src/drive/saved_block_transactions/compact_address_balances/v0/mod.rs (1)
packages/rs-drive/src/drive/saved_block_transactions/store_address_balances/v0/mod.rs (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (18)
🔇 Additional comments (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Issue being fixed or feature implemented
The expiration time for compacted address balances was previously set to 1 day. This change updates it to 1 week to allow for longer retention of address balance changes.
What was done?
How Has This Been Tested?
All relevant tests have been updated and executed to ensure that the new expiration logic functions correctly and that the expected outcomes are met.
Breaking Changes
None
Checklist
I have performed a self-review of my own code
I have commented my code, particularly in hard-to-understand areas
I have added or updated relevant unit/integration/functional/e2e tests
For repository code-owners and collaborators only
I have assigned this pull request to a milestone
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.