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

Remove payment logic from core contract #197

Open
rmeissner opened this issue Apr 18, 2020 · 0 comments
Open

Remove payment logic from core contract #197

rmeissner opened this issue Apr 18, 2020 · 0 comments
Labels
future Features for next major contract version

Comments

@rmeissner
Copy link
Member

Currently the payment logic is an essential part of the core contract. It should be possible to extract this into a lib that can be used via a delegate call.

Initially this has not been done, since the signature validation influenced the payment (which has been changed) and to safe gas (which would be around 1k which is around 2% in a normal safe tx and therefore not super relevant right now)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future Features for next major contract version
Projects
None yet
Development

No branches or pull requests

1 participant