use-ink/cargo-contract

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

Open

#946 ouverte le 3 févr. 2023

Voir sur GitHub
 (1 commentaire) (2 réactions) (0 assignés)Rust (127 forks)github user discovery
enhancementgood first issue

Métriques du dépôt

Stars
 (280 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur