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

Derive clone for txn RLP structs #1264

Merged
merged 3 commits into from
Oct 2, 2023

Conversation

Nashtare
Copy link
Collaborator

@Nashtare Nashtare commented Oct 2, 2023

Also move them behind a transaction_testing module for clarity on their expected usage.
@wborgeaud Would you mind having another look?

@Nashtare Nashtare self-assigned this Oct 2, 2023
Copy link
Contributor

@wborgeaud wborgeaud left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

pub address: Address,
pub storage_keys: Vec<U256>,
}
pub mod transaction_testing {
Copy link
Contributor

Choose a reason for hiding this comment

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

tiny nit: Having this module in the middle of the file looks a bit weird. Maybe we can move it to the end of the file?

@Nashtare Nashtare merged commit cd36e96 into 0xPolygonZero:main Oct 2, 2023
2 checks passed
@Nashtare Nashtare deleted the derive_clone branch October 2, 2023 13:59
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.

2 participants