Skip to content
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

feat(chain): create nodes concurrently #69

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

Zygimantass
Copy link
Contributor

@Zygimantass Zygimantass commented Jan 26, 2024

In this PR

Instead of creating nodes one-by-one sequentially, we add them all into an errgroup and do it all concurrently.

@Zygimantass Zygimantass force-pushed the zygis/concurrent-node-creations branch from ac9798e to f62c855 Compare January 31, 2024 17:18
@Zygimantass Zygimantass merged commit cdf452b into main Jan 31, 2024
3 checks passed
@Zygimantass Zygimantass deleted the zygis/concurrent-node-creations branch January 31, 2024 17:23
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.

2 participants