Skip to content
  1. Jul 14, 2023
    • juangirini's avatar
      Replace Index for Nonce (#7374) · b95cc76d
      juangirini authored
      * replace Index for Nonce
      
      * remove extra Nonce
      
      * update lockfile for {"substrate"}
      
      ---------
      
      Co-authored-by: parity-processbot <>
      b95cc76d
  2. Jul 13, 2023
    • gupnik's avatar
      Moves `Block` to `frame_system` instead of `construct_runtime` and removes... · 28024144
      gupnik authored
      
      Moves `Block` to `frame_system` instead of `construct_runtime` and removes `Header` and `BlockNumber` (#7431)
      
      * Companion for substrate
      
      * Minor update
      
      * Formatting
      
      * Fixes for cumulus
      
      * Fixes tests in polkadot-runtime-parachains
      
      * Minor update
      
      * Removes unused import
      
      * Fixes tests in polkadot-runtime-common
      
      * Minor fix
      
      * Update roadmap/implementers-guide/src/runtime/configuration.md
      
      Co-authored-by: default avatarordian <[email protected]>
      
      * ".git/.scripts/commands/fmt/fmt.sh"
      
      * update lockfile for {"substrate"}
      
      ---------
      
      Co-authored-by: default avatarordian <[email protected]>
      Co-authored-by: command-bot <>
      28024144
  3. Jul 12, 2023
  4. Jul 11, 2023
  5. Jul 09, 2023
  6. Jul 05, 2023
  7. Jun 28, 2023
  8. Jun 25, 2023
  9. Jun 15, 2023
    • Anton's avatar
      [frame/im-online] remove network state from heartbeats (#7309) · d3d9d4ae
      Anton authored
      * [frame/im-online] remove external_addresses from heartbeat
      
      * new benchmarks
      
      * format code
      
      * Revert "format code"
      
      This reverts commit 586ddaa6f588b4aef92a0169cfd6a9610d1337b8.
      
      * remove MaxPeerDataEncodingSize
      
      * update lockfile for {"substrate"}
      
      ---------
      
      Co-authored-by: parity-processbot <>
      d3d9d4ae
  10. Jun 13, 2023
  11. Jun 12, 2023
  12. Jun 05, 2023
    • Keith Yeung's avatar
      Implement AliasOrigin processing in XCVM (#7245) · f2fe05a7
      Keith Yeung authored
      
      
      * Implement AliasOrigin processing in XCVM
      
      * add builder types and first test
      
      * switch to more general builder types
      
      * clone target for RemovePrefixAccountId32
      
      * change builder types
      
      * change AliasForeignAccountId32 and add test for AliasCase
      
      * add Aliasers type to xcm configs
      
      * add benchmark
      
      * benchmark fix
      
      * add benchmark function for runtimes
      
      * fix alias_origin result types
      
      * fix benchmark test
      
      * add runtime-benchmarks feature in pallet-xcm-benchmarks
      
      * fmt
      
      * remove AliasCase, add test and fmt
      
      * address feedback
      
      * ".git/.scripts/commands/bench/bench.sh" xcm kusama pallet_xcm_benchmarks::generic
      
      * ".git/.scripts/commands/bench/bench.sh" xcm westend pallet_xcm_benchmarks::generic
      
      * ".git/.scripts/commands/bench/bench.sh" xcm rococo pallet_xcm_benchmarks::generic
      
      * address feedback
      
      * lock
      
      * ".git/.scripts/commands/bench/bench.sh" xcm kusama pallet_xcm_benchmarks::generic
      
      * ".git/.scripts/commands/bench/bench.sh" xcm westend pallet_xcm_benchmarks::generic
      
      * ".git/.scripts/commands/bench/bench.sh" xcm rococo pallet_xcm_benchmarks::generic
      
      * change doc
      
      * fmt
      
      ---------
      
      Co-authored-by: default avatarJust van Stam <[email protected]>
      Co-authored-by: default avatarJust van Stam <[email protected]>
      Co-authored-by: command-bot <>
      f2fe05a7
  13. May 26, 2023
    • ordian's avatar
      runtime: past session slashing runtime API (#6667) · 9bc4f62e
      ordian authored
      
      
      * runtime/vstaging: unapplied_slashes runtime API
      
      * runtime/vstaging: key_ownership_proof runtime API
      
      * runtime/ParachainHost: submit_report_dispute_lost
      
      * fix key_ownership_proof API
      
      * runtime: submit_report_dispute_lost runtime API
      
      * nits
      
      * Update node/subsystem-types/src/messages.rs
      
      Co-authored-by: default avatarMarcin S. <[email protected]>
      
      * revert unrelated fmt changes
      
      * post merge fixes
      
      * fix compilation
      
      ---------
      
      Co-authored-by: default avatarMarcin S. <[email protected]>
      9bc4f62e
  14. May 24, 2023
  15. 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
  16. May 22, 2023
  17. May 21, 2023
  18. May 19, 2023
  19. May 11, 2023
    • Doordashcon's avatar
      Substrate Companion (#7118) · df7c5b3e
      Doordashcon authored
      * sudo benchmarks
      
      * cargo fmt
      
      * sub weights
      
      * Update Cargo.lock
      
      * NC.l
      
      * undo
      
      * cargo fmt
      
      * update sudo weights
      
      * update lockfile for {"substrate"}
      
      ---------
      
      Co-authored-by: parity-processbot <>
      df7c5b3e
  20. May 03, 2023
  21. Apr 26, 2023
  22. 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
  23. Apr 17, 2023
    • Mara Broda's avatar
      sync versions with current release (#7083) · 926f9a63
      Mara Broda authored
      * sync workspace version with current release
      
      * polkadot: sync spec with current release
      
      * westend: sync spec with current release
      
      * kusama: sync spec with current release
      
      * rococo: sync spec with current release
      926f9a63
  24. Apr 08, 2023
  25. Apr 04, 2023
  26. Mar 27, 2023
  27. Mar 24, 2023
  28. Mar 23, 2023
  29. Mar 20, 2023
  30. 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
  31. Mar 14, 2023
  32. Mar 07, 2023
  33. Feb 22, 2023
    • Mara Broda's avatar
      clean up executed migrations (#6763) · c5b5276f
      Mara Broda authored
      * kusama: clean up executed migrations
      
      * polkadot: clean up executed migrations
      
      * rococo: clean up executed migrations
      
      * westend: clean up executed migrations
      c5b5276f
    • cheme's avatar
      Remove state migration from westend runtime. (#6737) · 94d24de1
      cheme authored
      * clean state_trie_migration from westend
      
      * update cargo.lock
      
      * Revert "clean state_trie_migration from westend"
      
      This reverts commit b1d55c688e9a8a2fbd155f0a9ddaba9766ad101c.
      
      * cleanup.
      
      * use storage_alias
      
      * Revert "use storage_alias"
      
      This reverts commit 5289745d1592a14db0063d9ee111137473993f41.
      
      * Revert "Revert "use storage_alias""
      
      This reverts commit d4c688acdddf29a09c79a4eef52ab4095128e5b3.
      
      * Force alias.
      
      * magic
      94d24de1
  34. Feb 21, 2023