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

Deny using relay chain for reserve transfers #1169

Merged
merged 16 commits into from
Apr 20, 2022
Merged

Deny using relay chain for reserve transfers #1169

merged 16 commits into from
Apr 20, 2022

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    a46c63b View commit details
    Browse the repository at this point in the history
  2. match on junction as well.

    gilescope committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    976d97e View commit details
    Browse the repository at this point in the history
  3. PR feedback

    gilescope committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    aa7162f View commit details
    Browse the repository at this point in the history
  4. cargp fmt

    gilescope committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    2c9dffa View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Update polkadot-parachains/parachains-common/src/xcm_config.rs

    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    gilescope and KiChjang authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    3c6bca4 View commit details
    Browse the repository at this point in the history
  2. Update polkadot-parachains/parachains-common/src/xcm_config.rs

    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    gilescope and KiChjang authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    7b5ae32 View commit details
    Browse the repository at this point in the history
  3. Use Err to signal deny

    gilescope committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    d273913 View commit details
    Browse the repository at this point in the history
  4. avoid parachains-common dep

    gilescope committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    d1b7a2c View commit details
    Browse the repository at this point in the history
  5. remove dupe

    gilescope committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    53c7c41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23dca6f View commit details
    Browse the repository at this point in the history
  7. Allow DepositReserveAssets from relay chain

    Deny InitiateReserveWithdrawal
    gilescope committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a40a794 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Rather than allow DepositReserveAsset,

    it was ReservAssetDeposited that should be allowed but logged.
    gilescope committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    6506216 View commit details
    Browse the repository at this point in the history
  2. Update polkadot-parachains/parachains-common/src/xcm_config.rs

    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    gilescope and joepetrowski authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    8a13804 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

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

Commits on Apr 20, 2022

  1. Update parachain-template/runtime/src/xcm_config.rs

    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    gilescope and KiChjang authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    8d1b9a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e68004 View commit details
    Browse the repository at this point in the history