FuelLabs/forc

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

開放

#166 建立於 2025年9月1日

 (0 則留言) (0 個反應) (1 位負責人)Rust (0 個分叉)auto 404
forc-callgood first issueteam:tooling

倉庫指標

星標
 (0 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南