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

add NodeFeatures field to HostConfiguration and runtime API #2177

Merged
merged 20 commits into from
Nov 14, 2023

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    8aa7f3a View commit details
    Browse the repository at this point in the history
  2. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d88b791 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

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

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    b4fcb1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79bfc97 View commit details
    Browse the repository at this point in the history
  3. add toggle_node_feature config pallet extrinsic

    also switch to using a u64 in the runtime for storing the features.
    If we were to use a bitvec here as well, the toggle_node_feature extrinsic
    could potentially allocate indefinite memory.
    alindima committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    42c00b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e8e33d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4872169 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e2f764 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    72a71ff View commit details
    Browse the repository at this point in the history
  2. fix benchmark

    alindima committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b1abeb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db20f6e View commit details
    Browse the repository at this point in the history
  4. fix benchmark again

    alindima committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    fd393d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da7ce3a View commit details
    Browse the repository at this point in the history
  6. ".git/.scripts/commands/bench/bench.sh" --subcommand=runtime --runtim…

    …e=rococo --target_dir=polkadot --pallet=runtime_parachains::configuration
    command-bot committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6413b80 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of https://github.com/paritytech/polkadot-sdk i…

    …nto HEAD
    command-bot committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    55adc2f View commit details
    Browse the repository at this point in the history
  8. ".git/.scripts/commands/bench/bench.sh" --subcommand=runtime --runtim…

    …e=westend --target_dir=polkadot --pallet=runtime_parachains::configuration
    command-bot committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3d8d30f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

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

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    42cff85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9889c2f View commit details
    Browse the repository at this point in the history