Skip to content

Conversation

zeroXbrock
Copy link
Member

Motivation

  • txs were being sent out of order
  • nonce conflict edge case

Solution

  • fixed a bug in usage of make_strict_call: index limit was being found incorrectly. Moved modulo operation into make_strict_call to force it to be agent-aware, ensuring account selection is scoped correctly
  • sort nonces low-to-high before sending each batch to ensure that spammer doesn't send out-of-order (it's possible for input to spammer (execute_spam to be specific) to be out of order)

All other changes just improve ugly/misplaced code.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

This was referenced Sep 2, 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.

1 participant