use-ink/cargo-contract

Make SURI optional if running with `--dry-run`

Open

#946 opened on Feb 3, 2023

View on GitHub
 (1 comment) (2 reactions) (0 assignees)Rust (127 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (280 stars)
PR merge metrics
 (PR metrics pending)

Description

If I'm reading from a contract's state using cargo contract call ... --dry-run I still need to specify a signer account (--suri). I should be able to query the state without this.

Contributor guide