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 to polkadot v0.9.37 #700

Merged
merged 58 commits into from
Feb 16, 2023
Merged

Update to polkadot v0.9.37 #700

merged 58 commits into from
Feb 16, 2023

Commits on Jan 31, 2023

  1. Update tomls file to polkadot v0.9.36

    hounsette committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    94f697e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f613221 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89398da View commit details
    Browse the repository at this point in the history
  4. Add additionnal config for unsafe feature for pallet contract and rem…

    …ove legacy code
    hounsette committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    3c9309e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    954725c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1c9887 View commit details
    Browse the repository at this point in the history
  7. Cargo.lock

    hounsette committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    490b007 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. update to v0.9.37

    hounsette committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    b87cd19 View commit details
    Browse the repository at this point in the history
  2. fmt

    hounsette committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7f9e623 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5fd508 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f73f8b View commit details
    Browse the repository at this point in the history
  5. pallet scheduler update

    hounsette committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    b460cf8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25f45a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. fmt

    hounsette committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    4cea6b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    95988c7 View commit details
    Browse the repository at this point in the history
  2. Add ConstBool importe

    hounsette committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    951ec47 View commit details
    Browse the repository at this point in the history
  3. RuntimeEvent

    hounsette committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    9ffd636 View commit details
    Browse the repository at this point in the history
  4. Pallet contract relative modifications

    hounsette committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0216ae3 View commit details
    Browse the repository at this point in the history
  5. RuntimeCall

    hounsette committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e02ab61 View commit details
    Browse the repository at this point in the history
  6. Update import for DispatchCalss

    hounsette committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0056665 View commit details
    Browse the repository at this point in the history
  7. fmt

    hounsette committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    da04293 View commit details
    Browse the repository at this point in the history
  8. correct typo

    hounsette committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    95a0a21 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Update Contract API

    hounsette committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d4f288f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    215a98f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Update benchmarking files

    hounsette committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    f9a7bc1 View commit details
    Browse the repository at this point in the history
  2. update test and mocks

    hounsette committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a279a0f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Install protobuf-compiler

    simonsso committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    129f283 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Update Cargo.toml

    hounsette committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    eda5e2e View commit details
    Browse the repository at this point in the history
  2. Install protoc in CI

    hounsette committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    65bd7f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    f9a23d1 View commit details
    Browse the repository at this point in the history
  2. Add unwrap for Option<Weight> Contract API

    hounsette committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    2095709 View commit details
    Browse the repository at this point in the history
  3. fmt

    hounsette committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    891951a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. build: bring default weight functions from substrate

    It allows our build to succeed. We will replace them later when benchmark again.
    aliXsed committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    0eeb37e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a21883 View commit details
    Browse the repository at this point in the history
  3. build: update cli

    aliXsed committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f76eba8 View commit details
    Browse the repository at this point in the history
  4. build: fix

    aliXsed committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    575363a View commit details
    Browse the repository at this point in the history
  5. update toml

    hounsette committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    18fa062 View commit details
    Browse the repository at this point in the history
  6. update test

    hounsette committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ef99e28 View commit details
    Browse the repository at this point in the history
  7. fmt

    hounsette committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    5b4d16e View commit details
    Browse the repository at this point in the history
  8. build: fix the build for tests by removing the staking migrations

    We haven't used the staking pallet for our parachain, and we don't need the migration logic there.
    aliXsed committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d6399bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d2aeda View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c5adea View commit details
    Browse the repository at this point in the history
  11. build(try-runtime): fix

    aliXsed committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    a03d55a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ed37c2a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    39723cf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4c51f6e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    5c4b7f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e937b02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    882c354 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8599b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfd9c97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6d6788 View commit details
    Browse the repository at this point in the history
  7. ci: fix try-runtime job

    aliXsed authored and hounsette committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    401a96b View commit details
    Browse the repository at this point in the history
  8. Update ci.yml

    Hounsette authored and hounsette committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    a62c184 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb44d68 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Update bench script

    simonsso committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    8f97ebe View commit details
    Browse the repository at this point in the history
  2. Update weights

    simonsso committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    dc530c3 View commit details
    Browse the repository at this point in the history
  3. Update dependecies

    simonsso committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d3c0ed1 View commit details
    Browse the repository at this point in the history