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
The overall idea is to enable contracts calls that may be view-only to be able to be called multiple times without causing tx id collision.
This will be a temporary workaround for the lack of explicit view-only ABI methods and different ways of calling different types of functions (.call(), .send(), etc, as you see in Solidity).
Later, we should explore other potential solutions.
The text was updated successfully, but these errors were encountered:
Full context and discussion here: #89.
The overall idea is to enable contracts calls that may be view-only to be able to be called multiple times without causing tx id collision.
This will be a temporary workaround for the lack of explicit view-only ABI methods and different ways of calling different types of functions (
.call()
,.send()
, etc, as you see in Solidity).Later, we should explore other potential solutions.
The text was updated successfully, but these errors were encountered: