You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there are many instances of COA.call() which executes an EVM transaction for the sake of viewing EVM state.
The new COA.dryCall() method was suggested for exactly these use cases as a more efficient mechanism for inspecting EVM state and should be implemented in the bridge contracts to make bridging more performant.
Doing so is blocked until the functionality is enabled on Testnet which will likely be in the next HCU.
The text was updated successfully, but these errors were encountered:
Description.
Currently, there are many instances of
COA.call()
which executes an EVM transaction for the sake of viewing EVM state.The new
COA.dryCall()
method was suggested for exactly these use cases as a more efficient mechanism for inspecting EVM state and should be implemented in the bridge contracts to make bridging more performant.Doing so is blocked until the functionality is enabled on Testnet which will likely be in the next HCU.
The text was updated successfully, but these errors were encountered: