Skip to content
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

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

albert-llimos
Copy link
Contributor

@albert-llimos albert-llimos commented Oct 7, 2024

Pull Request

Closes: PRO-1707

Checklist

Please conduct a thorough self-review before opening the PR.

  • I am confident that the code works.
  • I have written sufficient tests.
  • I have written and tested required migrations.
  • I have updated documentation where appropriate.

Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70%. Comparing base (4aa38bb) to head (02ae324).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@albert-llimos albert-llimos marked this pull request as ready for review October 7, 2024 12:39
@@ -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;
Copy link
Collaborator

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.

@albert-llimos albert-llimos added this pull request to the merge queue Oct 8, 2024
Merged via the queue into main with commit 9d7f224 Oct 8, 2024
49 checks passed
@albert-llimos albert-llimos deleted the feat/add-solana-egress-token-rent branch October 8, 2024 07:15
syan095 added a commit that referenced this pull request Oct 9, 2024
…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)
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.

2 participants