Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Fix malicious mapping #61

Merged
merged 14 commits into from
Sep 7, 2021
Merged

Fix malicious mapping #61

merged 14 commits into from
Sep 7, 2021

Conversation

RetricSu
Copy link
Contributor

No description provided.

@RetricSu RetricSu requested a review from classicalliu as a code owner August 25, 2021 09:19
@RetricSu RetricSu marked this pull request as draft August 25, 2021 09:20
@RetricSu RetricSu marked this pull request as ready for review August 30, 2021 11:58
return;
}

txWithAddressMapping.addresses.data.forEach(async (item) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

sequence: for (const item of txWithAddressMapping.addresses.data)
parallel: await Promise.all(txWithAddressMapping.addresses.data.map(async (item) => {))

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated with parallel.

@RetricSu RetricSu merged commit d3baa8c into godwokenrises:main Sep 7, 2021
@RetricSu RetricSu deleted the fix-malicious-mapping branch September 7, 2021 05:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants