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

Bump to polkadot-v1.3.0 #598

Merged
merged 69 commits into from
Jan 23, 2024
Merged

Bump to polkadot-v1.3.0 #598

merged 69 commits into from
Jan 23, 2024

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    77b3b10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a1289c View commit details
    Browse the repository at this point in the history
  3. Make pallet-staking-extension compile

    Starts introducing some of the changes brought in by
    paritytech/polkadot-sdk#1484.
    HCastano committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b92bbe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0f796b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da1effc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a255767 View commit details
    Browse the repository at this point in the history
  7. Bump pallet-programs

    HCastano committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0a4e96d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa57a1f View commit details
    Browse the repository at this point in the history
  9. Remove commented out code

    HCastano committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c578811 View commit details
    Browse the repository at this point in the history
  10. Get pallet-relayer compiling

    HCastano committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    7e440f1 View commit details
    Browse the repository at this point in the history
  11. Fix relayer test compilation

    HCastano committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    dda3ed5 View commit details
    Browse the repository at this point in the history
  12. Fix pallet-free-tx's tests

    HCastano committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e7b37b1 View commit details
    Browse the repository at this point in the history
  13. Reorder config types

    HCastano committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6f5c622 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    35fffd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee7341c View commit details
    Browse the repository at this point in the history
  3. Bump pallet-transaction-pause

    This includes the deprecation of `Balances::transfer` from
    paritytech/polkadot-sdk#1226.
    HCastano committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    855e07f View commit details
    Browse the repository at this point in the history
  4. TaploFmt

    HCastano committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3f0349c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8474dcd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe20dad View commit details
    Browse the repository at this point in the history
  7. Import vec in other pallets

    HCastano committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    5744adb View commit details
    Browse the repository at this point in the history
  8. Bump TOML dependencies for runtime

    Haven't fixed the Rust code yet though
    HCastano committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    420ed14 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9853b6a View commit details
    Browse the repository at this point in the history
  10. Update staking related configs

    Values were mostly taken from the Polkadot runtime config
    HCastano committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c9fdfd7 View commit details
    Browse the repository at this point in the history
  11. Update pallet-preimage config

    Changes introduced in paritytech/polkadot-sdk#1363
    HCastano committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    dc851dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    42e55cd View commit details
    Browse the repository at this point in the history
  13. Add MaxNominators to pallet_grandpa

    Also introduced in paritytech/substrate#14471
    HCastano committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    796503b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e0813cd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2b3bbfd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    86045a4 View commit details
    Browse the repository at this point in the history
  17. finish runtime

    JesseAbram committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f917af2 View commit details
    Browse the repository at this point in the history
  18. Use crates.io packages in entropy TOML

    This doesn't compile yet
    HCastano committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    d977b27 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8e45c1d View commit details
    Browse the repository at this point in the history
  20. Move imports under correct dependency section

    These shouldn't be built-deps, my bad
    HCastano committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    23aef73 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c0ce1b5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    47628ec View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7314405 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    99db2a1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    041848c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f2cd129 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b4ad166 View commit details
    Browse the repository at this point in the history
  28. Add missing block_relay param

    HCastano committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c5c4e3c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1d41241 View commit details
    Browse the repository at this point in the history
  30. Add opaque types to runtime

    These match what was in `node-primitives`. In particular we're interested in the `Block` type which
    we were using in a lot of places, and I incorrectly changed to be `Unchechecked` instead of
    `Opaque`.
    HCastano committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    08e89ff View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6ee9568 View commit details
    Browse the repository at this point in the history
  32. Add full session key impls

    HCastano committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6ec0cbb View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d847085 View commit details
    Browse the repository at this point in the history
  34. Convert some tabs to spaces

    Sorry, I had to
    HCastano committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3259ae7 View commit details
    Browse the repository at this point in the history
  35. Import Vec from sp_std in benchmarks

    Turns out the issue responsible for this change is this:
    paritytech/polkadot-sdk#172
    HCastano committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    190d033 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    ec8afa8 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

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

    HCastano committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    97a8b85 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. change max freezes

    JesseAbram committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ab0203e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57147ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b0e5be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7469333 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    796322f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    739475d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7eadb3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb267ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4d4fe2 View commit details
    Browse the repository at this point in the history
  10. TaploFmt

    HCastano committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c652cce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33290f2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7a3e0b2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0b818cf View commit details
    Browse the repository at this point in the history
  14. Wrong vec import 🙃

    HCastano committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    42e75ca View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    32a8d0d View commit details
    Browse the repository at this point in the history
  16. Poke CI

    HCastano committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    995ac4a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    f9571bf View commit details
    Browse the repository at this point in the history
  2. Bump node metadata

    HCastano committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    fc87e95 View commit details
    Browse the repository at this point in the history