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

feat: add anvil_ pool manipulation methods #447

Merged
merged 2 commits into from
Nov 29, 2024

Conversation

itegulov
Copy link
Contributor

What 💻

Closes #417

The logic is fairly straightforward for now, the complexity will arrive once we start building dependency graphs between transactions in the mempool. Then deleting one manually can cause a cascading effect resulting in more deleted transactions.

Why ✋

Feature parity with anvil

@itegulov itegulov requested a review from a team as a code owner November 29, 2024 00:46
@itegulov itegulov merged commit 5aa6e15 into main Nov 29, 2024
13 checks passed
@itegulov itegulov deleted the daniyar/anvil/pool-manipulation branch November 29, 2024 05: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.

feat: implement anvil_ pool manipulation API endpoints
2 participants