FuelLabs/forc

forc call support empty `--external-contracts` flag

Ouverte

#166 ouverte le 1 sept. 2025

 (0 commentaire) (0 réaction) (1 personne assignée)Rust (0 fork)auto 404
forc-callgood first issueteam:tooling

Métriques du dépôt

Stars
 (0 étoile)
Métriques de merge PR
 (Métriques PR en attente)

Description

Currently, there is no way to explicitly pass in empty external contracts.

Context

This causes the forc call functionality to always run determine_missing_contracts (which makes RPC calls). In some scenarios, users may not want to explicitly make RPC calls (reduce latency) and/or may already know that the contract does not integrate with any other contracts.

Hence, forc-call CLI should allow one to explicitly specify no external contract calls are needed.

Guide contributeur