Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

soroban-cli: add fees command line parameter #588

Closed
tsachiherman opened this issue Apr 17, 2023 · 0 comments · Fixed by #606
Closed

soroban-cli: add fees command line parameter #588

tsachiherman opened this issue Apr 17, 2023 · 0 comments · Fixed by #606

Comments

@tsachiherman
Copy link
Contributor

What ?

Add fees command line argument. Currently, we have the following comment in the source code:

 // TODO: create a cmdline parameter for the fee instead of simply using the minimum fee

Where ?

The soroban-cli has the above comment in 4 locations:

  • deploy.rs
  • install.rs
  • invoke.rs
  • wrap.rs

For all of these, we want to use the existing value ( 100 ), as the default value, while allowing the end user to override these with a different value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
2 participants