Open AlexD10S opened 2 months ago
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.
pop call contract
skip_dry_run
cargo-contracts
In
pop call contract
add a new flagskip_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 incargo-contracts
: https://github.com/use-ink/cargo-contract/blob/master/crates/cargo-contract/src/cmd/mod.rs Use it as a reference.