Skip to content

perf(tempo): parallelize sponsor signing#147

Draft
shekhirin wants to merge 1 commit into
mainfrom
alexey/parallel-sponsor-signing
Draft

perf(tempo): parallelize sponsor signing#147
shekhirin wants to merge 1 commit into
mainfrom
alexey/parallel-sponsor-signing

Conversation

@shekhirin

Copy link
Copy Markdown
Member

Moves fee-payer signing out of the serialized request-building path and into the existing signing worker jobs, so --signing-workers parallelizes both signatures for sponsored Tempo transactions.

Sponsored generation remained near 14.5k transactions per second with eight workers because every fee-payer signature was created synchronously before worker dispatch. The deferred signature still commits to the final expiring-nonce uniqueness bump and supports both standard and keychain senders.

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