Zondax / filecoin-solidity

Filecoin Solidity API Library
Apache License 2.0
94 stars 43 forks source link

Rename the "call actor" `read_only` parameter to `static_call` #302

Closed Stebalien closed 1 year ago

Stebalien commented 1 year ago

Hopefully this will help users understand how to staticcall a native actor. I've also documented why this uses delegatecall internally to make it clear that we're not delegatecalling the target actor.

None of these changes are critical and feel free to close this PR if they don't make sense and/or don't help to clarify the situation.

:link: zboto Link

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

emmanuelm41 commented 1 year ago

@Stebalien I like it!