Skip to content
  1. May 23, 2023
    • Liam Aharon's avatar
      Ensure all `StorageVersion`s on Rococo/Westend are correct and migration hooks pass (#7251) · 418e95d4
      Liam Aharon authored
      * set fastunstake storage version
      
      * fix configration migration hooks
      
      * set missing rococo versions
      
      * remove child bounties version set
      
      * future proof this configuration migration
      
      * simplify rococo migration
      
      * simplify westend version migration
      
      * typo
      
      * restore missing comments
      
      * set configuration storage version correctly
      
      * remove redundant preupgrade version check
      
      * fix version checks
      
      * remove redundant comment
      418e95d4
    • Sergej Sakac's avatar
      Try-runtime proper return types (#7146) · 2b6f0b01
      Sergej Sakac authored
      * Try-runtime proper return types
      
      * update
      
      * oops
      
      * use ensure
      
      * update lockfile for {"substrate"}
      
      ---------
      
      Co-authored-by: parity-processbot <>
      2b6f0b01
  2. May 22, 2023
  3. May 21, 2023
  4. May 19, 2023
  5. May 11, 2023
  6. May 08, 2023
    • Chris Sosnin's avatar
      paras: dismiss `pvf_checking_enabled` configuration (#7138) · 9c08536d
      Chris Sosnin authored
      * paras: unconditionally precheck pvfs
      
      * Update integration tests
      
      * paras_registrar tests
      
      * runtime benchmark tests
      
      * fix bench
      
      * bypass prechecking in test node
      
      * adjust bench
      
      * ".git/.scripts/commands/bench/bench.sh" runtime polkadot runtime_parachains::paras
      
      * ".git/.scripts/commands/bench/bench.sh" runtime kusama runtime_parachains::paras
      
      * ".git/.scripts/commands/bench/bench.sh" runtime rococo runtime_parachains::paras
      
      * ".git/.scripts/commands/bench/bench.sh" runtime westend runtime_parachains::paras
      
      * use test helper
      
      * fix new test
      
      ---------
      
      Co-authored-by: command-bot <>
      9c08536d
  7. May 05, 2023
    • Muharem Ismailov's avatar
      XCM remote lock consumers (#6947) · 245305be
      Muharem Ismailov authored
      * xcm remote lock consumers
      
      * update xcm pallet config setups
      
      * fix import
      
      * update xcm pallet config setups
      
      * rename consumers to users
      
      * rename
      
      * rename users to consumers, more docs
      
      * correct doc
      
      ---------
      
      Co-authored-by: parity-processbot <>
      245305be
  8. May 03, 2023
  9. May 02, 2023
  10. Apr 27, 2023
    • Keith Yeung's avatar
      XCM: Implement a blocking barrier (#7098) · d20e3c11
      Keith Yeung authored
      * Move XCM matcher to xcm-builder
      
      * Use ProcessMessageError as the error type in MatchXcm and ShouldExecute
      
      * Implement a blocking barrier
      
      * Fixes
      
      * Add benchmarking for force_suspension
      
      * ".git/.scripts/commands/bench/bench.sh" runtime westend pallet_xcm
      
      * ".git/.scripts/commands/bench/bench.sh" runtime rococo pallet_xcm
      
      * ".git/.scripts/commands/bench/bench.sh" runtime kusama pallet_xcm
      
      * ".git/.scripts/commands/bench/bench.sh" runtime polkadot pallet_xcm
      
      * ".git/.scripts/commands/bench/bench.sh" runtime westend pallet_xcm
      
      * ".git/.scripts/commands/bench/bench.sh" runtime rococo pallet_xcm
      
      ---------
      
      Co-authored-by: command-bot <>
      d20e3c11
  11. Apr 26, 2023
  12. Apr 20, 2023
    • Keith Yeung's avatar
      XCM: Properly set the pricing for the DMP router (#6843) · 023d4598
      Keith Yeung authored
      
      
      * Properly set the pricing for the DMP router
      
      * Publicize price types
      
      * Use FixedU128 instead of Percent
      
      * Add sp-arithmetic as a dependency for rococo runtime
      
      * Add sp-arithmetic as a dependency to all runtimes
      
      * Remove duplicate import
      
      * Add missing import
      
      * Fix tests
      
      * Create an appropriate QueueDownwardMessageError variant
      
      * Recalculate delivery fee factor based on past queue sizes
      
      * Remove unused error variant
      
      * Fixes
      
      * Fixes
      
      * Remove unused imports
      
      * Rewrite fee factor update mechanism
      
      * Remove unused imports
      
      * Fixes
      
      * Update runtime/parachains/src/dmp.rs
      
      Co-authored-by: default avatarSquirrel <[email protected]>
      
      * Make DeliveryFeeFactor be a StorageMap keyed on ParaIds
      
      * Fixes
      
      * introduce limit for fee increase on dmp queue
      
      * add message_size based fee factor to increment_fee_factor
      
      * change message_size fee rate to correct value
      
      * fix div by 0 error
      
      * bind limit to variable
      
      * fix message_size_factor and add DeliveryFeeFactor test
      
      * add test for ExponentialPrice implementation
      
      * make test formula based
      
      * make delivery fee factor test formula based
      
      * add max value test for DeliveryFeeFactor and move limit to config
      
      * change threshold back to dynamic value and fix tests
      
      * fmt
      
      * suggested changes and fmt
      
      * small stylistic change
      
      * fmt
      
      * change to tokenlocation
      
      * small fixes
      
      * fmt
      
      * remove sp_arithmetic dependency
      
      * Update runtime/parachains/src/dmp.rs
      
      Co-authored-by: default avatarKian Paimani <[email protected]>
      
      ---------
      
      Co-authored-by: default avatarSquirrel <[email protected]>
      Co-authored-by: default avatarJust van Stam <[email protected]>
      Co-authored-by: default avatarJust van Stam <[email protected]>
      Co-authored-by: default avatarKian Paimani <[email protected]>
      023d4598
  13. Apr 17, 2023
  14. Apr 14, 2023
    • s0me0ne-unkn0wn's avatar
      Enable changing executor params through governance (#6934) · 0211c4b2
      s0me0ne-unkn0wn authored
      * Add a pallet call to change executor params
      
      * Use `OptionQuery`; Avoid runtime panic
      
      * Move pending executor params to `configuration`
      
      * Move `ExecutorParams` to `HostConfiguration` structure
      
      * Add executor params to the v5 migration
      
      * Add an `ExecutorParams` benchmark
      
      * ".git/.scripts/commands/bench/bench.sh" runtime polkadot runtime_parachains::configuration
      
      * Add to `WeightInfo`
      
      * Add dummy weights to other networks
      
      * ".git/.scripts/commands/bench/bench.sh" runtime kusama runtime_parachains::configuration
      
      * ".git/.scripts/commands/bench/bench.sh" runtime rococo runtime_parachains::configuration
      
      * ".git/.scripts/commands/bench/bench.sh" runtime westend runtime_parachains::configuration
      
      * Use real weight
      
      * Fix comment
      
      ---------
      
      Co-authored-by: command-bot <>
      0211c4b2
  15. Apr 12, 2023
  16. Apr 08, 2023
  17. Apr 04, 2023
  18. Mar 31, 2023
  19. Mar 27, 2023
  20. Mar 24, 2023
  21. Mar 23, 2023
  22. Mar 20, 2023
  23. Mar 17, 2023
    • Mara Broda's avatar
      update weights (#6897) · 4d904951
      Mara Broda authored
      * polkadot: update weights
      
      * westend: update weights
      
      * kusama: update weights
      
      * rococo: update weights
      4d904951
  24. Mar 15, 2023
    • Alexandru Vasile's avatar
      Companion for #13287 (#6655) · e1e46c26
      Alexandru Vasile authored
      
      
      * runtime: Adjust `sp_api::Metadata` to the new API
      
      Signed-off-by: default avatarAlexandru Vasile <[email protected]>
      
      * update lockfile for {"substrate"}
      
      ---------
      
      Signed-off-by: default avatarAlexandru Vasile <[email protected]>
      Co-authored-by: parity-processbot <>
      e1e46c26
    • s0me0ne-unkn0wn's avatar
      Release parachain host API v4 (#6885) · 27c91244
      s0me0ne-unkn0wn authored
      27c91244
    • Ross Bulat's avatar
      polkadot companion: #13128 (Pools commission) (#6264) · a715a33a
      Ross Bulat authored
      
      
      * migrate to pools v4
      
      * update types + weights
      
      * rm BlockNumberToU32
      
      * fmt
      
      * fix
      
      * update weights
      
      * fix RocksDbWeight
      
      * fix function name
      
      * weights
      
      * use 1 weight format
      
      * update claim payout weights
      
      * + as u64
      
      * fix rebase + fmt
      
      * add weights
      
      * more weights
      
      * ".git/.scripts/commands/bench/bench.sh" runtime polkadot-dev pallet_nomination_pools
      
      * ".git/.scripts/commands/bench/bench.sh" runtime kusama-dev pallet_nomination_pools
      
      * ".git/.scripts/commands/bench/bench.sh" runtime westend-dev pallet_nomination_pools
      
      * fix
      
      * fix
      
      * ".git/.scripts/commands/bench/bench.sh" runtime polkadot-dev pallet_nomination_pools
      
      * ".git/.scripts/commands/bench/bench.sh" runtime westend-dev pallet_nomination_pools
      
      * ".git/.scripts/commands/bench/bench.sh" runtime kusama-dev pallet_nomination_pools
      
      * add InitialGlobalMaxCommission
      
      * revert
      
      * global max commission migration generic
      
      * remove StakingMigrationV11OldPallet
      
      * initial global max commission
      
      * adjust global max
      
      * update lockfile for {"substrate"}
      
      * Use master lock file
      
      Signed-off-by: default avatarOliver Tale-Yazdi <[email protected]>
      
      * cargo update -p sp-io
      
      Signed-off-by: default avatarOliver Tale-Yazdi <[email protected]>
      
      ---------
      
      Signed-off-by: default avatarOliver Tale-Yazdi <[email protected]>
      Co-authored-by: parity-processbot <>
      Co-authored-by: default avatarOliver Tale-Yazdi <[email protected]>
      a715a33a
    • Niklas Adolfsson's avatar
      companion for #13555 (#6842) · b6593bbf
      Niklas Adolfsson authored
      * companion for #13555
      
      * update lockfile for {"substrate"}
      
      * fix: `decl_TryRuntime` -> `decl_for_try_runtime`
      
      ---------
      
      Co-authored-by: parity-processbot <>
      b6593bbf
  25. Mar 14, 2023
  26. Mar 07, 2023
  27. Mar 02, 2023
  28. Feb 28, 2023