-
Notifications
You must be signed in to change notification settings - Fork 15
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
chore: add egress fee for token account rent #5315
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5315 +/- ##
======================================
- Coverage 70% 70% -0%
======================================
Files 489 489
Lines 87875 87735 -140
Branches 87875 87735 -140
======================================
- Hits 61938 61744 -194
- Misses 22630 22684 +54
Partials 3307 3307 ☔ View full report in Codecov by Sentry. |
@@ -38,6 +38,7 @@ pub const MAX_TRANSACTION_LENGTH: usize = 1_232usize; | |||
pub const MAX_COMPUTE_UNITS_PER_TRANSACTION: u32 = 1_400_000u32; | |||
pub const MICROLAMPORTS_PER_LAMPORT: u32 = 1_000_000u32; | |||
pub const LAMPORTS_PER_SIGNATURE: u64 = 5000u64; | |||
pub const RENT_TOKEN_ACCOUNT: u64 = 2039280u64; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: the name is a bit confusing, I think TOKEN_ACCOUNT_RENT would be better.
…lana-ccm * origin/main: chore: update polkadot sdk 1.15.2, rust to 2024-07-31 (#5306) chore: add sol min_prio_fee to ingress and egress estimation (#5323) docs: fix log filtering in readme (#5319) feat: cleanup aborted broadcasts (#5301) fix: increase init timeout for backup test (#5317) feat: minimum chunk size setting (#5314) chore: add egress fee for token account rent (#5315) fix: ensure unused sol deposit channels are closed (#5312)
Pull Request
Closes: PRO-1707
Checklist
Please conduct a thorough self-review before opening the PR.