use-ink/cargo-contract

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

Open

#946 geöffnet am 3. Feb. 2023

Auf GitHub ansehen
 (1 Kommentar) (2 Reaktionen) (0 zugewiesene Personen)Rust (127 Forks)github user discovery
enhancementgood first issue

Repository-Metriken

Stars
 (280 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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