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

Feature Gate: Validate fee collector account #33888

Closed
jstarry opened this issue Oct 27, 2023 · 0 comments · Fixed by anza-xyz/agave#2468
Closed

Feature Gate: Validate fee collector account #33888

jstarry opened this issue Oct 27, 2023 · 0 comments · Fixed by anza-xyz/agave#2468
Labels
feature-gate Pull Request adds or modifies a runtime feature gate

Comments

@jstarry
Copy link
Member

jstarry commented Oct 27, 2023

SIMD

solana-foundation/solana-improvement-documents#85

Description

Validators can currently collect transaction and rent fees into any account type they wish. This is unnecessarily permissive and fees should only be allowed to be collected into system owned accounts that are rent exempt. This feature burns any fees that are attempted to be collected into a rent-paying account or a non system owned account.

Feature ID

prpFrMtgNmzaNzkPJg9o753fVvbHKqNrNTm76foJ2wm

Activation Method

Single Core Contributor

Deployment Considerations

NA

Minimum Beta Version

v1.17.5

Minimum Stable Version

v1.17.5

Testnet Activation Epoch

596

Devnet Activation Epoch

647

Mainnet-Beta Activation Epoch

598

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-gate Pull Request adds or modifies a runtime feature gate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@jstarry and others