Skip to content

core/txpool: remove concept of "remote" #31731

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zhiqiangxu
Copy link
Contributor

@zhiqiangxu zhiqiangxu commented Apr 28, 2025

Now that the concept of "local" has been removed from the txpool since this PR, so should the concept of "remote".

This PR renames the addRemotes/addRemote/addRemotesSync/addTxSync to addAsync/addTxAsync/addSync/addTxSync and makes it clear that these functions are all convenience wrappers around Add and only used in tests.

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.

1 participant