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.

貢獻者指南