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

Update Wasmi to v0.32.0-beta.5 #2941

Closed
wants to merge 18 commits into from
Closed

Update Wasmi to v0.32.0-beta.5 #2941

wants to merge 18 commits into from

Commits on Jan 16, 2024

  1. update Wasmi to version 0.32.0-beta.5

    - cargo check -p pallet_contracts passes
    - cargo test -p pallet_contracts passes
    Robbepop committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    fdda762 View commit details
    Browse the repository at this point in the history
  2. apply rustfmt

    Robbepop committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    12e61ce View commit details
    Browse the repository at this point in the history
  3. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=dev --target_dir=substrate --pallet=pallet_contracts
    command-bot committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    4dba773 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. use weights.rs from master

    Robbepop committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8defb8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d10f01b View commit details
    Browse the repository at this point in the history
  3. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=dev --target_dir=substrate --pallet=pallet_contracts
    command-bot committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9d46136 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    57e4d7d View commit details
    Browse the repository at this point in the history
  2. fix benchmarks compile error

    Robbepop committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    97ac4e8 View commit details
    Browse the repository at this point in the history
  3. 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
    b2dc076 View commit details
    Browse the repository at this point in the history
  4. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=dev --target_dir=substrate --pallet=pallet_contracts
    command-bot committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f67e9cc View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    d4f8c09 View commit details
    Browse the repository at this point in the history
  2. remove compilation_mode parameter in validate

    Always use CompilationMode::Eager allows us to remove all the parameter passing.
    Robbepop committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f4d52f6 View commit details
    Browse the repository at this point in the history
  3. apply rustfmt

    Robbepop committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d145fcc View commit details
    Browse the repository at this point in the history
  4. fix compile errors

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

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

    …=dev --target_dir=substrate --pallet=pallet_contracts
    command-bot committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d2b8896 View commit details
    Browse the repository at this point in the history
  7. use eager compilation for benchmark setup

    As mandated by code review. However, this shouldn't change any benchmark results since it is just setup code.
    Robbepop committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7f5a5e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    326b0ae View commit details
    Browse the repository at this point in the history