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(l1): new pooled transaction hashes #1373

Merged
merged 12 commits into from
Dec 5, 2024
Merged

Conversation

Arkenan
Copy link
Collaborator

@Arkenan Arkenan commented Dec 2, 2024

Changes:

  • Parses and handles new pooled transactions incoming message.
  • Sends a get pooled transactions for missing transactions. Checks the mempool to not ask for already present ones.

This also adds the NewPooledTx hive test. The next PR will add support for the PooledTransactions response so we can fully exchange mempools with other nodes + receive blob transactions via p2p.

Closes #383

@Arkenan Arkenan changed the title New pooled transaction hashes feat(l1): new pooled transaction hashes Dec 2, 2024
@Arkenan Arkenan marked this pull request as ready for review December 5, 2024 14:30
@Arkenan Arkenan requested a review from a team as a code owner December 5, 2024 14:30
crates/storage/store/storage.rs Outdated Show resolved Hide resolved
@Arkenan Arkenan added this pull request to the merge queue Dec 5, 2024
Merged via the queue into main with commit 3396ce8 Dec 5, 2024
13 checks passed
@Arkenan Arkenan deleted the new-pooled-transaction-hashes branch December 5, 2024 16:55
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.

NewPooledTransactionHashes (0x08)
2 participants