stacks-core icon indicating copy to clipboard operation
stacks-core copied to clipboard

[VM] Only load reachable function code bodies on `contract-call?`

Open jcnelson opened this issue 2 months ago • 0 comments

When processing a contract-call?, the VM should only load the function body from the contract and any dependent (i.e. reachable) code and state. There is no need to load the entirety of the contract metadata (nor to bill the caller for it).

jcnelson avatar Oct 14 '25 21:10 jcnelson