Skip to content

Commit a164b70

Browse files
mergify[bot]jstarry
authored andcommitted
v1.18: Add --with-compute-unit-price to cli program deploy commands (backport of #364) (#392)
Add `--with-compute-unit-price` to cli program deploy commands (#364) * add set compute units arg for program deploy * update master changes * remove duplicates * fixes and tests * remove extra lines * feedback * Use simulation to determine compute units consumed * feedback --------- Co-authored-by: NagaprasadVr <nagaprasadvr246@gmail.com> (cherry picked from commit 2ee606d) Co-authored-by: Justin Starry <justin@anza.xyz>
1 parent acae767 commit a164b70

File tree

5 files changed

+485
-103
lines changed

5 files changed

+485
-103
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ tiny-bip39 = { workspace = true }
5656

5757
[dev-dependencies]
5858
assert_matches = { workspace = true }
59+
solana-rpc = { workspace = true }
5960
solana-streamer = { workspace = true }
6061
solana-test-validator = { workspace = true }
6162
tempfile = { workspace = true }

0 commit comments

Comments
 (0)