Skip to content
  1. Jul 12, 2022
    • Squirrel's avatar
      Penpal testing runtime (#1254) · 30c7c388
      Squirrel authored
      
      
      * adapt to common good paras
      
      * fmt
      
      * Updated to leave parachain-template alone
      
      * use norm_id + cargo fmt
      
      * removed comment as we are not touching parachain template
      
      * is_penpal
      
      * updated code to new locations
      
      * changes required to get penpal running
      
      * cargo fmt
      
      * remove warning, rename chain
      
      * Update polkadot-parachain/src/command.rs
      
      * Update polkadot-parachain/src/command.rs
      
      Co-authored-by: default avatarIgnacio Palacios <[email protected]>
      
      * remove now moved functions
      
      * added runtime description
      
      * add missing copyright notices
      
      * more copyright notices.
      
      Co-authored-by: default avatarNachoPal <[email protected]>
      30c7c388
  2. Jun 01, 2022
  3. Apr 20, 2022
    • Squirrel's avatar
      Deny using relay chain for reserve transfers (#1169) · fafe1f1b
      Squirrel authored
      
      
      * Deny using relay chain for reserve transfers
      
      * match on junction as well.
      
      * Update polkadot-parachains/parachains-common/src/xcm_config.rs
      
      * Use Err to signal deny
      
      * Deny depisiting reserved assets + fmt
      
      * Allow DepositReserveAssets from relay chain
      
      Deny InitiateReserveWithdrawal
      
      * Rather than allow DepositReserveAsset,
      
      it was ReservAssetDeposited that should be allowed but logged.
      
      * don't reference common parachains.
      
      * Update parachain-template/runtime/src/xcm_config.rs
      
      * Warn if reserve asset deposited msg detected.
      
      Co-authored-by: default avatarKeith Yeung <[email protected]>
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      fafe1f1b
  4. Mar 08, 2022
  5. Mar 07, 2022
  6. Feb 11, 2022