r0gue-io/pop-cli

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

Open

#310 ouverte le 13 sept. 2024

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Rust (39 forks)github user discovery
enhancementgood first issuemedium

Métriques du dépôt

Stars
 (113 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur