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

[Do_not_Merge] Txpool refactor for E2 #13556

Draft
wants to merge 7 commits into
base: release/2.61
Choose a base branch
from

Conversation

somnathb1
Copy link
Contributor

No description provided.

taratorio and others added 7 commits January 23, 2025 14:28
move last bits of txpool related types out of erigon-lib
in subsequent PRs will further split and organise some of these into
better packages
- splits large files into smaller files which better group code
- do some "tx" to "txn" renames of types (need more but will do in
follow up PRs to avoid this one getting too big)
- removes some unused parameters from function signatures to simplify
- removes some unused code
- no logical changes expected
last part of "tx" to "txn" renames to stick to our convention of using
"txn" for blockchain transactions instead of "tx" for db transactions

there is some more pending inside core/types package but planning to do
those at some point in the future (might also move those transaction
types outside of core/types and into a sub-package in txnprovider)
@somnathb1 somnathb1 marked this pull request as draft January 28, 2025 11:58
@somnathb1 somnathb1 changed the title Txpool refactor for E2 [Do_not_Merge] Txpool refactor for E2 Jan 31, 2025
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