r0gue-io/pop-cli

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

Open

#310 geöffnet am 13. Sept. 2024

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (39 Forks)github user discovery
enhancementgood first issuemedium

Repository-Metriken

Stars
 (113 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide