We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
One last feature from the geth dependency to remove is the eip-712 functionality: github.com/ethereum/go-ethereum/signer/core/apitypes
github.com/ethereum/go-ethereum/signer/core/apitypes
Port code to eth2util.
If there is anything to highlight as out of scope for this issue, please outline it here.
The text was updated successfully, but these errors were encountered:
eth2util: implement basic eip712 package (#1707)
eb74d66
Implements a basic EIP712 structured type data signing. category: feature ticket: #1698
gomod: remove geth dependency (#1710)
953b6f8
Finally removes all traces of go-ethereum and the dependency. category: refactor ticket: #1698
No branches or pull requests
Problem to be solved
One last feature from the geth dependency to remove is the eip-712 functionality:
github.com/ethereum/go-ethereum/signer/core/apitypes
Proposed solution
Port code to eth2util.
Out of Scope
If there is anything to highlight as out of scope for this issue, please outline it here.
The text was updated successfully, but these errors were encountered: