Skip to content

Conversation

@bhavidhingra
Copy link
Contributor

This pull request updates the message signing logic in signAccountBasedMidnightClaimMessages.ts to improve reliability. The most significant change is switching from parallel to sequential processing of messages, which can help avoid issues related to concurrency and resource usage.

Message signing logic:

  • Changed the processing of messages from parallel (Promise.all) to sequential iteration in the bulkSignAccountBasedMessagesWithProvider function, ensuring each message is signed one after another with a new Wallet instance.

TICKET: COIN-5426

@bhavidhingra bhavidhingra force-pushed the coin-5426-sequential-receive-address-signing branch from 8d61575 to c5ec2ad Compare September 18, 2025 12:12
Copy link
Contributor

@MohammedRyaan786 MohammedRyaan786 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@baltiyal baltiyal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@bhavidhingra bhavidhingra merged commit 73f80a4 into master Sep 18, 2025
12 checks passed
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.

4 participants