forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI: Auto-extend program accounts by default (#791)
* add checks for program data account overflow during upgrade and add --auto-extend-program flag to solana program deploy command * remove logs * cleanup tests * automatically extend program data account and add a --no-auto-extend-program falg * change comments in do_process_program_upgrade * simplify comments in do_process_program_upgrade * resolve comments * cleanup * change error messages * resolve comments * Fix after rebase * Fix after rebase * fix cargo clippy * cli: add tests for auto-extend --------- Co-authored-by: Joe Caulfield <[email protected]>
- Loading branch information
1 parent
748db10
commit 23905c0
Showing
3 changed files
with
231 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.