Skip to content
  1. Aug 31, 2022
  2. Aug 29, 2022
  3. Aug 24, 2022
    • Squirrel's avatar
      shell and seedling did not build (#1567) · c066eaee
      Squirrel authored
      * shell and seedling did not build
      
      (even though CI was green). Time for more CI.
      
      * let's just fix the build in this PR
      
      * Update parachains/runtimes/starters/shell/Cargo.toml
      
      No need to rem this out as we're not testing the new CI changes in this PR.
      c066eaee
  4. Aug 23, 2022
  5. Aug 19, 2022
  6. Aug 18, 2022
  7. Aug 16, 2022
    • Branislav Kontur's avatar
      Removed dependance on `rococo_parachain_runtime` for unrelated stuff (#1500) · ffe19fd0
      Branislav Kontur authored
      * Clean misleading imports `rococo_parachain_runtime::{AccountId, AuraId}`
      
      * Remove dependance on `rococo_parachain_runtime` for unrelated stuff
      
      * fmt + rebase fix
      
      * Addressing review comments
      
      * Addressing review comments
      
      * Fix for `purge_chain_works` works now with `rococo-local` and purge command needs to allow `rococo-native`
      ffe19fd0
  8. Aug 12, 2022
  9. Aug 11, 2022
    • joe petrowski's avatar
      Add Collectives Parachain (#1346) · 7bd426f3
      joe petrowski authored
      
      
      * add new runtime and remove unnecessary pallets
      
      * make runtime build
      
      * add collectives to collator node
      
      * sketch alliance config in runtime
      
      * Slash handler was supposed to be commented out (for now)
      
      * correct signature
      
      * move to impls
      
      * add alliance to runtime
      
      * rustfmt
      
      * IsReserve, remove Ping, update fn deposit
      
      * add transaction_payment event
      
      * Update parachains/runtimes/collectives/collectives-polkadot/src/lib.rs
      
      Co-authored-by: default avatarSquirrel <[email protected]>
      
      * fmt
      
      * add genesis config to chain spec
      
      * fix merge
      
      * local and dev configs only (for now)
      
      * remove duplicate imports
      
      * Collectives polkadot runtime to cargo workspace members (#1397)
      
      * Collectives polkadot runtime: use unit type impl for identity verifier (#1398)
      
      * apply fn rename
      
      * fmt
      
      * one less todo
      
      * Less code in magic macros (#1407)
      
      * Less code in magic macros
      
      * cargo fmt
      
      * Bench alliance (#1427)
      
      * add benchmarks
      
      * call one script from the other
      
      * shebang changes so works on nixos too.
      
      * bench in parallel as separate jobs
      
      * hyphens can turn into underscores
      
      * remove workaround to trigger bench
      
      Co-authored-by: default avataralvicsam <[email protected]>
      Co-authored-by: default avatarparitytech-ci <[email protected]>
      
      * enable ci jobs
      
      * fix publish bench results jobs
      
      * chainspecs for collectives-westend (#1441)
      
      * initial chainspecs for collections relay chain
      
      * plumb in the collectives-westend chainspec
      
      * add Runtime::CollectivesWestend
      
      * lock
      
      * Collectives: teleport slashed assets  (#1433)
      
      * Collectives: teleport slashed assets
      
      * fmt
      
      * Cargo.lock > polkadot-parachain 0.9.25
      
      * create temp account for imbalance
      
      * treasury acc id from pallet id
      
      * move accounts into constants, use here junction for assets
      
      * assets location is relay chain, accounts as parameters
      
      * fix typos
      
      * fix typo
      
      * Update parachains/runtimes/collectives/collectives-polkadot/src/constants.rs
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      * Move alliance proposal provider to impls.rs (#1464)
      
      * Move to impls alliance proposal provider
      
      * rustfmt
      
      * Bumping spec version
      
      (so that we can redeploy with slashing change.)
      
      * cargo lock
      
      * slurp collectives digest to make appear in release notes (#1473)
      
      * add slurp
      
      * Slurp better :)
      
      * Bring some order
      
      Co-authored-by: default avatarChevdor <[email protected]>
      Co-authored-by: default avatarWilfried Kopp <[email protected]>
      
      * reorder barrier
      
      * Update parachains/runtimes/collectives/collectives-polkadot/src/xcm_config.rs
      
      Co-authored-by: default avatarKeith Yeung <[email protected]>
      
      * address review
      
      * clean construct runtime
      
      * fmt
      
      * looks pretty but brings in too much
      
      Co-authored-by: default avatarSquirrel <[email protected]>
      Co-authored-by: default avatarMuharem Ismailov <[email protected]>
      Co-authored-by: default avataralvicsam <[email protected]>
      Co-authored-by: default avatarparitytech-ci <[email protected]>
      Co-authored-by: default avatarChevdor <[email protected]>
      Co-authored-by: default avatarWilfried Kopp <[email protected]>
      Co-authored-by: default avatarKeith Yeung <[email protected]>
      7bd426f3
  10. Aug 10, 2022
  11. Aug 08, 2022
  12. Aug 03, 2022
    • girazoki's avatar
      Statemint runtimes to accept sufficient assets as xcm fee payment (#1278) · 8f2a3a50
      girazoki authored
      
      
      * point to my branch
      
      * girazoki-add-TakeFirstAssetTrader-to-utility
      
      * Commit lock
      
      * point at custom branch
      
      * add new trader to statemine runtimes
      
      * compiles
      
      * Back to master
      
      * Update last tomls
      
      * Imports up
      
      * remove non-needing imports
      
      * FMT
      
      * log messages properly
      
      * Use TakeRevenue instead of HandleCredit
      
      * Introduce xcm fee handler
      
      * check total supply in tests
      
      * FMT
      
      * fix test
      
      * Start decoupling balance calculation into different traits
      
      * Make traits a bit more generic
      
      * PR suggestions
      
      * add import
      
      * import well
      
      * Place xcmfeesassethandler into parachains common
      
      * fix tests
      
      * config parameters
      
      * Min amount to fee receiver
      
      * Make minimum amount for block author to be at least the ED
      
      * Doc in AssetFeeAsExistentialDepositMultiplier
      
      * saturating sub
      
      * make sure we dont enter twice
      
      * FMT
      
      * fmt again
      
      * adapt tests
      
      * Add doc and struct for weight refund
      
      * Doc
      
      * More doc
      
      * PR suggestions
      
      * store all info related to asset payment as multiasset
      
      * return AssetNotFound instead of TooExpensive
      
      * Use asset transactor to deposit fee
      
      * uninstall from statemint
      
      * R for RUntime and CON for BalanceConverter
      
      * Rework logic to avoid unnecesary match and error
      
      * Rework ED check, also in case of refund
      
      * rework typo
      
      * In case refund makes drop below ED, just refund the difference
      
      * fix test westmint
      
      * clone id
      
      * move test imports to preamble
      
      * move test imports to preamble
      
      * test-utils with builderS
      
      * lock file updated
      
      * remove unused imports
      
      Co-authored-by: default avatarStephen Shelton <[email protected]>
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      Co-authored-by: default avatarjoepetrowski <[email protected]>
      8f2a3a50
  13. Aug 02, 2022
  14. Jul 31, 2022
    • Sergej Sakac's avatar
      companion for #11796 (#1460) · f0a8dc6a
      Sergej Sakac authored
      * companion for #11796
      
      * fix
      
      * ".git/.scripts/bench-bot.sh" pallet statemint assets pallet_uniques
      
      * ".git/.scripts/bench-bot.sh" pallet statemine assets pallet_uniques
      
      * ".git/.scripts/bench-bot.sh" pallet westmint assets pallet_uniques
      
      * fix
      
      * update sp-io
      
      * update lockfile for {"polkadot", "substrate"}
      
      Co-authored-by: command-bot <>
      f0a8dc6a
  15. Jul 29, 2022
  16. Jul 25, 2022
  17. Jul 16, 2022
  18. Jul 13, 2022
    • Jegor Sidorenko's avatar
      Companion to #11398 (#1324) · c943e5ea
      Jegor Sidorenko authored
      * Companion to #11398
      
      * Remove buy_item() from AssetOwner
      
      * Remove set_price() as well
      
      * Remove set_price and buy_item from the proxy in Westmint and Statemine
      
      * update lockfile for {"substrate", "polkadot"}
      
      Co-authored-by: parity-processbot <>
      c943e5ea
  19. 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
  20. Jul 11, 2022
  21. Jul 06, 2022
  22. Jul 05, 2022
  23. Jun 29, 2022
  24. Jun 27, 2022
  25. Jun 23, 2022
  26. Jun 18, 2022
  27. Jun 16, 2022
  28. Jun 15, 2022
  29. Jun 14, 2022
  30. Jun 05, 2022
  31. Jun 01, 2022
  32. May 31, 2022
  33. May 30, 2022
  34. May 27, 2022
  35. May 26, 2022
  36. May 24, 2022