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

First step in implementing #4386 #4437

Merged
merged 10 commits into from
Dec 23, 2021
Merged

Conversation

eskimor
Copy link
Member

@eskimor eskimor commented Dec 1, 2021

This PR:

  • Reduces MAX_UNSHARED_UPLOAD_TIME to 150ms
  • Increases timeout on collation fetching to 1200ms
  • Reduces limit on needed backing votes in the runtime

This PR does not yet reduce the number of needed backing votes on the
node as this can only be meaningfully enacted once the changed limit in
the runtime is live.

skip check-dependent-cumulus

This PR:

- Reduces MAX_UNSHARED_UPLOAD_TIME to 150ms
- Increases timeout on collation fetching to 1200ms
- Reduces limit on needed backing votes in the runtime

This PR does not yet reduce the number of needed backing votes on the
node as this can only be meaningfully enacted once the changed limit in
the runtime is live.
@eskimor eskimor added A0-please_review Pull request needs code review. I10-optimisation An enhancement to provide better overall performance in terms of time-to-completion for a task. 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. D9-needsaudit 👮 PR contains changes to fund-managing logic that should be properly reviewed and externally audited. labels Dec 1, 2021
@ordian ordian added this to the v0.9.14 milestone Dec 1, 2021
@eskimor eskimor marked this pull request as draft December 1, 2021 14:07
@eskimor eskimor marked this pull request as ready for review December 2, 2021 14:58
Copy link
Member

@ordian ordian left a comment

Choose a reason for hiding this comment

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

Missing guide updates for the backing quorum changes (or planned for a follow-up?).

runtime/parachains/src/inclusion/mod.rs Outdated Show resolved Hide resolved
node/core/backing/src/lib.rs Show resolved Hide resolved
@eskimor
Copy link
Member Author

eskimor commented Dec 3, 2021

Missing guide updates for the backing quorum changes (or planned for a follow-up?).

I am not able to find any section in the guide that needs an update. All references I have found so far, don't mention concrete numbers.

@ordian
Copy link
Member

ordian commented Dec 3, 2021

E.g.

If quorum reaches validator-group majority

@eskimor
Copy link
Member Author

eskimor commented Dec 3, 2021

Thanks, I missed that for some reason.

@ordian ordian added A1-onice and removed A1-onice labels Dec 6, 2021
@jakoblell jakoblell added D1-audited 👍 PR contains changes to critical logic that has been properly reviewed and externally audited. and removed D9-needsaudit 👮 PR contains changes to fund-managing logic that should be properly reviewed and externally audited. labels Dec 14, 2021
@ordian ordian modified the milestones: v0.9.14, v0.9.15 Dec 15, 2021
@s3krit s3krit modified the milestones: v0.9.15, v0.9.16 Dec 17, 2021
@eskimor
Copy link
Member Author

eskimor commented Dec 23, 2021

bot merge

@paritytech-processbot paritytech-processbot bot merged commit 7311a3a into master Dec 23, 2021
@paritytech-processbot paritytech-processbot bot deleted the rk-backing-liveness branch December 23, 2021 16:41
@ordian ordian modified the milestones: v0.9.16, v0.9.15 Dec 23, 2021
drahnr pushed a commit that referenced this pull request Jan 4, 2022
* First step in implementing #4386

This PR:

- Reduces MAX_UNSHARED_UPLOAD_TIME to 150ms
- Increases timeout on collation fetching to 1200ms
- Reduces limit on needed backing votes in the runtime

This PR does not yet reduce the number of needed backing votes on the
node as this can only be meaningfully enacted once the changed limit in
the runtime is live.

* Fix tests.

* Guide updates.

* Review remarks.

* Bump minimum required backing votes to 2 in runtime.

* Make sure node side code won't make runtime vomit.

* cargo +nightly fmt
@chevdor chevdor modified the milestones: v0.9.15, v0.9.16 Jan 11, 2022
Wizdave97 pushed a commit to ComposableFi/polkadot that referenced this pull request Feb 3, 2022
* First step in implementing paritytech#4386

This PR:

- Reduces MAX_UNSHARED_UPLOAD_TIME to 150ms
- Increases timeout on collation fetching to 1200ms
- Reduces limit on needed backing votes in the runtime

This PR does not yet reduce the number of needed backing votes on the
node as this can only be meaningfully enacted once the changed limit in
the runtime is live.

* Fix tests.

* Guide updates.

* Review remarks.

* Bump minimum required backing votes to 2 in runtime.

* Make sure node side code won't make runtime vomit.

* cargo +nightly fmt
ordian added a commit that referenced this pull request Feb 14, 2022
@ordian ordian added the T5-parachains_protocol This PR/Issue is related to Parachains features and protocol changes. label Aug 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. D1-audited 👍 PR contains changes to critical logic that has been properly reviewed and externally audited. I10-optimisation An enhancement to provide better overall performance in terms of time-to-completion for a task. T5-parachains_protocol This PR/Issue is related to Parachains features and protocol changes.
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants