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

feat: Add flag skip_dry_run to do not dry-run before submitting a contract call #310

Open
AlexD10S opened this issue Sep 13, 2024 · 0 comments
Labels
contracts Features related to smart contracts enhancement New feature or request

Comments

@AlexD10S
Copy link
Collaborator

In pop call contract add a new flag skip_dry_run that before submitting a transaction, do not dry-run it via RPC first, directly try to submit the transaction.
This feat exists already in cargo-contracts: https://github.com/use-ink/cargo-contract/blob/master/crates/cargo-contract/src/cmd/mod.rs Use it as a reference.

@AlexD10S AlexD10S added enhancement New feature or request contracts Features related to smart contracts labels Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contracts Features related to smart contracts enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant