-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
proposal: Fee Market for Storage #27575
proposal: Fee Market for Storage #27575
Conversation
bf3f96c
to
520050a
Compare
Tagging the folks that already commented over in the other issue: Please tag in others that would be valuable for the discussion. TIA! |
my gut on how to price storage is to allow Xkb per block, and any remaining storage goes into a "large slab allocator". Devs can request Zmb from the slab allocator that runs an auction every minute or something, then sub allocate from the slab. |
@brooksprumo so the other idea
We need some way to deal with the corner case of the hard cap, the idea I have is that
|
Sounds like this would require scanning all the accounts to find those particular accounts, which may be expensive.
I assume "at most" instead of "at least", yes? Is this the thought of when to perform the compression? |
Yea, we would do this asynchronously.
Yes, correct. |
@brooksprumo in theory, once the state fills up and lowest price is actually > default, it means that there is more economically useful state that can fit into the chain. Validators should be motivated to bump up the capacity to capture all of it. |
This proposal has been moved over to the SIMD repo/process here: |
This PR continues the discussion from #27029, as a proper proposal.
Update: This proposal has been moved over to the SIMD repo/process here:
solana-foundation/solana-improvement-documents#8