Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

XCM v3 #4097

Merged
merged 313 commits into from
Jan 17, 2023
Merged

XCM v3 #4097

merged 313 commits into from
Jan 17, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 13, 2022

  1. cargo fmt

    KiChjang committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    cd5df6d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Create benchmarks for XCM instructions introduced in v3 (#4564)

    * Create benchmarks for BurnAsset and ExpectAsset
    
    * Add benchmarks for ExpectOrigin and ExpectError
    
    * Add benchmarks for QueryPallet and ExpectPallet
    
    * Add benchmarks for ReportTransactStatus and ClearTransactStatus
    
    * cargo fmt
    
    * Use AllPalletsWithSystem in mocks
    
    * Update XCM generic benchmarks for westend
    
    * Remove default impls for some XCM weight functions
    
    * Fix compilation error
    
    * Add weight_args helper attribute
    
    * Remove manually written XcmWeightInfo
    
    * Parse trailing comma
    
    * Revert "Add weight_args helper attribute"
    
    This reverts commit 3b7c47a.
    
    * Fixes
    
    * Fixes
    KiChjang committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    22b4332 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. XCM v3: Introduce querier field into QueryReponse (#4732)

    * Introduce querier field into QueryReponse
    
    * Convert &Option<MultiLocation> to Option<&MultiLocation>
    
    &Option<T> is almost always never quite useful, most of the time it
    still gets converted to an Option<&T> via `as_ref`, so we should simply
    make functions that accept Option<&T> instead.
    
    * Fix tests
    
    * cargo fmt
    
    * Fix benchmarks
    
    * Appease spellchecker
    
    * Fix test
    
    * Fix tests
    
    * Fix test
    
    * Fix mock
    
    * Fixes
    
    * Fix tests
    
    * Add test for response queriers
    
    * Update xcm/pallet-xcm/src/lib.rs
    
    * Test for non-existence of querier
    
    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    gavofyork and KiChjang committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    c0d4800 View commit details
    Browse the repository at this point in the history
  2. Fixes

    KiChjang committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    79c6d55 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

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

Commits on Jan 23, 2022

  1. Fixes

    KiChjang committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    87e5815 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

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

Commits on Feb 2, 2022

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

Commits on Feb 10, 2022

  1. Add starts_with function to MultiLocation and Junctions (#4835)

    * add matches_prefix function to MultiLocation and Junctions
    
    * rename matches_prefix to starts_with
    
    * remove unnecessary main in doc comment
    
    Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
    
    * Make use of starts_with in match_and_split
    
    Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    3 people committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    e640d82 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    fdf6352 View commit details
    Browse the repository at this point in the history
  2. XCM v3: Bridge infrastructure (#4681)

    * XCM bridge infrastructure
    
    * Missing bit of cherry-pick
    
    * Revamped XCM proc macros; new NetworkIds
    
    * Fixes
    
    * Formatting
    
    * ExportMessage instruction and config type
    
    * Add MessageExporter definitions
    
    * Formatting
    
    * Missing files
    
    * Fixes
    
    * Initial bridging config API
    
    * Allow for two-stage XCM execution
    
    * Update xcm/src/v3/mod.rs
    
    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    
    * XCM crate building again
    
    * Initial bridging primitive
    
    * Docs
    
    * Docs
    
    * More work
    
    * More work
    
    * Merge branch 'gav-xcm-v3' into gav-xcm-v3-bridging
    
    * Make build
    
    * WithComputedOrigin and SovereignPaidRemoteExporter
    
    * Remove TODOs
    
    * Slim bridge API and tests.
    
    * Fixes
    
    * More work
    
    * First bridge test passing
    
    * Formatting
    
    * Another test
    
    * Next round of bridging tests
    
    * Repot tests
    
    * Cleanups
    
    * Paid bridging
    
    * Formatting
    
    * Tests
    
    * Spelling
    
    * Formatting
    
    * Fees and refactoring
    
    * Fixes
    
    * Formatting
    
    * Refactor SendXcm to become two-phase
    
    * Fix tests
    
    * Refactoring of SendXcm and ExportXcm complete
    
    * Formatting
    
    * Rename CannotReachDestination -> NotApplicable
    
    * Remove XCM v0
    
    * Minor grumbles
    
    * Formatting
    
    * Formatting
    
    * Fixes
    
    * Fixes
    
    * Cleanup XCM config
    
    * Fee handling
    
    * Fixes
    
    * Formatting
    
    * Fixes
    
    * Bump
    
    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    gavofyork and KiChjang committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    6185cf3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

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

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    841bdb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e8e7b2 View commit details
    Browse the repository at this point in the history
  3. Bump Substrate

    gavofyork committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    2578af8 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. XCM v3: ExchangeAsset and Remote-locking (#4945)

    * Asset Exchange and Locks
    
    * Make sure XCM typers impl MaxEncodedLen
    
    * Basic implementation for locks
    
    * Bump Substrate
    
    * Missing files
    
    * Use new API
    
    * Introduce  instruction
    
    * Big refactor
    
    * Docs
    
    * Remove deprecated struct
    
    * Remove deprecated struct
    
    * Repot XCM builder tests
    
    * ExchangeAsset test
    
    * Exchange tests
    
    * Locking tests
    
    * Locking tests
    
    * Fixes and tests
    
    * Fixes
    
    * Formatting
    
    * Spelling
    gavofyork committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    768535f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba20a96 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

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

Commits on Mar 3, 2022

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

Commits on Mar 4, 2022

  1. Fix tests

    KiChjang committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    0fbf0c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

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

    gavofyork committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    6fda480 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. XCM v3: Support for non-fungibles (#4950)

    * NFT support and a test
    
    * New files.
    
    * Integration tests for sending NFTs
    
    * Formatting
    
    * Broken Cargo features
    
    * Use 2021 edition
    
    * Fixes
    
    * Formatting
    
    * Formatting
    
    * Update xcm/xcm-builder/src/asset_conversion.rs
    
    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    
    * Update xcm/xcm-builder/src/nonfungibles_adapter.rs
    
    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    
    * Update xcm/xcm-executor/src/lib.rs
    
    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Formatting
    
    * Fixes
    
    Co-authored-by: Bastian Köcher <info@kchr.de>
    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    3 people committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    3d5ab32 View commit details
    Browse the repository at this point in the history
  2. XCM v3: Context & ID hash (#4756)

    * send_xcm returns message hash
    
    * cargo fmt
    
    * Create topic register and instructions
    
    * Fix weights
    
    * Use tabs
    
    * Sketch out XcmContext
    
    * Fix doc test
    
    * Add the XCM context as a parameter to executor trait fns
    
    * Fixes
    
    * Add XcmContext parameter
    
    * Revert adding context as an arg to SendXcm trait methods
    
    * Revert adding context argument to ConvertOrigin trait methods
    
    * cargo fmt
    
    * Do not change the API of XcmExecutor::execute
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Remove convenience method
    
    * Fixes
    
    * Fixes
    
    * cargo fmt
    
    * Fixes
    
    * Add benchmarks for XCM topic instructions
    
    * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_xcm_benchmarks::generic --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --template=./xcm/pallet-xcm-benchmarks/template.hbs --output=./runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs
    
    * Remove context argument on FilterAssetLocation
    
    * Fixes
    
    * Remove unused import
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Accept XCM hash parameter in ExecuteXcm trait methods
    
    * cargo fmt
    
    * Properly enable sp-io/std
    
    * Fixes
    
    * default-features = false
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Make XcmContext optional in withdraw_asset
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Modify tests to check for the correct XCM hash
    
    * Small refactor
    
    * cargo fmt
    
    * Check for expected hash in xcm-builder unit tests
    
    * Add doc comment for the optionality of the XCM context in withdraw_asset
    
    * Update xcm/src/v3/traits.rs
    
    * Update xcm/src/v3/traits.rs
    
    * Store XcmContext and avoid rebuilding
    
    * Use ref for XcmContext
    
    * Formatting
    
    * Fix incorrect hash CC @KiChjang
    
    * Refactor and make clear fake hashes
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Fix broken hashing
    
    * Docs
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Formatting
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Remove unknowable hash
    
    * Formatting
    
    * Use message hash for greater identifiability
    
    * Formatting
    
    * Fixes
    
    * Formatting
    
    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    Co-authored-by: Parity Bot <admin@parity.io>
    3 people committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    c117f99 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    76cad39 View commit details
    Browse the repository at this point in the history
  2. Fixes

    KiChjang committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    3026e89 View commit details
    Browse the repository at this point in the history
  3. Fixes

    KiChjang committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    4c8ed73 View commit details
    Browse the repository at this point in the history
  4. Fixes

    KiChjang committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    16b9de8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

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

    KiChjang committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    38fb089 View commit details
    Browse the repository at this point in the history
  3. Formatting

    gavofyork committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    ac9662c View commit details
    Browse the repository at this point in the history
  4. Fixes

    gavofyork committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    0f3c3ed View commit details
    Browse the repository at this point in the history
  5. Formatting

    gavofyork committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    59d3e17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70c32d6 View commit details
    Browse the repository at this point in the history
  7. Fixes

    gavofyork committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    7a1bc07 View commit details
    Browse the repository at this point in the history
  8. Fixes

    gavofyork committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    df62f3c View commit details
    Browse the repository at this point in the history
  9. Formatting

    gavofyork committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    5a916ca View commit details
    Browse the repository at this point in the history
  10. Formatting

    gavofyork committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    9cf0ff5 View commit details
    Browse the repository at this point in the history
  11. Remove horrible names

    KiChjang committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    d236b2f View commit details
    Browse the repository at this point in the history
  12. Bump

    gavofyork committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    edd992e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Remove InvertLocation trait (#5092)

    * Remove InvertLocation trait
    
    * Remove unneeded functions
    
    * Formatting
    gavofyork committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    4421714 View commit details
    Browse the repository at this point in the history
  2. Fixes

    gavofyork committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    cb12467 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Remove XCMv1 (#5094)

    * Remove XCMv1
    
    * Remove XCMv1
    
    * Formatting
    
    * Fixes
    
    * Fixes
    
    * Formatting
    gavofyork committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    41e7c47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f214f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. derive serialize/deserialize for xcm primitives (#5036)

    * derive serialize/deserialize for xcm primitives
    
    * derive serialize/deserialize for xcm primitives
    
    * update v3
    
    * update v2
    
    Co-authored-by: Gav Wood <gavin@parity.io>
    stanly-johnson and gavofyork committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    069c75f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8723e31 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    55d09a5 View commit details
    Browse the repository at this point in the history
  2. Update lock

    gavofyork committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    9cca36a View commit details
    Browse the repository at this point in the history
  3. Fixes

    gavofyork committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    bedb342 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Configuration menu
    Copy the full SHA
    a261384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39283ce View commit details
    Browse the repository at this point in the history
  3. AliasOrigin instruction stub (#5122)

    * AliasOrigin instruction stub
    
    * Fixes
    gavofyork committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    92a0d76 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Fixes

    gavofyork committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    9de612c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07cdc71 View commit details
    Browse the repository at this point in the history
  3. Update substrate

    KiChjang committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5e0d072 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

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

Commits on Mar 24, 2022

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

Commits on Mar 25, 2022

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

    KiChjang committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    0e27b18 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    5c02901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f64a0b8 View commit details
    Browse the repository at this point in the history
  3. Fixes

    KiChjang committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    990a5d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1828ac View commit details
    Browse the repository at this point in the history
  5. Remove unused import

    KiChjang committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    7d05afd View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Remove unused import

    KiChjang committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    e5052da View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

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

Commits on Apr 13, 2022

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

Commits on Apr 14, 2022

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

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    865ee38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    774945c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aca38aa View commit details
    Browse the repository at this point in the history
  4. Fixes after merge

    KiChjang committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    3425324 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    KiChjang committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    c4a8da5 View commit details
    Browse the repository at this point in the history
  6. Fixes

    KiChjang committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    81ec7d2 View commit details
    Browse the repository at this point in the history
  7. Fixes

    KiChjang committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    325d469 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41a4b79 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a8b2f7f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

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

Commits on Apr 17, 2022

  1. Configuration menu
    Copy the full SHA
    49cb4d7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/paritytech/polkadot into …

    …gav-xcm-v3
    Parity Bot committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    0f4fb16 View commit details
    Browse the repository at this point in the history
  3. cargo run --quiet --profile=production --features=runtime-benchmarks …

    …-- benchmark pallet --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_xcm_benchmarks::generic --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --template=./xcm/pallet-xcm-benchmarks/template.hbs --output=./runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs
    Parity Bot committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    784941b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    923acc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Fixes

    KiChjang committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    5e53cf5 View commit details
    Browse the repository at this point in the history
  2. cargo run --quiet --profile=production --features=runtime-benchmarks …

    …-- benchmark pallet --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_xcm_benchmarks::generic --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --template=./xcm/pallet-xcm-benchmarks/template.hbs --output=./runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs
    Parity Bot committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    94c76ce View commit details
    Browse the repository at this point in the history
  3. Fix unused variables

    KiChjang committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    ae53f58 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

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

Commits on Jun 21, 2022

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

Commits on Jun 22, 2022

  1. Fixes

    KiChjang committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    34a969b View commit details
    Browse the repository at this point in the history
  2. Spelling

    KiChjang committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    b63a68a View commit details
    Browse the repository at this point in the history
  3. Fixes

    KiChjang committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    6b28a4b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

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

Commits on Jun 24, 2022

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

Commits on Jun 29, 2022

  1. Allows to customize how calls are dispatched from XCM (#5657)

    * CallDispatcher trait
    
    * fmt
    
    * unused import
    
    * fix test-runtime
    
    * remove JustDispatch type
    
    * fix typo in test-runtime
    
    * missing CallDispatcher
    
    * more missing CallDispatcher
    nanocryk committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    119a494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6810d06 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

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

Commits on Aug 10, 2022

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

Commits on Aug 14, 2022

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

Commits on Aug 23, 2022

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

Commits on Aug 24, 2022

  1. Fixes

    KiChjang committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    dc5bb37 View commit details
    Browse the repository at this point in the history
  2. Fixes

    KiChjang committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    29499ba View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    6d2bae4 View commit details
    Browse the repository at this point in the history
  2. Fixes

    KiChjang committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    bf26e0d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    c57e69b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0d906a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f5d45a View commit details
    Browse the repository at this point in the history
  4. Fixes

    KiChjang committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    7bd9d5f View commit details
    Browse the repository at this point in the history
  5. Fixes

    KiChjang committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ecdea05 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Fixes

    KiChjang committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    64b2996 View commit details
    Browse the repository at this point in the history
  2. Fixes

    KiChjang committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    3c21067 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f895642 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    4c54eea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f073155 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

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

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    9c22a85 View commit details
    Browse the repository at this point in the history
  2. Some late fixes for XCMv3 (#5237)

    * Maximise chances that trapped assets can be reclaimed
    
    * Do origin check as part of ExportMessage for security
    
    * Formatting
    
    * Fixes
    
    * Cleanup export XCM APIs
    
    * Formatting
    
    * Update xcm/src/v3/junctions.rs
    
    * UnpaidExecution instruction and associated barrier.
    
    * Tighten barriers (ClearOrigin/QueryResponse)
    
    * Allow only 1 ClearOrigin instruction in AllowTopLevelPaidExecutionFrom
    
    * Bi-directional teleport accounting
    
    * Revert other fix
    
    * Build fixes]
    
    * Tests build
    
    * Benchmark fixes
    
    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    gavofyork and KiChjang committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    fbc4327 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    da5c4f2 View commit details
    Browse the repository at this point in the history
  2. Update Substrate

    KiChjang committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    37e49df View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Re-export pub stuff from universal_exports.rs + removed unecessary …

    …clone (#6145)
    
    * Re-export `pub` stuff from universal_exports.rs
    
    * Removed unnecessary clone
    bkontur committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    fa54983 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

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

Commits on Nov 10, 2022

  1. Use 2D weights in XCM v3 (#6134)

    * Depend upon sp-core instead of sp-runtime
    
    * Make sp-io a dev-dependency
    
    * Use 2D weights in XCM v3
    
    * cargo fmt
    
    * Add XCM pallet migration to runtimes
    
    * Use from_parts
    
    * cargo fmt
    
    * Fixes
    
    * cargo fmt
    
    * Remove XCMWeight import
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Use translate in migration
    
    * Increase max upward message size in tests
    
    * Fix doc test
    
    * Remove most uses of from_ref_time
    
    * cargo fmt
    
    * Fixes
    
    * Fixes
    
    * Add extrinsic benchmarking to XCM pallet
    
    * cargo fmt
    
    * Fixes
    
    * Use old syntax
    
    * cargo fmt
    
    * Fixes
    
    * Remove hardcoded weights
    
    * Add XCM pallet to benchmarks
    
    * Use successful origin
    
    * Fix weird type parameter compilation issue
    
    * Fixes
    
    * ".git/.scripts/bench-bot.sh" runtime westend-dev pallet_xcm
    
    * ".git/.scripts/bench-bot.sh" runtime rococo-dev pallet_xcm
    
    * ".git/.scripts/bench-bot.sh" runtime kusama-dev pallet_xcm
    
    * ".git/.scripts/bench-bot.sh" runtime polkadot-dev pallet_xcm
    
    * Use benchmarked XCM pallet weights
    
    * Fixes
    
    * Fixes
    
    * Use override instead of skip
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * ".git/.scripts/bench-bot.sh" runtime polkadot-dev pallet_xcm
    
    * Fixes
    
    * ".git/.scripts/bench-bot.sh" runtime polkadot-dev pallet_xcm
    
    * ".git/.scripts/bench-bot.sh" runtime westend-dev pallet_xcm
    
    Co-authored-by: command-bot <>
    KiChjang committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    41fb1f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80f9d03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aef0231 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    ca0aa37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55c8e69 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    2668b75 View commit details
    Browse the repository at this point in the history
  2. Update xcm/src/v3/junction.rs

    Co-authored-by: asynchronous rob <rphmeier@gmail.com>
    KiChjang and rphmeier committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    6280d1d View commit details
    Browse the repository at this point in the history
  3. Add more weight tests

    KiChjang committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    599158b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

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

Commits on Nov 30, 2022

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

Commits on Dec 1, 2022

  1. cargo fmt

    KiChjang committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6f0339c View commit details
    Browse the repository at this point in the history
  2. Create thread_local in XCM executor to limit recursion depth (#6304)

    * Create thread_local in XCM executor to limit recursion depth
    
    * Add unit test for recursion limit
    
    * Fix statefulness in tests
    
    * Remove panic
    
    * Use defer and environmental macro
    
    * Fix the implementation
    
    * Use nicer interface
    
    * Change ThisNetwork to AnyNetwork
    
    * Move recursion check up to top level
    
    * cargo fmt
    
    * Update comment
    
    Co-authored-by: Bastian Köcher <info@kchr.de>
    KiChjang and bkchr committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    c34826f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Add upper limit on the number of overweight messages in the queue (#6298

    )
    
    * Add upper limit on the number of ovwerweight messages in the queue
    
    * Add newline
    KiChjang committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    31d5410 View commit details
    Browse the repository at this point in the history
  2. Introduce whitelist for Transact and limit UMP processing to 10 messa…

    …ges per block (#6280)
    
    * Add SafeCallFilter to XcmConfig
    
    * Limit UMP to receive 10 messages every block
    
    * Place 10 message limit on processing instead of receiving
    
    * Always increment the message_processed count whenever a message is processed
    
    * Add as_derivative to the Transact whitelist
    
    * cargo fmt
    
    * Fixes
    KiChjang committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    8aef2b9 View commit details
    Browse the repository at this point in the history
  3. Update xcm/xcm-builder/src/universal_exports.rs

    Co-authored-by: Branislav Kontur <bkontur@gmail.com>
    KiChjang and bkontur committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    76ffe03 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Fixes

    KiChjang committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    979c60a View commit details
    Browse the repository at this point in the history
  2. Fixes

    KiChjang committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    799ef59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d6b758 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07937f5 View commit details
    Browse the repository at this point in the history
  5. Fixes

    KiChjang committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    e428838 View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    KiChjang committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    83f2fd3 View commit details
    Browse the repository at this point in the history
  7. Fixes

    KiChjang committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    57a9df8 View commit details
    Browse the repository at this point in the history
  8. Fixes

    KiChjang committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    e761a84 View commit details
    Browse the repository at this point in the history
  9. Fix comments

    KiChjang committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    a374c9c View commit details
    Browse the repository at this point in the history
  10. Fixes

    KiChjang committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    0801bc5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ded3655 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

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

    KiChjang committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    5f8ffbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbb9ee7 View commit details
    Browse the repository at this point in the history
  4. Appease clippy and fixes

    KiChjang committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    f5fde97 View commit details
    Browse the repository at this point in the history
  5. Fixes

    KiChjang committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    229bc00 View commit details
    Browse the repository at this point in the history
  6. Fix more clippy issues

    KiChjang committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    0987294 View commit details
    Browse the repository at this point in the history
  7. Fixes

    KiChjang committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    456ad93 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/paritytech/polkadot into …

    …HEAD
    command-bot committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    10f864b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d9ee95b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59dea69 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    67104c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    f247313 View commit details
    Browse the repository at this point in the history
  2. Fix comment

    KiChjang committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    4b26181 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b00a892 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    947c4a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6f8cd7 View commit details
    Browse the repository at this point in the history
  6. Fixes

    KiChjang committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    233d95a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    3b402dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1e6b47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09ecd7b View commit details
    Browse the repository at this point in the history
  4. Update substrate

    KiChjang committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    a6b0896 View commit details
    Browse the repository at this point in the history
  5. Fixes

    KiChjang committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    6128e3f View commit details
    Browse the repository at this point in the history
  6. Fixes

    KiChjang committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    07de17c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65bffb8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    843c8b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8923c9f View commit details
    Browse the repository at this point in the history
  10. Fixes

    KiChjang committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    c533401 View commit details
    Browse the repository at this point in the history
  11. Fixes

    KiChjang committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    8a0398d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e74d79 View commit details
    Browse the repository at this point in the history
  13. Fixes

    KiChjang committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    5361832 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a37b93a View commit details
    Browse the repository at this point in the history
  15. Fixes

    KiChjang committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    d9bfc89 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    420be3e View commit details
    Browse the repository at this point in the history
  17. Fixes

    KiChjang committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1e3e9ad View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    937c4b7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d91adbc View commit details
    Browse the repository at this point in the history
  20. Update substrate

    KiChjang committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    fd388e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    7f437a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30a5760 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5801648 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    KiChjang committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    15d7413 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e0132d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8404147 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    06ad511 View commit details
    Browse the repository at this point in the history
  2. Fix Cargo.lock

    KiChjang committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    aa02858 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30b2df3 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    KiChjang committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    ceb0cd1 View commit details
    Browse the repository at this point in the history
  5. Edit code comment

    KiChjang committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    77713e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a08303e View commit details
    Browse the repository at this point in the history
  7. Fixes

    KiChjang committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    3e9cc17 View commit details
    Browse the repository at this point in the history
  8. Small nits for xcm-v3 (#6408)

    * Add possibility to skip benchmark for export_message
    
    * ".git/.scripts/bench-bot.sh" xcm westend-dev pallet_xcm_benchmarks::generic
    
    * Revert
    
    * ".git/.scripts/bench-bot.sh" xcm westend-dev pallet_xcm_benchmarks::generic
    
    * Add HaulBlobError to `fn haul_blob`
    
    * ".git/.scripts/bench-bot.sh" xcm westend-dev pallet_xcm_benchmarks::generic
    
    Co-authored-by: command-bot <>
    bkontur committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    4b9a8e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

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

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    9f72f2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4a7569 View commit details
    Browse the repository at this point in the history
  3. Fix log text

    KiChjang committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    ac9af6e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. cargo fmt

    KiChjang committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    88d21b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Add benchmarks for XCM pallet version migration (#6448)

    * Add benchmarks for XCM pallet version migration
    
    * cargo fmt
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * ".git/.scripts/bench-bot.sh" runtime westend-dev pallet_xcm
    
    * ".git/.scripts/bench-bot.sh" runtime kusama-dev pallet_xcm
    
    * ".git/.scripts/bench-bot.sh" runtime rococo-dev pallet_xcm
    
    * ".git/.scripts/bench-bot.sh" runtime polkadot-dev pallet_xcm
    
    * Fix benchmarks
    
    * Fix benchmarks
    
    * ".git/.scripts/bench-bot.sh" runtime westend-dev pallet_xcm
    
    * ".git/.scripts/bench-bot.sh" runtime kusama-dev pallet_xcm
    
    * ".git/.scripts/bench-bot.sh" runtime rococo-dev pallet_xcm
    
    * ".git/.scripts/bench-bot.sh" runtime polkadot-dev pallet_xcm
    
    Co-authored-by: command-bot <>
    KiChjang committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    aea49b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    0142d5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9a1a4f View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    79933a6 View commit details
    Browse the repository at this point in the history
  2. Fixes

    KiChjang committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    4ccf61a View commit details
    Browse the repository at this point in the history
  3. Fix comments (#6470)

    bkontur committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    7218adf View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

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

Commits on Dec 28, 2022

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

Commits on Jan 3, 2023

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

Commits on Jan 4, 2023

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

Commits on Jan 5, 2023

  1. Specify Ethereum networks by their chain id (#6286)

    Co-authored-by: Squirrel <gilescope@gmail.com>
    vgeddes and gilescope committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    c223f71 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Use for Kusama

    gavofyork committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    49b1999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c795701 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3151f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    186dcb8 View commit details
    Browse the repository at this point in the history
  5. Merge branches 'gav-xcm-v3' and 'gav-xcm-v3' of github.com:paritytech…

    …/polkadot into gav-xcm-v3
    gavofyork committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    7be5faf View commit details
    Browse the repository at this point in the history
  6. Update lock

    gavofyork committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    61074d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

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

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    9d659fd View commit details
    Browse the repository at this point in the history
  2. Fix warning

    KiChjang committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f1319f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    b7e40d7 View commit details
    Browse the repository at this point in the history
  2. Update xcm/pallet-xcm/src/tests.rs

    Co-authored-by: Squirrel <gilescope@gmail.com>
    KiChjang and gilescope committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    8652bfc View commit details
    Browse the repository at this point in the history
  3. Update runtime/parachains/src/ump/migration.rs

    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    KiChjang and ggwpez committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    f0b0847 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Update xcm/pallet-xcm/src/migration.rs

    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    KiChjang and ggwpez committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    e430f16 View commit details
    Browse the repository at this point in the history
  2. Fixes

    KiChjang committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    1efae03 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    KiChjang committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    b85e12f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

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

Commits on Jan 15, 2023

  1. Typo

    gavofyork committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    47f972b View commit details
    Browse the repository at this point in the history
  2. Update xcm/src/v3/mod.rs

    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    gavofyork and ggwpez committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    62752b3 View commit details
    Browse the repository at this point in the history
  3. Docs

    gavofyork committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    3d0d3e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97436d7 View commit details
    Browse the repository at this point in the history
  5. Docs

    gavofyork committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    9bc2ddb View commit details
    Browse the repository at this point in the history
  6. Docs

    gavofyork committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    bbeb790 View commit details
    Browse the repository at this point in the history
  7. Docs

    gavofyork committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    6c8fb23 View commit details
    Browse the repository at this point in the history
  8. Docs

    gavofyork committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    ff59e4c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Update xcm/src/v3/multiasset.rs

    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    KiChjang and ggwpez committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    76e6581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6308804 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88b187c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0dc2643 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40e0047 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ceef029 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5184e73 View commit details
    Browse the repository at this point in the history
  8. Rename arguments

    KiChjang committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    1d76ac4 View commit details
    Browse the repository at this point in the history
  9. Attempt to fix benchmark

    KiChjang committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    8ef427d View commit details
    Browse the repository at this point in the history
  10. ".git/.scripts/commands/bench/bench.sh" runtime polkadot-dev runtime_…

    …parachains::ump
    command-bot committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    9780e01 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae4a28a View commit details
    Browse the repository at this point in the history
  12. ".git/.scripts/commands/bench/bench.sh" runtime kusama-dev runtime_pa…

    …rachains::ump
    command-bot committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    1353932 View commit details
    Browse the repository at this point in the history
  13. ".git/.scripts/commands/bench/bench.sh" runtime westend-dev runtime_p…

    …arachains::ump
    command-bot committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    e80c142 View commit details
    Browse the repository at this point in the history
  14. ".git/.scripts/commands/bench/bench.sh" runtime rococo-dev runtime_pa…

    …rachains::ump
    command-bot committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    05dc8f0 View commit details
    Browse the repository at this point in the history