Skip to content

Commit

Permalink
v1.18: cli: Customize max sign attempts for deploy and write-buffer (…
Browse files Browse the repository at this point in the history
…backport of #526) (#538)

* cli: Customize max sign attempts for deploy and write-buffer (#526)

* cli: Customize max sign attempts for deploy and write-buffer

* Update changelog

* Improve help message

* Fixup line break

(cherry picked from commit 2643ae8)

# Conflicts:
#	CHANGELOG.md
#	cli/src/program.rs

* Fix merge conflicts

---------

Co-authored-by: Jon C <me@jonc.dev>
  • Loading branch information
mergify[bot] and joncinque committed Apr 3, 2024
1 parent 433f282 commit 1ecf2f1
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Release channels have their own copy of this changelog:
* New program deployments default to the exact size of a program, instead of
double the size. Program accounts must be extended with `solana program extend`
before an upgrade if they need to accommodate larger programs.
* CLI: Can specify `--with-compute-unit-price` and `--max-sign-attempts` during program deployment
* Upgrade Notes
* `solana-program` and `solana-sdk` default to support for Borsh v1, with
limited backward compatibility for v0.10 and v0.9. Please upgrade to Borsh v1.
Expand Down
Loading

0 comments on commit 1ecf2f1

Please sign in to comment.