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
I believe historically our JSONRPC API has been following Ganache style for method results. For example, this is the declaration for Ganache'sevm_setAccountNonce:
I believe historically our JSONRPC API has been following Ganache style for method results. For example, this is the declaration for Ganache's
evm_setAccountNonce
:It returns
boolean
that regulates whether the requested work was applied or not. As opposed to anvil'sanvil_setNonce
that returns nothing:We should follow anvil's approach here although the impact of this difference is most likely negligible.
The text was updated successfully, but these errors were encountered: