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.7 release #187

Merged
merged 202 commits into from
Mar 5, 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
  2. Upgrade to latest polkadot@1.6.0: `cargo upgrade -v --pinned --incomp…

    …atible` + revert encointer changes
    bkontur committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    767f903 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a8595c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f36b197 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d03f8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ded3fad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01bdd99 View commit details
    Browse the repository at this point in the history
  8. Cargo.lock

    bkontur committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7796a1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    773ad07 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9a5b0b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6fb51da View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a10717d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f139499 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b8dd1b9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    48f1255 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e76af9b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    1ba0c11 View commit details
    Browse the repository at this point in the history
  2. 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
    35f0e51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97f81f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01d2344 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73af5ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f82cc05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2c7e8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    359dab8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    69ce119 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d6d3ac View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    be4ceb4 View commit details
    Browse the repository at this point in the history
  2. chore: fmt

    franciscoaguirre committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3864204 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from franciscoaguirre/pr/159

    Replace deprecated CurrencyAdapter with FungibleAdapter
    bkontur committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3bda4f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    012e57e View commit details
    Browse the repository at this point in the history
  5. Added changelog

    bkontur committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c624232 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba739cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    349fb52 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a29757d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    38ca491 View commit details
    Browse the repository at this point in the history
  10. WIP: XCMv4

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

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    2b19718 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54e8b05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36e8020 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44eefcc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3170733 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0a61ae View commit details
    Browse the repository at this point in the history
  7. Updated TODOs

    bkontur committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b987e8d View commit details
    Browse the repository at this point in the history
  8. Update relay/kusama/src/lib.rs

    Co-authored-by: Ross Bulat <ross@parity.io>
    bkontur and Ross Bulat committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4cb2d2a View commit details
    Browse the repository at this point in the history
  9. Update relay/polkadot/src/lib.rs

    Co-authored-by: Ross Bulat <ross@parity.io>
    bkontur and Ross Bulat committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c724e91 View commit details
    Browse the repository at this point in the history
  10. Update relay/polkadot/src/lib.rs

    Co-authored-by: Ross Bulat <ross@parity.io>
    bkontur and Ross Bulat committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b6293a7 View commit details
    Browse the repository at this point in the history
  11. Update relay/kusama/src/lib.rs

    Co-authored-by: Ross Bulat <ross@parity.io>
    bkontur and Ross Bulat committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e3a80b5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cdd6bf7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    703e674 View commit details
    Browse the repository at this point in the history
  14. WIP: XCMv4 renaming

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

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    f24c821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dccb71 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. WIP: more XCMv4

    bkontur committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    502808b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7272865 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    630d58f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79b80e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8b04af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2f77aa View commit details
    Browse the repository at this point in the history
  7. More fixes

    bkontur committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5fe6392 View commit details
    Browse the repository at this point in the history
  8. More XCMv4

    bkontur committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    701cbf3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11b565d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d381389 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    99bf501 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00fabe1 View commit details
    Browse the repository at this point in the history
  13. Fix Kusama compilation

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

Commits on Feb 20, 2024

  1. upgrade encointer to 1.6.0

    brenzi committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    996e199 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97f81a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffc75da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c32bfbb View commit details
    Browse the repository at this point in the history
  5. Fix AssetHubs compilation

    bkontur committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2cbd31b View commit details
    Browse the repository at this point in the history
  6. fix novelties

    brenzi committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    437115e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ab6045 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d45db7e View commit details
    Browse the repository at this point in the history
  9. clippy

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

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    3d11911 View commit details
    Browse the repository at this point in the history
  2. fix accidental paste

    brenzi committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1c9262a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    620db80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49e0e85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4bf6a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    81839b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fce350 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    178592c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dd0ee3 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    6bc0346 View commit details
    Browse the repository at this point in the history
  2. touch Cargo.lock

    brenzi committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b743b79 View commit details
    Browse the repository at this point in the history
  3. [pallet_asset_conversion] Fix correct value for MaxSwapPathLength (wh…

    …ich fixes also failed benchmark)
    bkontur committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ff86df6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cc8eed View commit details
    Browse the repository at this point in the history
  5. Tuples-96 feature.

    eskimor committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    321578f View commit details
    Browse the repository at this point in the history
  6. Add Broker para ID.

    eskimor committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8b59085 View commit details
    Browse the repository at this point in the history
  7. Enable coretime on Kusama.

    eskimor committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8ce508d View commit details
    Browse the repository at this point in the history
  8. Add changelog entry.

    eskimor committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7f83cd8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f39fc8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fc1525b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    220a28c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from eskimor/rk-coretime

    Enable coretime on Kusama
    bkontur committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    1bbbe73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f848dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be8ba38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0399f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    5ab0968 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from brenzi/ab/upgrade-polkadot-v1.6.0

    upgrade Encointer to polkadot v1.6.0
    bkontur committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    bac111a View commit details
    Browse the repository at this point in the history
  3. Accomadate Encointer

    bkontur committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    af1de27 View commit details
    Browse the repository at this point in the history
  4. fnt

    bkontur committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    88e2f24 View commit details
    Browse the repository at this point in the history
  5. More fixes

    bkontur committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8ed52d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cc5074 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9490a1b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    498d078 View commit details
    Browse the repository at this point in the history
  9. Revert new line

    bkontur committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    804bfc1 View commit details
    Browse the repository at this point in the history
  10. Unify IsTeleporter

    bkontur committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    3a88996 View commit details
    Browse the repository at this point in the history
  11. Add P<>K emulated bridge tests

    Make use of the XCM emulator framework and common components
    provided by polkadot-sdk@v1.6.0 to reduce amount of boilerplate
    code in tests.
    
    Migrate existing tests to new xcm-emulator format.
    Add BridgeHubs system parachains emulated tests.
    
    Add Polkadot<>Kusama bridge tests, verifying bidirectional
    transfers of DOT and KSM between Polkadot and Kusama AssetHubs.
    
    Signed-off-by: Adrian Catangiu <adrian@parity.io>
    acatangiu committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    111f5c9 View commit details
    Browse the repository at this point in the history
  12. fmt

    bkontur committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    598ae51 View commit details
    Browse the repository at this point in the history
  13. Version nits

    bkontur committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    06cd27b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    12fd695 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ee69480 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #4 from bkontur/bko-bump-to-1.6-encointer

    Accomodate encointer to 1.6
    bkontur committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    3319aba View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    5b1e6a7 View commit details
    Browse the repository at this point in the history
  2. Replaced Encointer hack with fix to avoid potential collisions caused…

    … by different versions of crates
    bkontur committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    bbf7c5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    157788c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e336f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60b5441 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    4a0a124 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80206ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8edcf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4e7163 View commit details
    Browse the repository at this point in the history
  5. CHangelog + Encointer fix

    bkontur committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a846ceb View commit details
    Browse the repository at this point in the history
  6. fmt

    bkontur committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8450968 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16521a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a361a2a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ecbbf2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a1ef9f3 View commit details
    Browse the repository at this point in the history
  11. Wrong place

    bkontur committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a8a204e View commit details
    Browse the repository at this point in the history
  12. Bump to 1.7 encointer by @brenzi (#6)

    * bump encointer pallets for sdk 1.7.0
    
    * align sdk crate versions
    
    * fix 1.7.0 upgrade changes
    
    * nightly fmt
    
    * Nit
    
    ---------
    
    Co-authored-by: Alain Brenzikofer <alain@integritee.network>
    Co-authored-by: brenzi <brenzi@users.noreply.github.com>
    3 people committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    89d8944 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Update system-parachains/collectives/collectives-polkadot/src/fellows…

    …hip/mod.rs
    
    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    bkontur and joepetrowski committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    80dea43 View commit details
    Browse the repository at this point in the history
  2. Update system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs

    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    bkontur and joepetrowski committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b22d8c7 View commit details
    Browse the repository at this point in the history
  3. Update system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs

    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    bkontur and joepetrowski committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4c74180 View commit details
    Browse the repository at this point in the history
  4. Update system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs

    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    bkontur and joepetrowski committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d77f4af View commit details
    Browse the repository at this point in the history
  5. Update relay/polkadot/src/xcm_config.rs

    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    bkontur and joepetrowski committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1b87d84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72c2ba6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e29df79 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    395a773 View commit details
    Browse the repository at this point in the history
  9. More tests for AH / BH

    bkontur committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    515cdad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea3ebe4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    48331b9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    efe60b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    45e1624 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    817f944 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    ab960bc View commit details
    Browse the repository at this point in the history
  2. Add pallet-xcm patch with claim_assets extrinsic (#7)

    * feat(pallet-xcm): bump version
    
    * feat(claim_assets): add a test for claim_assets in all runtimes
    
    * fix(pallet_xcm::benchmarking): add missing get_asset function to runtimes
    
    * fix: fmt
    
    * chore: move claim_asset tests to their own file under each runtime
    
    * chore(claim_assets): add weights
    
    * feat(claim_assets): more test cases
    
    * fix: fmt
    franciscoaguirre committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    21fd3d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af6267c View commit details
    Browse the repository at this point in the history