This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
session-info: add dispute_period and random_seed #4547
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
ordian
added
A0-please_review
Pull request needs code review.
B0-silent
Changes should not be mentioned in any release notes
C1-low
PR touches the given topic and has a low impact on builders.
D3-trivial 🧸
PR contains trivial changes in a runtime directory that do not require an audit.
E0-runtime_migration
PR introduces code that might require downstream chains to run a runtime upgrade.
labels
Dec 16, 2021
ordian
requested review from
acatangiu,
adoerr,
antonio-dropulic,
svyatonik,
tomusdrw and
a team
as code owners
December 16, 2021 18:44
ordian
force-pushed
the
ao-session-info-3227
branch
from
December 16, 2021 18:46
31b9388
to
a0bdcfb
Compare
ordian
removed request for
a team,
tomusdrw,
svyatonik,
adoerr,
acatangiu and
antonio-dropulic
December 16, 2021 18:46
ordian
force-pushed
the
ao-session-info-3227
branch
3 times, most recently
from
December 22, 2021 10:51
b21f769
to
22bc2f2
Compare
Lldenaurois
approved these changes
Dec 26, 2021
ordian
force-pushed
the
ao-session-info-3227
branch
from
December 27, 2021 08:24
22bc2f2
to
0e825fd
Compare
bot merge |
Waiting for commit status. |
ordian
added a commit
that referenced
this pull request
Dec 27, 2021
* master: make check-dependent-* only be executed in PRs (#4588) session_info: add dispute_period and random_seed (#4547) session-info: add new fields + migration (#4545) Bump zstd from 0.9.0+zstd.1.5.0 to 0.9.1+zstd.1.5.1 (#4597) Relaunch Rococo (#4577) Companion for substrate#9732 (#4104) Better logs and metrics on PoV fetching. (#4593)
This was referenced Dec 27, 2021
drahnr
pushed a commit
that referenced
this pull request
Jan 4, 2022
Wizdave97
pushed a commit
to ComposableFi/polkadot
that referenced
this pull request
Feb 3, 2022
drahnr
pushed a commit
that referenced
this pull request
Feb 16, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A0-please_review
Pull request needs code review.
B0-silent
Changes should not be mentioned in any release notes
C1-low
PR touches the given topic and has a low impact on builders.
D3-trivial 🧸
PR contains trivial changes in a runtime directory that do not require an audit.
E0-runtime_migration
PR introduces code that might require downstream chains to run a runtime upgrade.
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.
A follow up to #4545 to close #3227.
This will help with moving rolling session window from a constant to a runtime variable in the client side.