-
Notifications
You must be signed in to change notification settings - Fork 38
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
Parallel backing with validation in pool #1544
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: iceseer <iceseer@gmail.com>
iceseer
force-pushed
the
feature/parallel_backing
branch
from
March 26, 2023 11:46
1a593af
to
c8a90c7
Compare
iceseer
force-pushed
the
feature/parallel_backing
branch
from
March 27, 2023 05:36
19a674e
to
073e575
Compare
iceseer
force-pushed
the
feature/parallel_backing
branch
from
March 27, 2023 05:54
073e575
to
6052122
Compare
Signed-off-by: iceseer <iceseer@gmail.com>
Signed-off-by: iceseer <iceseer@gmail.com>
iceseer
force-pushed
the
feature/parallel_backing
branch
from
March 29, 2023 10:33
f6ca8c2
to
97151a4
Compare
Signed-off-by: iceseer <iceseer@gmail.com>
Signed-off-by: iceseer <iceseer@gmail.com>
Signed-off-by: turuslan <turuslan.devbox@gmail.com>
logs Signed-off-by: iceseer <iceseer@gmail.com>
…ure/parallel_backing
Signed-off-by: iceseer <iceseer@gmail.com>
turuslan
added a commit
that referenced
this pull request
Mar 31, 2023
turuslan
reviewed
Mar 31, 2023
Signed-off-by: iceseer <iceseer@gmail.com>
xDimon
reviewed
Mar 31, 2023
Signed-off-by: iceseer <iceseer@gmail.com>
…cking Signed-off-by: iceseer <iceseer@gmail.com> # Conflicts: # core/parachain/availability/bitfield/signer.cpp # core/parachain/availability/fetch/fetch.hpp # core/parachain/availability/fetch/fetch_impl.cpp # core/parachain/availability/fetch/fetch_impl.hpp # core/parachain/availability/store/store.hpp # core/parachain/availability/store/store_impl.cpp # core/parachain/availability/store/store_impl.hpp
turuslan
approved these changes
Mar 31, 2023
xDimon
approved these changes
Mar 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the Change
Makes parachain validation task as parallel one.