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

Draft: Charge programs for storing on-chain #2497

Closed
wants to merge 8 commits into from
Closed

Conversation

gshep
Copy link
Member

@gshep gshep commented Mar 29, 2023

ProgramRentConfig
PausedProgramStorage and its implementation
add ProgramStorage::remove_active_program
add an account for holding fund of rents
adjust upload/create_program extrinsics
add remove_gas_reservation_slot and remove_gas_reservation_map implement TaskHandler::pause_program
adjust tests to take rent_fee into account

Resolves #2301

@reviewer-or-team

ProgramRentConfig
PausedProgramStorage and its implementation
add ProgramStorage::remove_active_program
add an account for holding fund of rents
adjust upload/create_program extrinsics
add remove_gas_reservation_slot and remove_gas_reservation_map
implement TaskHandler::pause_program
adjust tests to take rent_fee into account
@gshep gshep added A1-inprogress Issue is in progress or PR draft is not ready to be reviewed D2-node Gear Node C1-feature Feature request labels Mar 29, 2023
@gshep gshep self-assigned this Mar 29, 2023
@gshep gshep closed this Apr 3, 2023
@shamilsan shamilsan added the B1-releasenotes The feature deserves to be added to the Release Notes label Apr 3, 2023
@gshep gshep deleted the gshep/issue-2301 branch April 6, 2023 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A1-inprogress Issue is in progress or PR draft is not ready to be reviewed B1-releasenotes The feature deserves to be added to the Release Notes C1-feature Feature request D2-node Gear Node
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Charge programs for storing on-chain (blocked by #1381)
2 participants