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

[bridges-v2] Permissionless lanes #4949

Merged
merged 105 commits into from
Sep 2, 2024
Merged

Commits on Jul 31, 2024

  1. CI fixes

    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1a76f1c View commit details
    Browse the repository at this point in the history
  2. prune messages from confirmation tx, not from the on_idle (#2211)

    Original PR with more context: paritytech/parity-bridges-common#2211
    
    
    Signed-off-by: Branislav Kontur <[email protected]>
    Co-authored-by: Svyatoslav Nikolsky <[email protected]>
    bkontur and svyatonik committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    712a690 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1251505 View commit details
    Browse the repository at this point in the history
  4. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=bridge-hub-westend --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_bridge_messages
    command-bot authored and bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0feaa40 View commit details
    Browse the repository at this point in the history
  5. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=bridge-hub-rococo --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_bridge_messages
    command-bot authored and bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4cbe637 View commit details
    Browse the repository at this point in the history
  6. Add state to message lanes (#2214)

    * add LaneState enum and a field to lanes data
    
    * use OptionQuery in InboundLanes and OutboundLanes
    
    * ensure that lanes are opened when accessing them
    
    * an option to specify opened lanes in genesis config + fixed tests
    
    * added PR reference to TODO
    
    * fix failing benchmarks
    
    * spelling
    
    * get_or_init_data -> data
    
    bump Substrate, Polkadot and Cumulus (#2223)
    svyatonik authored and bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d7f4f43 View commit details
    Browse the repository at this point in the history
  7. Change LaneId underlying type from [u8; 4] to H256 (#2221)

    * change LaneId underlying type from [u8; 4] to H256
    
    * fixed typo
    
    * added some tests
    
    * spelling
    
    * started fixing testnets
    
    * uncommented call size test
    
    * changed RewardsAccountParams encoding + added values separator when computing LaneId
    
    * review suggestions
    svyatonik authored and bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7a50472 View commit details
    Browse the repository at this point in the history
  8. Introduce MessagesLaneManager (#2227)

    * some useful stuff like LanesManager
    
    * clippy
    
    * more clippy
    
    * Error::LanesManager
    
    * {in, out}bound_lane -> active_{in, out}bound_lane
    
    * merge two impl blocks in one
    
    * fmt
    svyatonik authored and bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4f0dc6a View commit details
    Browse the repository at this point in the history
  9. Backport from staging (#2243)

    * Updated version according to Cumulus
    
    * Updated docs
    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0ba297e View commit details
    Browse the repository at this point in the history
  10. Allow delivery confirmations on closed outbound lanes (#2257)

    * allow delivery confirmations on closed outbound lanes
    
    * fix benchmarks compilation
    svyatonik authored and bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    963382e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b372c1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    71ee52b View commit details
    Browse the repository at this point in the history
  13. XCM bridge hub pallet (will be deployed at bridge hubs) (#2213)

    * XCM over bridge pallet (won't ever be merged to this repo): initial commit
    
    * try both bridge-id and lane-id
    
    * flush
    
    * flush
    
    * flush
    
    * flush
    
    * first prototype
    
    * started working on xcm-over-bridge tests
    
    * proper open_bridge_works test
    
    * more open_bridge tests
    
    * request_bridge_closure tests
    
    * tests for close_bridge
    
    * report_misbehavior tests
    
    * renaming xcm-over-bridge ad xcm-bridge-hub: we'll have two similar pallets for dynamic lanes/fees support. One will be deployed at the bridge hub (xcm-bridge-hub) and another one (xcm-bridge-hub-router) at sibling/parent chains to send messages to remote network over the bridge hub
    
    * added couple of TODOs
    
    * moved BridgeQueuesState here + TODO for implementing report_bridge_queues_state + fmt
    
    * fixing TODOs
    
    * fixing TODOs
    
    * moved bridge locations to primitives
    
    * added a couple of TODOs
    
    * ref issue from TODO
    
    * clippy and spelling
    
    * fix tests
    
    * another TODOs
    
    * typo
    
    * LaneState -> force_close_bridge
    
    * start_closing_the_bridge -> start_closing_bridge
    
    * removed Closing bridge state, so now we only have the Opened -> optional temporary Closed state -> None
    
    * spelling
    
    * started prototyping suspend+resume on misbehavior
    
    * continue prototyping
    
    * more tests for open_bridge
    
    * more tests for close_bridge
    
    * more tests for report_misbehavior
    
    * started tests for resume_misbehaving_bridges
    
    * implemented tests for resume_misbehaving_bridges
    
    * remove UnsuspendedChannelWithMisbehavingOwner because now, when all bridges are resumed at once + we assume that the inbound XCM channel is suspended immediately it is no longer actual
    
    * added TODO
    
    * add comment re misbehavior reporter if he's associated with the bridge owner
    
    * ignored clippy
    
    * fmt
    
    * use versioned XCM structs in public interfaces and storage + Box XCM locations where possible
    
    * spelling
    
    * removed TODO in favor of paritytech/parity-bridges-common#2257
    
    * LocalChannelManager -> LocalXcmChannelManager
    
    * removed code specific to #2233, because it isn't the only option now
    
    * removemisbehavior mentions
    
    * also temporary (?) remove BridgesByLocalOrigin because the storage format will likely change to be able to resume bridges from the on_iniitalize/on_idle
    
    * AllowedOpenBridgeOrigin -> OpenBridgeOrigin
    
    * - TooManyBridgesForLocalOrigin
    
    * use bridge_destination_relative_location in args
    
    * better impl of strip_low_level_junctions
    
    * get rid of xcm_into_latest
    
    * clippy
    
    * added #![warn(missing_docs)] to new crates
    svyatonik authored and bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    dcbe134 View commit details
    Browse the repository at this point in the history
  14. Implement ExportXcm and MessageDispatch for pallet-xcm-bridge-hub (#2285

    )
    
    * implement ExportXcm and MessageDispatch for pallet-xcm-bridge-hub
    
    * spelling
    svyatonik authored and bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    23c04f3 View commit details
    Browse the repository at this point in the history
  15. Implement additional require primitives for dynamic fees directly for…

    … pallet-xcm-bridge-hub (#2261)
    
    Xcm bridge hub router v2 (backport to master branch) (#2312)
    
    * copy new pallet (palle-xcm-bridge-hub-router) from dynamic-fees-v1 branch
    
    * added remaining traces of pallet-xcm-bridge-hub-router
    
    * added comment about sharing delivery fee factor between all bridges, opened by this chain
    
    * spelling
    
    * clippy
    
    Implement additional require primitives for dynamic fees directly for pallet-xcm-bridge-hub (#2261)
    
    * added backoff mechanism to inbound bridge queue
    
    * impl backpressure in the XcmBlobHaulerAdapter
    
    * leave TODOs
    
    * BridgeMessageProcessor prototype
    
    * another TODO
    
    * Revert "also temporary (?) remove BridgesByLocalOrigin because the storage format will likely change to be able to resume bridges from the on_iniitalize/on_idle"
    
    This reverts commit bdd7ae11a8942b58c5db6ac6d4e7922aa28cece4.
    
    * prototype for QueuePausedQuery
    
    * implement ExportXcm and MessageDispatch for pallet-xcm-bridge-hub
    
    * spelling
    
    * flush
    
    * small comments to myself
    
    * more backports from dynamic-fees-v1
    
    * use new pallet as exporter and dispatcher in Millau
    
    * use new pallet as exporter and dispatcher in Rialto
    
    * use new pallet as exporter and dispatcher in RialtoParachain
    
    * flush
    
    * fix remaining compilation issues
    
    * warnings + fmt
    
    * fix tests
    
    * LocalXcmChannelManager
    
    * change lane ids
    
    * it works!
    
    * remove bp-xcm-bridge-hub-router and use LocalXcmChannelManager everywhere
    
    * removed commented code
    
    * cleaning up
    
    * cleaning up
    
    * cleaning up
    
    * - separated BridgeId and LaneId
    - BridgeId now uses versioned universal locations
    - added missing stuff to exporter.rs
    
    * OnMessagesDelivered is back
    
    * start using bp-xcm-bridge-hub as OnMessagesDelivered
    
    * cleaning up
    
    * spelling
    
    * fix stupid issues
    
    * Backport latest relevant dynamic fees changes from v1 to v2 (#2372)
    
    * backport latest relevant dynamic fees changes from v1 to v2
    
    * fix comment
    
    Added remaining unit tests for pallet-xcm-bridge-hub (#2499)
    
    * added backoff mechanism to inbound bridge queue
    
    * impl backpressure in the XcmBlobHaulerAdapter
    
    * leave TODOs
    
    * BridgeMessageProcessor prototype
    
    * another TODO
    
    * Revert "also temporary (?) remove BridgesByLocalOrigin because the storage format will likely change to be able to resume bridges from the on_iniitalize/on_idle"
    
    This reverts commit bdd7ae11a8942b58c5db6ac6d4e7922aa28cece4.
    
    * prototype for QueuePausedQuery
    
    * implement ExportXcm and MessageDispatch for pallet-xcm-bridge-hub
    
    * spelling
    
    * flush
    
    * small comments to myself
    
    * more backports from dynamic-fees-v1
    
    * use new pallet as exporter and dispatcher in Millau
    
    * use new pallet as exporter and dispatcher in Rialto
    
    * use new pallet as exporter and dispatcher in RialtoParachain
    
    * flush
    
    * fix remaining compilation issues
    
    * warnings + fmt
    
    * fix tests
    
    * LocalXcmChannelManager
    
    * change lane ids
    
    * it works!
    
    * remove bp-xcm-bridge-hub-router and use LocalXcmChannelManager everywhere
    
    * removed commented code
    
    * cleaning up
    
    * cleaning up
    
    * cleaning up
    
    * - separated BridgeId and LaneId
    - BridgeId now uses versioned universal locations
    - added missing stuff to exporter.rs
    
    * OnMessagesDelivered is back
    
    * start using bp-xcm-bridge-hub as OnMessagesDelivered
    
    * cleaning up
    
    * spelling
    
    * fix stupid issues
    
    * added remaining unit tests for pallet-xcm-bridge-hub
    
    fixed benchmarks (#2504)
    
    Remove pallet_xcm_bridge_hub::SuspendedBridges (#2505)
    
    * remove pallet_xcm_bridge_hub::SuspendedBridges
    
    * apply review suggestions
    svyatonik authored and bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6756a25 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0b481d8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0c3eaf8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3ab2661 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e0bc5bd View commit details
    Browse the repository at this point in the history
  20. Move refund extension to relayers pallet (#2584)

    * moved all call-related definitions to primitives
    
    * moving refund extension to relayers pallet
    
    * cleaning up
    
    * fix compilation + spelling
    
    fix compilation
    
    remove priority_calculator.rs
    
    fix extensions
    svyatonik authored and bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b22c01e View commit details
    Browse the repository at this point in the history
  21. Backport recent changes from polkadot staging (#2590)

    * fiox overflow when computing priority boost (#2587)
    
    * Backport changes from polkadot-sdk (#2588)
    
    * backport #1543
    
    * another backport
    
    * https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/3833103
    svyatonik authored and bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    542e0a7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9352d45 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8936da7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    53cf059 View commit details
    Browse the repository at this point in the history
  25. Adjusted BH runtimes to the latest vogue

    WIP: some TODOs
    WIP: Adjusted BH runtimes to the latest vogue for `MessageDispatch` and `Origin`s
    nits
    WIP: fix signed extensions and refund
    WIP: add empty migration and TODO (at least runtimes compile)
    WIP: more compile
    reexport static_assertions for macro
    WIP: more compile
    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d6d8b2c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    aee6db8 View commit details
    Browse the repository at this point in the history
  27. More tests fixing

    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    10b39cd View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1ffd99d View commit details
    Browse the repository at this point in the history
  29. More clean up

    WIP: partial clean up
    Nit+doc
    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    50cc635 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    72bf124 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    fb819e0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    692b80b View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a3554f7 View commit details
    Browse the repository at this point in the history
  34. WIP: cleanup

    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0739367 View commit details
    Browse the repository at this point in the history
  35. WIP: fix runtime tests

    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    bb91688 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f1573d7 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    681aec0 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    4f2beee View commit details
    Browse the repository at this point in the history
  39. Adjust AssetHubs

    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    32690b7 View commit details
    Browse the repository at this point in the history
  40. More validations for LaneId

    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    294523d View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    d6e2136 View commit details
    Browse the repository at this point in the history
  42. zepter/taplo

    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7a8098f View commit details
    Browse the repository at this point in the history
  43. Adjust base fee constants

    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    61bc9cc View commit details
    Browse the repository at this point in the history
  44. CI nits

    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4e1fec4 View commit details
    Browse the repository at this point in the history
  45. CI clippy

    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5e1be0b View commit details
    Browse the repository at this point in the history
  46. Clippy

    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    74e0bcf View commit details
    Browse the repository at this point in the history
  47. toml

    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9a2202a View commit details
    Browse the repository at this point in the history
  48. Add pallet's README.md

    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5a60c86 View commit details
    Browse the repository at this point in the history
  49. Fix BridgeHub benchmarks

    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e19b1e5 View commit details
    Browse the repository at this point in the history
  50. Moved README.md to the lib.rs

    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0b8d920 View commit details
    Browse the repository at this point in the history
  51. Imports

    bkontur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    956f347 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    0f4a4b3 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d442936 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    d463d01 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    d4506d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbe088c View commit details
    Browse the repository at this point in the history
  3. Allow empty migration for CI

    bkontur committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b0f360c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c8645e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad93c2b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    2b5c43f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b6c21e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45b5659 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f57da9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63c0e8e View commit details
    Browse the repository at this point in the history
  6. Fix craft_valid_storage_proof

    bkontur committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a4905d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    e94f48a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40b20ff View commit details
    Browse the repository at this point in the history
  3. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=bridge-hub-westend --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_bridge_parachains
    command-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ab2b4be View commit details
    Browse the repository at this point in the history
  4. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=bridge-hub-rococo --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_bridge_parachains
    command-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d6f0f06 View commit details
    Browse the repository at this point in the history
  5. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=bridge-hub-rococo --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_bridge_relayers
    command-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6f20439 View commit details
    Browse the repository at this point in the history
  6. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=bridge-hub-rococo --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_bridge_grandpa
    command-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1837a23 View commit details
    Browse the repository at this point in the history
  7. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=bridge-hub-westend --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_bridge_relayers
    command-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0d30f75 View commit details
    Browse the repository at this point in the history
  8. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=bridge-hub-westend --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_bridge_messages
    command-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6d15dd4 View commit details
    Browse the repository at this point in the history
  9. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=bridge-hub-westend --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_bridge_grandpa
    command-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8d09b62 View commit details
    Browse the repository at this point in the history
  10. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=bridge-hub-rococo --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_bridge_messages
    command-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0154d8f View commit details
    Browse the repository at this point in the history
  11. ".git/.scripts/commands/bench/bench.sh" --subcommand=xcm --runtime=br…

    …idge-hub-westend --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_xcm_benchmarks::generic
    command-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ffa8cdf View commit details
    Browse the repository at this point in the history
  12. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=asset-hub-rococo --runtime_dir=assets --target_dir=cumulus --pallet=pallet_xcm_bridge_hub_router
    command-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    57e45ee View commit details
    Browse the repository at this point in the history
  13. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=asset-hub-westend --runtime_dir=assets --target_dir=cumulus --pallet=pallet_xcm_bridge_hub_router
    command-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c6efc1f View commit details
    Browse the repository at this point in the history
  14. ".git/.scripts/commands/bench/bench.sh" --subcommand=xcm --runtime=br…

    …idge-hub-rococo --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_xcm_benchmarks::generic
    command-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6074e62 View commit details
    Browse the repository at this point in the history
  15. ".git/.scripts/commands/bench/bench.sh" --subcommand=xcm --runtime=as…

    …set-hub-westend --runtime_dir=assets --target_dir=cumulus --pallet=pallet_xcm_benchmarks::fungible
    command-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    048955f View commit details
    Browse the repository at this point in the history
  16. ".git/.scripts/commands/bench/bench.sh" --subcommand=xcm --runtime=as…

    …set-hub-rococo --runtime_dir=assets --target_dir=cumulus --pallet=pallet_xcm_benchmarks::generic
    command-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e7c5d9d View commit details
    Browse the repository at this point in the history
  17. ".git/.scripts/commands/bench/bench.sh" --subcommand=xcm --runtime=as…

    …set-hub-rococo --runtime_dir=assets --target_dir=cumulus --pallet=pallet_xcm_benchmarks::fungible
    command-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b30bd99 View commit details
    Browse the repository at this point in the history
  18. ".git/.scripts/commands/bench/bench.sh" --subcommand=xcm --runtime=as…

    …set-hub-westend --runtime_dir=assets --target_dir=cumulus --pallet=pallet_xcm_benchmarks::generic
    command-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    fc57334 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2ac82eb View commit details
    Browse the repository at this point in the history
  20. Update bridges/modules/xcm-bridge-hub-router/src/lib.rs

    Co-authored-by: Francisco Aguirre <[email protected]>
    bkontur and franciscoaguirre authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f57769f View commit details
    Browse the repository at this point in the history
  21. Update bridges/modules/xcm-bridge-hub/src/exporter.rs

    Co-authored-by: Francisco Aguirre <[email protected]>
    bkontur and franciscoaguirre authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    afc560d View commit details
    Browse the repository at this point in the history
  22. Update bridges/modules/xcm-bridge-hub/src/lib.rs

    Co-authored-by: Francisco Aguirre <[email protected]>
    bkontur and franciscoaguirre authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c408b61 View commit details
    Browse the repository at this point in the history
  23. Doc nit

    bkontur committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    507d993 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3b019fc View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ede990b View commit details
    Browse the repository at this point in the history
  26. Update bridges/modules/xcm-bridge-hub/src/lib.rs

    Co-authored-by: Francisco Aguirre <[email protected]>
    bkontur and franciscoaguirre authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    617c365 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ea9adbb View commit details
    Browse the repository at this point in the history
  28. Apply _phantom

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

Commits on Aug 16, 2024

  1. Apply _phantom - revert pub

    bkontur committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    afa2956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a6bfaf View commit details
    Browse the repository at this point in the history
  3. Updated doc example

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

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    88cb019 View commit details
    Browse the repository at this point in the history
  2. prdoc draft

    bkontur committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    351ae31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01344b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf5bc06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    935e87a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    513aa6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4929d4e View commit details
    Browse the repository at this point in the history
  8. prdoc fixes

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