You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(audit-5): use Rent sysvar instead of hardcoded rent calculations
- Replace hardcoded rent formula (897840 + space * 6960) with Rent::from_account_info() and rent.minimum_balance() in create_wallet.rs and create_session.rs
- Add Rent sysvar account to instruction accounts in both processors
- Update SDK instructions.ts to include Rent sysvar account
- Update all E2E tests to pass Rent sysvar account
Fixes#5 - Hardcoded rent calculations might go out of sync after chain update
0 commit comments