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

collator protocol changes for elastic scaling (validator side) #3302

Merged
merged 14 commits into from
Mar 15, 2024

Commits on Feb 13, 2024

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

Commits on Feb 14, 2024

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

Commits on Feb 16, 2024

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

Commits on Feb 19, 2024

  1. no maybes

    ordian committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    211edb7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ao-collator-parent-head-data

    * master: (41 commits)
      Add Coretime to Westend (#3319)
      removed `pallet::getter` from `pallet-sudo` (#3370)
      gossip-support: add unittests for update authorities (#3258)
      [FRAME Core] remove unnecessary overrides while using derive_impl for frame_system (#3317)
      Update coretime-westend bootnodes (#3380)
      `im-online` removal cleanup: remove off-chain storage (#2290)
      Bump the known_good_semver group with 1 update (#3379)
      Fix documentation dead link (#3372)
      Make `sp-keystore` `no_std`-compatible and fix the `build-runtimes-polkavm` CI job (#3363)
      Remove unused `im-online` weights (#3373)
      Ensure referenda `TracksInfo` is sorted (#3325)
      rpc server: add rate limiting middleware (#3301)
      do not block finality for "disabled" disputes (#3358)
      fix(zombienet): docker `img` version to use in merge queues for bridges (#3337)
      Various nits and alignments for SP testnets found during bumping `polkadot-fellows` repo (#3359)
      Add broker pallet to `coretime-westend` (#3272)
      remove recursion limit (#3348)
      Update subkey README.md (#3355)
      Bump the known_good_semver group with 6 updates (#3347)
      Document LocalKeystore insert method (#3336)
      ...
    ordian committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    739e63c View commit details
    Browse the repository at this point in the history
  3. prdoc

    ordian committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3320447 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Feb 27, 2024

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

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    1ff7a54 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into ao-collator-parent-…

    …head-data
    
    * origin/master: (51 commits)
      Runtime Upgrade ref docs and Single Block Migration example pallet  (#1554)
      Collator overseer builder unification (#3335)
      Introduce storage attr macro `#[disable_try_decode_storage]` and set it on `System::Events` and `ParachainSystem::HostConfiguration` (#3454)
      Add Polkadotters bootnoders per IBP application (#3423)
      Add documentation around FRAME Origin (#3362)
      Bridge zombienet tests: Check amount received at destination (#3490)
      Snowbridge benchmark tests fix (#3424)
      fix(zombienet): increase timeout in download artifacts (#3376)
      Cleanup String::from_utf8 (#3446)
      [prdoc] Validate crate names (#3467)
      Limit max execution time for `test-linux-stable` CI jobs (#3483)
      Introduce Notification block pinning limit (#2935)
      frame-support: Improve error reporting when having too many pallets (#3478)
      add Encointer as trusted teleporter for Westend (#3411)
      [pallet-xcm] Adjust benchmarks (teleport_assets/reserve_transfer_assets) not relying on ED (#3464)
      Add more debug logs to understand if statement-distribution misbehaving (#3419)
      Remove redundant parachains assigner pallet. (#3457)
      Use generic hash for runtime wasm in resolve_state_version_from_wasm (#3447)
      Runtime: allow backing multiple candidates of same parachain on different cores  (#3231)
      Bridge zombienet tests: move all "framework" files under one folder (#3462)
      ...
    ordian committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8b70d0f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Merge remote-tracking branch 'origin/master' into ao-collator-parent-…

    …head-data
    
    * origin/master:
      Fix call enum's metadata regression (#3513)
      Enable elastic scaling node feature in local testnets genesis (#3509)
      update development setup in sdk-docs (#3506)
      Fix accidental no-shows on node restart (#3277)
      Remove `AssignmentProviderConfig` and use parameters from `HostConfiguration` instead (#3181)
      [Deprecation] Remove sp_weights::OldWeight (#3491)
      Fixup multi-collator parachain transition to async backing (#3510)
      Multi-Block-Migrations, `poll` hook and new System callbacks (#1781)
      Snowbridge - Extract Ethereum Chain ID (#3501)
      PVF: re-preparing artifact on failed runtime construction (#3187)
      Add documentation around FRAME Offchain workers (#3463)
      [prdoc] Optional SemVer bumps and Docs (#3441)
      rpc-v2/tx/tests: Add transaction broadcast tests and check propagated tx status (#3193)
    ordian committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f44d58e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge branch 'master' into ao-collator-parent-head-data

    * master:
      Finish documenting `#[pallet::xxx]` macros  (#2638)
      Remove `as frame_system::DefaultConfig` from the required syntax in `derive_impl` (#3505)
      provisioner: allow multiple cores assigned to the same para (#3233)
      subsystem-bench: add regression tests for availability read and write (#3311)
      make SelfParaId a metadata constant (#3517)
      Fix crash of synced parachain node run with `--sync=warp` (#3523)
      [Backport] Node version and spec_version bumps and ordering of the prdoc files from 1.8.0 (#3508)
      Add `claim_assets` extrinsic to `pallet-xcm` (#3403)
    ordian committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8910798 View commit details
    Browse the repository at this point in the history
  2. add a comment (review)

    ordian committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7322058 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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