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

[FRAME] Introduce force_adjust_total_issuance #3001

Merged
merged 25 commits into from
Jan 30, 2024
Merged

[FRAME] Introduce force_adjust_total_issuance #3001

merged 25 commits into from
Jan 30, 2024

Commits on Jan 19, 2024

  1. Add force_adjust_total_issuance

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    33986b4 View commit details
    Browse the repository at this point in the history
  2. Fix weight files

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e935f53 View commit details
    Browse the repository at this point in the history
  3. Fix weight annotation

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a455a8a View commit details
    Browse the repository at this point in the history
  4. Add proper errors

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    d8ae79e View commit details
    Browse the repository at this point in the history
  5. Add prdoc

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    997fc28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa3d804 View commit details
    Browse the repository at this point in the history
  7. Fix benchmark

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    cfb49fc View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

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

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

    …=dev --target_dir=substrate --pallet=pallet_balances
    command-bot committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    2ab7158 View commit details
    Browse the repository at this point in the history
  3. ".git/.scripts/commands/bench/bench.sh" --subcommand=runtime --runtim…

    …e=rococo --target_dir=polkadot --pallet=pallet_balances
    command-bot committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    e3df5ac View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/paritytech/polkadot-sdk i…

    …nto HEAD
    command-bot committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    3c51c10 View commit details
    Browse the repository at this point in the history
  5. ".git/.scripts/commands/bench/bench.sh" --subcommand=runtime --runtim…

    …e=westend --target_dir=polkadot --pallet=pallet_balances
    command-bot committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    cf71bbe View commit details
    Browse the repository at this point in the history
  6. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=bridge-hub-westend --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_balances
    command-bot committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    d12e53d View commit details
    Browse the repository at this point in the history
  7. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=bridge-hub-rococo --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_balances
    command-bot committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    b0f435c View commit details
    Browse the repository at this point in the history
  8. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=coretime-westend --runtime_dir=coretime --target_dir=cumulus --pallet=pallet_balances
    command-bot committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    fde5f46 View commit details
    Browse the repository at this point in the history
  9. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=coretime-rococo --runtime_dir=coretime --target_dir=cumulus --pallet=pallet_balances
    command-bot committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    af81253 View commit details
    Browse the repository at this point in the history
  10. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=asset-hub-westend --runtime_dir=assets --target_dir=cumulus --pallet=pallet_balances
    command-bot committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    5f290f7 View commit details
    Browse the repository at this point in the history
  11. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=asset-hub-rococo --runtime_dir=assets --target_dir=cumulus --pallet=pallet_balances
    command-bot committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    af0c50b View commit details
    Browse the repository at this point in the history
  12. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=collectives-westend --runtime_dir=collectives --target_dir=cumulus --pallet=pallet_balances
    command-bot committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    c104593 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Beauty fixes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6489cd7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    a92524f View commit details
    Browse the repository at this point in the history
  2. Update prdoc/pr_3001.prdoc

    bkchr authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8cc1619 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Fix prdoc

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e679da7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a88ac6 View commit details
    Browse the repository at this point in the history
  3. Fix upweights for testnets

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    086a590 View commit details
    Browse the repository at this point in the history