-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(blockapis): replace bluebird with native promises #5754
Conversation
dfe52f3
to
399fbf2
Compare
399fbf2
to
c61828c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR refactors the blockapis module by replacing Bluebird with native Promises. Key changes include:
- Removing the Bluebird dependency.
- Replacing the Bluebird.mapSeries call with a native implementation in the mapSeries function.
- Introducing a custom async mapping implementation intended to mimic sequential processing.
c61828c
to
6164d7f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR refactors the blockapis module by replacing Bluebird with native promises. Key changes include:
- Removal of the Bluebird dependency.
- Implementation of the mapSeries function using async/await to replicate Bluebird.mapSeries behavior.
6164d7f
to
9222357
Compare
83e687e
83e687e
to
25b0f53
Compare
Ticket: DX-1126
TICKET: DX-1126