r0gue-io/pop-cli

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

Open

#310 创建于 2024年9月13日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Rust (39 fork)github user discovery
enhancementgood first issuemedium

仓库指标

Star
 (113 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南