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

refactor: move GetTransactionCountArgs and SendRawTransactionStatus to evm_rpc_types #270

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

gregorydemay
Copy link
Member

Follow-up on #257 to move the types GetTransactionCountArgs and SendRawTransactionStatus to the evm_rpc_types crate, so that the public API of eth_get_transaction_count and eth_send_raw_transaction, respectively, only uses types from that crate.

@gregorydemay gregorydemay linked an issue Sep 11, 2024 that may be closed by this pull request
@gregorydemay gregorydemay marked this pull request as ready for review September 11, 2024 14:34
Copy link
Collaborator

@rvanasa rvanasa left a comment

Choose a reason for hiding this comment

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

LGTM!

@gregorydemay gregorydemay merged commit 98aed25 into main Sep 12, 2024
3 checks passed
@gregorydemay gregorydemay deleted the gdemay/243-move-other-types-to-evm-rpc-types branch September 12, 2024 05:49
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.

Refactor to remove cketh-minter dependency
3 participants