forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removes ProgramV4CommandConfig wrapper. * Adds use_rpc option for deployment. * Moves program_location parameter inside process_deploy_program(). * Combines deploy and redeploy commands into one. * Combines the underlying ProgramV4CliCommand as well. * Adds optional upload range parameters. * Inlines build_create_buffer_message(), build_retract_and_truncate_messages() and build_retract_and_deploy_messages(). * Fixes cargo registry. * Make cargo clippy happy.
- Loading branch information
Showing
3 changed files
with
527 additions
and
587 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
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.