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

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    b0fbeec View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Merge branch 'master' of https://github.com/paritytech/polkadot-sdk i…

    …nto HEAD
    command-bot committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    940c02e View commit details
    Browse the repository at this point in the history
  2. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=rococo --target_dir=polkadot --pallet=polkadot_runtime_parachains::paras_inherent
    command-bot committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    67c295d View commit details
    Browse the repository at this point in the history
  3. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=westend --target_dir=polkadot --pallet=polkadot_runtime_parachains::paras_inherent
    command-bot committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    08dc2cc View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. fixup

    ordian committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f920d3b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ao-fix-parainclusion-weight-overestimation

    * master:
      Bump slotmap from 1.0.6 to 1.0.7 (#5096)
      feat: introduce pallet-parameters to Westend to parameterize inflation (#4938)
      Bump openssl from 0.10.64 to 0.10.66 (#5107)
      Bump lycheeverse/lychee-action from 1.9.1 to 1.10.0 (#5094)
      docs: remove the duplicate word (#5095)
      Prepare PVFs if node is a validator in the next session (#4791)
      Update parity publish (#5105)
    ordian committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9c7d1b5 View commit details
    Browse the repository at this point in the history
  3. another fixup

    ordian committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    42d0302 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. fixup

    ordian committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f4d2eee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ao-fix-parainclusion-weight-overestimation

    * master: (27 commits)
      Bridges improved tests and nits (#5128)
      Fix misleading comment about RewardHandler in epm config (#3095)
      Introduce a workflow updating the wishlist leaderboards (#5085)
      membership: Restructure pallet into separate files (#4536)
      Fix after ring-proof api change (#5126)
      Bump paritytech/review-bot from 2.4.0 to 2.5.0 (#5057)
      Bump docker/login-action from 3.0.0 to 3.3.0 (#5109)
      Bump docker/build-push-action from 5.1.0 to 6.5.0 (#5108)
      Bump peter-evans/create-pull-request from 5.0.0 to 6.1.0 (#5093)
      Tx Payment: drop ED requirements for tx payments with exchangeable asset  (#4488)
      Remove `pallet-getter` usage from pallet-transaction-payment (#4970)
      pallet macro: do not generate try-runtime related code when frame-support doesn't have try-runtime. (#5099)
      fix(chain-spec): ChainSpecBuilder with object as default genesis (#4345)
      Migrate BEEFY BLS crypto to  bls12-381 curve (#4931)
      Bump clap from 4.5.9 to 4.5.10 in the known_good_semver group (#5120)
      Use jobserver in wasm-builder to limit concurrency of spawned cargo processes (#4946)
      include events for voting (#4613)
      [subsystem-bench] Add mocks for own assignments triggering (#5042)
      Remove not-audited warning (#5114)
      hotfix: blockchain/backend: Skip genesis leaf to unblock syncing (#5103)
      ...
    ordian committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b235de4 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. fix a typo

    ordian committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    be07fcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fe7a6b View commit details
    Browse the repository at this point in the history
  3. rename some weight files

    ordian committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ce6d0ac View commit details
    Browse the repository at this point in the history
  4. some more weight renames

    ordian committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    64b367c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Merge branch 'master' into ao-fix-parainclusion-weight-overestimation

    * master: (51 commits)
      Remove unused feature gated code from the minimal template (#5237)
      make polkadot-parachain startup errors pretty (#5214)
      Coretime auto-renew (#4424)
      network/strategy: Backoff and ban overloaded peers to avoid submitting the same request multiple times (#5029)
      Fix frame crate usage doc (#5222)
      beefy: Tolerate pruned state on runtime API call (#5197)
      rpc: Enable ChainSpec for polkadot-parachain (#5205)
      Add an adapter for configuring AssetExchanger (#5130)
      Replace env_logger with sp_tracing (#5065)
      Adjust sync templates flow to use new release branch (#5182)
      litep2p/discovery: Publish authority records with external addresses only (#5176)
      Run UI tests in CI for some other crates (#5167)
      Remove `pallet::getter` usage from the pallet-balances (#4967)
      pallet-timestamp: `UnixTime::now` implementation logs error only if called at genesis (#5055)
      [CI] Cache try-runtime check (#5179)
      [Backport] version bumps and the prdocs reordering from stable2407 (#5178)
      [subsystem-benchmark] Update availability-distribution-regression-bench baseline after recent subsystem changes (#5180)
      Remove pallet::getter usage from proxy (#4963)
      Remove pallet::getter macro usage from pallet-election-provider-multi-phase (#4487)
      Review-bot@2.6.0 (#5177)
      ...
    ordian committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d305a1a View commit details
    Browse the repository at this point in the history
  2. fmt

    ordian committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c8b2c30 View commit details
    Browse the repository at this point in the history
  3. rename rococo weights too

    ordian committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e9258b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Merge branch 'master' of https://github.com/paritytech/polkadot-sdk i…

    …nto HEAD
    command-bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6133e83 View commit details
    Browse the repository at this point in the history
  2. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=rococo --target_dir=polkadot --pallet=polkadot_runtime_parachains::paras_inherent
    command-bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c9f313c View commit details
    Browse the repository at this point in the history
  3. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=westend --target_dir=polkadot --pallet=polkadot_runtime_parachains::paras_inherent
    command-bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ea9abce View commit details
    Browse the repository at this point in the history
  4. prdoc

    ordian committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    254c11c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into ao-fix-parainclusion-weight-overestimation

    * master:
      Umbrella crate: exclude chain-specific crates (#5173)
      Bring reference_hardware.json inline with machine used for weights (#5196)
      Snowbridge on Westend (#5074)
      Run semver check even when no prdoc (#5189)
      Export more from sc-service (#5250)
      Update the wishlist leaderboard script to handle PRs (#5256)
    ordian committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ca5ee10 View commit details
    Browse the repository at this point in the history
  6. restore the comment

    ordian committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c4e0989 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Merge branch 'master' into ao-fix-parainclusion-weight-overestimation

    * master: (35 commits)
      Fix OurViewChange small race (#5356)
      Make ticket non-optional and add ensure_successful method to Consideration trait (#5359)
      [tests] dedup test code, add more tests, improve naming and docs (#5338)
      Stop running the wishlist workflow on forks (#5297)
      Migrate foreign assets v3::Location to v4::Location (#4129)
      Minor clean up (#5284)
      [Pools] Ensure members can always exit the pool gracefully (#4998)
      StorageWeightReclaim: set to node pov size if higher (#5281)
      [Bot] Add prdoc generation (#5331)
      Small nits found accidentally along the way (#5341)
      Create subsystem-benchmarks.yml (#5325)
      Bump libp2p-identity from 0.2.8 to 0.2.9 (#5232)
      Bump authoring duration for async backing to 2s. (#5195)
      Fix spelling issues (#5206)
      Bump the known_good_semver group across 1 directory with 3 updates (#5315)
      `polkadot-node-core-pvf-common`: Fix test compilation error (#5310)
      ci: Paused `cmd-action` commenter (#5287)
      Remove unnecessary mut (#5318)
      chain-spec: minor clarification on the genesis config patch (#5324)
      fix av-distribution Jaeger spans mem leak (#5321)
      ...
    ordian committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    cbe0b3f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Merge branch 'master' into ao-fix-parainclusion-weight-overestimation

    * master:
      Remove redundant minimal template workspace (#5330)
      approval-distribution: Fix handling of conclude (#5375)
      More logs in `is_potential_spam` from `dispute-coordinator` (#5252)
      Fix zombienet bridges test (#5373)
      Update Readme of the `polkadot` crate (#5326)
      allow for `u8` to be used as hold/freeze reason (#5348)
      Moving cargo check for runtimes to GHA (#5340)
      Update links in the documentation (#5175)
      fix visibility for `pallet_nfts` types used as call arguments (#3634)
      Correct some typos in crates' descriptions (#5262)
      Aura: Ensure we are building on each relay chain fork (#5352)
      Update Identity pallet README.md (#5183)
      Bump trie-db from 0.29.0 to 0.29.1 (#5231)
      [Coretime] Always include UnpaidExecution, not just when revenue is > 0 (#5369)
      [Pools] fix derivation of pool account (#4999)
      Upgrade accidentally downgraded deps (#5365)
      [Pools] Fix issues with member migration to `DelegateStake` (#4822)
      Unify `no_genesis` check (#5360)
      [CI] Fix prdoc command (#5358)
      Beefy: add benchmarks for `report_fork_voting()` (#5188)
    ordian committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    277f40a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    90e4eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5873d4 View commit details
    Browse the repository at this point in the history
  3. adjust backing bench

    ordian committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    05d90cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb75fb5 View commit details
    Browse the repository at this point in the history
  5. fix a typo

    ordian committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    73d3e6e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/paritytech/polkadot-sdk i…

    …nto HEAD
    command-bot committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1ca7b53 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=westend --target_dir=polkadot --pallet=polkadot_runtime_parachains::paras_inherent
    command-bot committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    18c3e03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46c7965 View commit details
    Browse the repository at this point in the history