FuelLabs/forc

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

オープン

#166 opened on 2025/09/01

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)Rust (0 件のフォーク)auto 404
forc-callgood first issueteam:tooling

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド