Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible that any state of the Safe can be read on-chain #201

Closed
rmeissner opened this issue Apr 19, 2020 · 0 comments · Fixed by #269
Closed

Make it possible that any state of the Safe can be read on-chain #201

rmeissner opened this issue Apr 19, 2020 · 0 comments · Fixed by #269

Comments

@rmeissner
Copy link
Member

rmeissner commented Apr 19, 2020

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

@rmeissner rmeissner added the future Features for next major contract version label Apr 19, 2020
@rmeissner rmeissner added this to the contracts-safe-1.3.0 milestone Jan 18, 2021
@rmeissner rmeissner removed the future Features for next major contract version label Mar 19, 2021
Saw-mon-and-Natalie pushed a commit to Saw-mon-and-Natalie/safe-contracts that referenced this issue Nov 1, 2023
fdarian pushed a commit to fdarian/safe-contracts that referenced this issue Jan 14, 2024
…d_yarn/cross-fetch-2.2.6

Bump cross-fetch from 2.2.5 to 2.2.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant