use-ink/cargo-contract

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

Open

#946 aberto em 3 de fev. de 2023

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

Métricas do repositório

Stars
 (280 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador