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

Implements #43: Use EIP-712 for hashing #49

Merged
merged 2 commits into from
Aug 15, 2018
Merged

Conversation

rmeissner
Copy link
Member

@rmeissner rmeissner commented Aug 14, 2018

Implements #43: Use EIP-712 for hashing

Uses EIP-712 for hashing. This will allow other key stores to sign safe transactions (e.g. MetaMask, Ledger, Trezor).

This introduces additional gas costs of ~20k on creation and ~700 per transaction.

@rmeissner rmeissner added enhancement personal_edition onhold Blocked by external dependency labels Aug 14, 2018
@rmeissner rmeissner self-assigned this Aug 14, 2018
@rmeissner
Copy link
Member Author

For the test to pass it is necessary that ganache implements eth_signTypedData (PR for the core is open trufflesuite/ganache#149)

@rmeissner rmeissner removed the onhold Blocked by external dependency label Aug 15, 2018
@rmeissner rmeissner merged commit 11b1407 into development Aug 15, 2018
@rmeissner rmeissner deleted the feature/issue_43 branch August 15, 2018 14:58
fdarian pushed a commit to fdarian/safe-contracts that referenced this pull request Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants