We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Each transaction leaves disk space delta after execution like:
Transactions
ContractsRawCode
The fuzzing tool FuelLabs/fuel-core#1402 can help us identify other artifacts produced by transaction fields/operations.
In the end, we need to charge the user for these artifacts as part of:
min_fee
Prove that we handled charging for storage artifacts in other issues. If not, we must create a new sub-issue to track the progress.
We can close this issue when all sub-issues are solved.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem overview
Each transaction leaves disk space delta after execution like:
Transactions
andContractsRawCode
tables.Solution
The fuzzing tool FuelLabs/fuel-core#1402 can help us identify other artifacts produced by transaction fields/operations.
In the end, we need to charge the user for these artifacts as part of:
min_fee
.Acceptence criteria
Prove that we handled charging for storage artifacts in other issues. If not, we must create a new sub-issue to track the progress.
We can close this issue when all sub-issues are solved.
The text was updated successfully, but these errors were encountered: