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

beefy: put not only lease parachain heads into mmr #4751

Merged
merged 23 commits into from
Jul 19, 2024

Commits on Jun 10, 2024

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

    ordian committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4751d35 View commit details
    Browse the repository at this point in the history
  3. prdoc

    ordian committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c8d3742 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    96a8f75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6dcb4f View commit details
    Browse the repository at this point in the history
  3. fix rustdocs

    ordian committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c6f3512 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 19, 2024

  1. Update polkadot/runtime/parachains/src/paras/mod.rs

    Co-authored-by: Adrian Catangiu <adrian@parity.io>
    ordian and acatangiu authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4036088 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb69240 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    45f8fe5 View commit details
    Browse the repository at this point in the history
  2. merge master and resolve conflicts

    * master: (120 commits)
      network/tx: Ban peers with tx that fail to decode (#5002)
      Try State Hook for Bounties (#4563)
      [statement-distribution] Add metrics for distributed statements in V2 (#4554)
      added sync command (#4818)
      Bridges V2 refactoring backport and `pallet_bridge_messages` simplifications (#4935)
      xcm-executor: Improve logging (#4996)
      Remove usage of `sp-std` on templates (#5001)
      fixed cmd bot commenting not working (#5000)
      Explain usage of `<T: Config>` in FRAME storage + Update parachain pallet template  (#4941)
      Expose metadata-hash feature from polkadot crate (#4886)
      Add `MAX_INSTRUCTIONS_TO_DECODE` to XCMv2 (#4978)
      add notices to the implementer's guide docs that changed for elastic scaling (#4983)
      `polkadot-parachain` simplifications and deduplications (#4916)
      Update Templates README docs (#4980)
      allow clear_origin in safe xcm builder (#4777)
      litep2p/peerstore: Fix bump last updated time (#4971)
      Make `tracing::log` work in the runtime (#4863)
      sp-core: Improve docs generated by `generate_feature_enabled_macro` (#4968)
      [Backport] Version bumps  and  prdocs reordering from 1.14.0 (#4955)
      Assets: can_decrease/increase for destroying asset is not successful (#3286)
      ...
    ordian committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ce5de33 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ao-paraheadrootsprovider-coretime-fix' of github.com:pa…

    …ritytech/polkadot-sdk into ao-paraheadrootsprovider-coretime-fix
    
    * 'ao-paraheadrootsprovider-coretime-fix' of github.com:paritytech/polkadot-sdk:
      Update polkadot/runtime/parachains/src/paras/mod.rs
    ordian committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4b5fd3e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. some benchmark fixes

    ordian committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d123500 View commit details
    Browse the repository at this point in the history
  2. commit uncommitted fixes

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

Commits on Jul 17, 2024

  1. feature propagation fixes

    ordian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9ebe890 View commit details
    Browse the repository at this point in the history
  2. use sp_std::vec

    ordian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    13fd33c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into ao-paraheadrootsprovider-coretime-fix

    * master:
      add elastic scaling MVP guide (#4663)
      Send PeerViewChange with high priority (#4755)
      [ci] Update forklift in CI image (#5032)
      Adjust base value for statement-distribution regression tests (#5028)
      [pallet_contracts] Add support for transient storage in contracts host functions (#4566)
      [1 / 5] Optimize logic for gossiping assignments (#4848)
      Remove `pallet-getter` usage from pallet-session (#4972)
      command-action: added scoped permissions to the github tokens (#5016)
      net/litep2p: Propagate ValuePut events to the network backend (#5018)
      rpc: add back rpc logger (#4952)
      Updated substrate-relay version for tests (#5017)
      Remove most all usage of `sp-std` (#5010)
      Use sp_runtime::traits::BadOrigin (#5011)
    ordian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0f207dd View commit details
    Browse the repository at this point in the history
  4. ughh

    ordian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ffde0ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edceea6 View commit details
    Browse the repository at this point in the history
  6. regen umbrella toml

    ordian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    aaa5014 View commit details
    Browse the repository at this point in the history
  7. try another time..

    ordian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    659cbb4 View commit details
    Browse the repository at this point in the history
  8. try removing unused dep

    ordian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    94d1a48 View commit details
    Browse the repository at this point in the history
  9. Revert "try removing unused dep"

    This reverts commit 94d1a48.
    ordian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a7d55ca View commit details
    Browse the repository at this point in the history