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

Upgrade to latest polkadot-sdk@1.5 release #137

Merged
merged 59 commits into from
Feb 14, 2024

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    c1cec95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93f136b View commit details
    Browse the repository at this point in the history
  3. [pallet_identity] adapt paritytech/polkadot-sdk#2048

    [pallet_identity] removed `FieldDeposit`, `MaxAdditionalFields`, added `ByteDeposit`
    fix import `simple` -> `legacy`
    bkontur committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3c88719 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd6bffa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41fd521 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aef83c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53f6f9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68f77f8 View commit details
    Browse the repository at this point in the history
  9. [pallet_nomination_pools] adapt paritytech/polkadot-sdk#2474 (missing…

    … `set_commission_claim_permission`)
    bkontur committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e23218f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    045deca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0e32f9f View commit details
    Browse the repository at this point in the history
  12. [pallet_xcm] adapt paritytech/polkadot-sdk#2086 (weights: new_query

    … / `take_response`)
    bkontur committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3e19b99 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a78ffe8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3449ef8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    739170a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a7a1cfc View commit details
    Browse the repository at this point in the history
  17. [simple-mermaid] bump

    bkontur committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f7a557e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cb24674 View commit details
    Browse the repository at this point in the history
  19. [integration-tests] align integration tests with latest vogue + split…

    …: `common` to `common` and `chains`
    
    chore: remove unneeded deps with `cargo machete` for integration tests
    bkontur committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ee13de8 View commit details
    Browse the repository at this point in the history
  20. chore: fmt for all

    bkontur committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1ccd0f7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ca13c92 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4b496df View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e2564af View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e7c1da1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    200f154 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5a13a8c View commit details
    Browse the repository at this point in the history
  27. [migrations] added `pallet_grandpa::migrations::MigrateV4ToV5<Runtime…

    …>,` to Kusama/Polkadot
    bkontur committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    58e3ad8 View commit details
    Browse the repository at this point in the history
  28. fix Cargo.lock after rebase

    bkontur committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ab047b0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ce7edfa View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    dcee99c View commit details
    Browse the repository at this point in the history
  31. Fix tests

    bkontur committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0196f28 View commit details
    Browse the repository at this point in the history
  32. Update relay/polkadot/src/lib.rs

    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    bkontur and joepetrowski committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6423781 View commit details
    Browse the repository at this point in the history
  33. Added CHANGELOG.md entry

    bkontur committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    70dbf93 View commit details
    Browse the repository at this point in the history
  34. Removed TODO:(PR#137)

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

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    5b9047d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f61c49b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    d1055fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85a3b8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46e66de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1d0814 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Jan 30, 2024

  1. Unneeded import

    bkontur committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    01ce707 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    3568f3c View commit details
    Browse the repository at this point in the history
  2. WIP: temporary disabled TransactionalProcessor - missing patch for …

    …xcm-emulator for 1.5.0
    bkontur committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    10883da View commit details
    Browse the repository at this point in the history
  3. nit

    bkontur committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2e4a790 View commit details
    Browse the repository at this point in the history
  4. WIP: revert for encointer

    bkontur committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    cbe2e0b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

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

Commits on Feb 5, 2024

  1. WIP: update TODOs with patch

    bkontur committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7b52a6e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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

Commits on Feb 12, 2024

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

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    288f0a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6b16fa View commit details
    Browse the repository at this point in the history
  3. Fix patch for penpal-runtime

    bkontur committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    975c08d View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…

    …-1.5
    
    # Conflicts:
    #	Cargo.lock
    bkontur committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    be53230 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7dffea View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    97f81f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01d2344 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73af5ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f82cc05 View commit details
    Browse the repository at this point in the history