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 we don't expose every information a due to contract size limitations this becomes increasingly tricky.
Therefore we should implement a mechanism similar to the requireTxGas function that allows reading of the contract state by providing the reader logic to the Safe contract (the Safe contract then would perform a delegate call and return the response data while reverting).
This would minimize the code of the master copy while increasing the flexibility
The text was updated successfully, but these errors were encountered:
Currently we don't expose every information a due to contract size limitations this becomes increasingly tricky.
Therefore we should implement a mechanism similar to the
requireTxGas
function that allows reading of the contract state by providing the reader logic to the Safe contract (the Safe contract then would perform a delegate call and return the response data while reverting).This would minimize the code of the master copy while increasing the flexibility
The text was updated successfully, but these errors were encountered: