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

Use relay chain block number in the broker pallet instead of block number #5656

Merged
merged 34 commits into from
Nov 11, 2024

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    50f4f43 View commit details
    Browse the repository at this point in the history
  2. Add prdoc

    DavidK committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7315ba7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Translate block number to relay block number

    DavidK committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c928b8a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 13, 2024

  1. Rename Translation to Conversion

    DavidK committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    82115a0 View commit details
    Browse the repository at this point in the history
  2. Add crates to prdoc

    DavidK committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    30f9953 View commit details
    Browse the repository at this point in the history
  3. Add remaining crates to prdoc changes

    DavidK committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1c36d20 View commit details
    Browse the repository at this point in the history
  4. Fix try runtime compilation

    DavidK committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2edbca9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Put broker migration last

    DavidK committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    10b2f95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4ea05e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db95a7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3141883 View commit details
    Browse the repository at this point in the history
  5. Revert "Adjust conversions for rococo and westend conversions"

    This reverts commit 3141883.
    DavidK committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f06be14 View commit details
    Browse the repository at this point in the history
  6. Migration fixes for rococo and westend

    DavidK committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1b53fa9 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Revert minor formatting changes

    DavidK committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    51899f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

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

Commits on Oct 29, 2024

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

Commits on Oct 30, 2024

  1. Remove custom relay_height function

    DavidK committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d79d5ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18fb0cf View commit details
    Browse the repository at this point in the history
  3. Fix coretime runtimes

    DavidK committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    cfdab24 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Update substrate/frame/broker/src/migration.rs

    Co-authored-by: Kian Paimani <[email protected]>
    davidk-pt and kianenigma authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5131629 View commit details
    Browse the repository at this point in the history
  2. Update substrate/frame/broker/src/migration.rs

    Co-authored-by: Kian Paimani <[email protected]>
    davidk-pt and kianenigma authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    25532a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3114675 View commit details
    Browse the repository at this point in the history
  4. Revert "Update substrate/frame/broker/src/migration.rs"

    This reverts commit 25532a2.
    DavidK committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3a98e40 View commit details
    Browse the repository at this point in the history
  5. Revert "Update substrate/frame/broker/src/migration.rs"

    This reverts commit 5131629.
    DavidK committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a8dfcbb View commit details
    Browse the repository at this point in the history
  6. Allow panics in try-runtime code

    DavidK committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e44ad5e View commit details
    Browse the repository at this point in the history
  7. Revert "Allow panics in try-runtime code"

    This reverts commit e44ad5e.
    DavidK committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    675bf5f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

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

Commits on Nov 5, 2024

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

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    fc3635e View commit details
    Browse the repository at this point in the history
  2. Remove version bumps

    DavidK committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    96b1355 View commit details
    Browse the repository at this point in the history
  3. Remove deprecated core_runtime_str

    DavidK committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    25627b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e257413 View commit details
    Browse the repository at this point in the history
  5. Adjust coretime calculation in benchmarks

    DavidK committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    48d96c8 View commit details
    Browse the repository at this point in the history