Skip to content

Commit

Permalink
Add --with-compute-unit-price to cli program deploy commands (solan…
Browse files Browse the repository at this point in the history
…a-labs#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>
  • Loading branch information
jstarry and Nagaprasadvr authored Mar 22, 2024
1 parent 62d49f1 commit 2ee606d
Show file tree
Hide file tree
Showing 5 changed files with 485 additions and 103 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ tiny-bip39 = { workspace = true }

[dev-dependencies]
assert_matches = { workspace = true }
solana-rpc = { workspace = true }
solana-streamer = { workspace = true }
solana-test-validator = { workspace = true }
tempfile = { workspace = true }
Expand Down
Loading

0 comments on commit 2ee606d

Please sign in to comment.