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

EVM: Implement SendTransaction and Storage access on RPC #902

Merged
merged 19 commits into from
Sep 22, 2023

Conversation

orkunkilic
Copy link
Contributor

Description

Implemented eth_sendTransaction endpoint, as well as moving DevSigner to a custom feature flag called "local".

I have to implement custom signer on devsigner, as our entry types are coming from ethers and devsigner internally uses reth_primitives, there wasn't any correct encoding/decoding mechanism between them. It was more straightforward to implement another signer method but please let me know if you can think of a better solution.

I will merge common parts between eth_sendTransaction and eth_sendRawTransaction.

Linked Issues

Testing

Describe how these changes were tested. If you've added new features, have you added unit tests?
Integration tests are embedded. However during test the value set transaction successfully included in a block however state doesn't change!

Docs

Describe where this code is documented. If it changes a documented interface, have the docs been updated?

@orkunkilic orkunkilic marked this pull request as draft September 20, 2023 09:17
@orkunkilic orkunkilic changed the title EVM: Implement SendTransaction EVM: Implement SendTransaction and Storage access on RPC Sep 21, 2023
@orkunkilic orkunkilic marked this pull request as ready for review September 21, 2023 12:21
@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Merging #902 (b5ff891) into nightly (9cf890f) will decrease coverage by 0.1%.
The diff coverage is n/a.

see 1 file with indirect coverage changes

@bkolad bkolad added this pull request to the merge queue Sep 22, 2023
Merged via the queue into Sovereign-Labs:nightly with commit 241c417 Sep 22, 2023
13 checks passed
@bkolad bkolad deleted the orkun/eth-send-transaction branch September 22, 2023 09:55
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 this pull request may close these issues.

EVM: Implement eth_sendTransaction endpoint.
2 participants