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

short-term fix for para inherent weight overestimation #5082

Merged
merged 32 commits into from
Aug 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b0fbeec
temp fix for para inherent weight overestimation
ordian Jul 19, 2024
940c02e
Merge branch 'master' of https://github.com/paritytech/polkadot-sdk i…
Jul 22, 2024
67c295d
".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…
Jul 22, 2024
08dc2cc
".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…
Jul 22, 2024
f920d3b
fixup
ordian Jul 23, 2024
9c7d1b5
Merge branch 'master' into ao-fix-parainclusion-weight-overestimation
ordian Jul 23, 2024
42d0302
another fixup
ordian Jul 23, 2024
f4d2eee
fixup
ordian Jul 25, 2024
b235de4
Merge branch 'master' into ao-fix-parainclusion-weight-overestimation
ordian Jul 25, 2024
be07fcb
fix a typo
ordian Jul 26, 2024
9fe7a6b
polkadot bench: make bitfields full in builder
ordian Jul 26, 2024
ce6d0ac
rename some weight files
ordian Jul 26, 2024
64b367c
some more weight renames
ordian Jul 26, 2024
d305a1a
Merge branch 'master' into ao-fix-parainclusion-weight-overestimation
ordian Aug 6, 2024
c8b2c30
fmt
ordian Aug 6, 2024
e9258b7
rename rococo weights too
ordian Aug 6, 2024
6133e83
Merge branch 'master' of https://github.com/paritytech/polkadot-sdk i…
Aug 7, 2024
c9f313c
".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…
Aug 7, 2024
ea9abce
".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…
Aug 7, 2024
254c11c
prdoc
ordian Aug 7, 2024
ca5ee10
Merge branch 'master' into ao-fix-parainclusion-weight-overestimation
ordian Aug 7, 2024
c4e0989
restore the comment
ordian Aug 7, 2024
cbe0b3f
Merge branch 'master' into ao-fix-parainclusion-weight-overestimation
ordian Aug 14, 2024
277f40a
Merge branch 'master' into ao-fix-parainclusion-weight-overestimation
ordian Aug 16, 2024
90e4eaf
Merge branch 'master' into ao-fix-parainclusion-weight-overestimation
ordian Aug 22, 2024
b5873d4
adjust some of the runtime builder params
ordian Aug 22, 2024
05d90cb
adjust backing bench
ordian Aug 22, 2024
bb75fb5
rename validaty to backing votes
ordian Aug 22, 2024
73d3e6e
fix a typo
ordian Aug 22, 2024
1ca7b53
Merge branch 'master' of https://github.com/paritytech/polkadot-sdk i…
Aug 22, 2024
18c3e03
".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…
Aug 23, 2024
46c7965
Merge branch 'master' into ao-fix-parainclusion-weight-overestimation
ordian Aug 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
prdoc
  • Loading branch information
ordian committed Aug 7, 2024
commit 254c11cc7a661f87f58918db7faf930d0a820de5
15 changes: 15 additions & 0 deletions prdoc/pr_5082.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
title: "Fix ParaInherent weight overestimation"

doc:
- audience: Runtime Dev
description: |
This PR fixes the relay chain inherent weight overestimation allowing it
to support more cores and validators.

crates:
- name: polkadot-runtime-parachains
bump: major
- name: westend-runtime
bump: minor
- name: rococo-runtime
bump: minor