Skip to content

Conversation

@zeroXbrock
Copy link
Member

@zeroXbrock zeroXbrock commented Dec 30, 2025

Motivation

fully resolves #395

Solution

  • run TxActor outside of spam loop, so spammer isn't bound to its lifetime
  • purge stale tx hashes from cache in TxActor

PR Checklist

  • Added Tests
  • Added Documentation
  • Ran cargo +nightly clippy --workspace --lib --examples --tests --benches --all-features --locked --fix
  • Ran cargo fmt --all
  • Note breaking changes in PR description, if applicable
  • update changelogs
    • Update CHANGELOG.md in each affected crate
    • add a high-level description in the root changelog

@zeroXbrock zeroXbrock merged commit fe37bbe into main Dec 31, 2025
7 checks passed
@zeroXbrock zeroXbrock deleted the feat/spammer-re-refactor branch December 31, 2025 00:06
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.

refactor spammer: async pendingTx cache processing

1 participant