r0gue-io/pop-cli
GitHub で見るfeat: Add flag `skip_dry_run` to do not dry-run before submitting a contract call
Open
#310 opened on 2024年9月13日
enhancementgood first issuemedium
Repository metrics
- Stars
- (113 stars)
- PR merge metrics
- (PR metrics pending)
説明
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.