Skip to content

deduplicate wallet creation#179

Merged
pk910 merged 3 commits intomasterfrom
pk910/assertoor-interface
Feb 3, 2026
Merged

deduplicate wallet creation#179
pk910 merged 3 commits intomasterfrom
pk910/assertoor-interface

Conversation

@pk910
Copy link
Copy Markdown
Member

@pk910 pk910 commented Feb 3, 2026

This PR implements deduplication for wallets.
Duplicate wallets could occur when running two scenarios with the same seed.
Without the deduplication, this would cause separate wallet instances with isolated nonce tracking, which leads to nonce conflicts when using the wallet from both scenarios.
With the deduplication, both scenarios use the same wallet instance, so they build non conflicting transactions.

This PR also implements various interfaces to make spamoor usable as library from an external project
rel. ethpandaops/assertoor#137

@pk910 pk910 merged commit 9099da2 into master Feb 3, 2026
4 checks passed
@pk910 pk910 deleted the pk910/assertoor-interface branch February 3, 2026 13:38
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