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

feat: add support for eth_signTransaction #12500

Merged

Conversation

ashutoshvarma
Copy link
Contributor

Summary

Adding support for eth_signTransaction RPC. The building blocks were already in place for other sign_* methods.

Note for reviewer
I couldn't find where to add tests for RPC call or it it required or not. There seem to be no additional tests for other sign methods except the test_basic_eth_calls. The underlying send_transaction helper method has unit tests though

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@mattsse mattsse added the C-enhancement New feature or request label Nov 13, 2024
@mattsse mattsse merged commit bf44c97 into paradigmxyz:main Nov 13, 2024
41 checks passed
@ashutoshvarma ashutoshvarma deleted the feat/add-sign-transaction-rpc branch November 13, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants