Skip to content
  1. Oct 06, 2020
    • ordian's avatar
      Merge branch 'master' into ao-validator-discovery-api · 3893324c
      ordian authored
      * master:
        Make collation an optional return (#1787)
        XCM: Land xcm-handler and xcm-executor (#1771)
        v0.8.25 (#1785)
        add two node local net script (#1781)
        Adjust max nominators down to 128 (from 256) (#1782)
        Companion for substrate/pull/7215 (#1768)
        Remove Stale Upgrades (#1780)
        Update Polkadot Weights for Substrate 2.0 (#1761)
        Parachains v1 registrar module. (#1559)
        Derive `From` for `AllMessages` and simplify `send_msg` (#1774)
        implement remaining subsystem metrics (#1770)
        Companion for https://github.com/paritytech/substrate/pull/7236 (#1773)
        WIP: remove deprecated only/except clauses, build is now manual on PRs (#1769)
        Increase Westend `spec_version` (#1766)
        move Metrics to utils (#1765)
      3893324c
    • Bastian Köcher's avatar
      Make collation an optional return (#1787) · ce0fa3ad
      Bastian Köcher authored
      This pr changes the collator interface function to return an optional
      collation instead of a collation. This is required as the parachain
      itself can fail to generate a valid collation for various reason. Now if
      the collation fails it will return `None`.
      
      Besides that the pr adds some `RuntimeDebug` derive for `ValidationData`
      and removes some whitespaces.
      ce0fa3ad
    • Sergey Pepyakin's avatar
      5ca8298a
  2. Oct 05, 2020
  3. Oct 04, 2020
    • Kian Paimani's avatar
      Companion for substrate/pull/7215 (#1768) · 6d126150
      Kian Paimani authored
      * Companion for substrate/pull/7215
      
      * More fixes
      
      * Fix build
      
      * fix
      
      * Fix again with normal
      
      * Fix build
      
      * Latest changes
      
      * "Update Substrate"
      
      Co-authored-by: parity-processbot <>
      6d126150
  4. Oct 02, 2020
    • Shawn Tabrizi's avatar
      Remove Stale Upgrades (#1780) · 21dbdac9
      Shawn Tabrizi authored
      * Remove stale upgrades
      
      * add back origin migration
      
      * remove unused
      21dbdac9
    • Shawn Tabrizi's avatar
      Update Polkadot Weights for Substrate 2.0 (#1761) · 536de96c
      Shawn Tabrizi authored
      * Update benchmark list
      
      * copy weights from substrate
      
      * Run benchmarks on Polkadot
      
      * Update kusama benchmark list
      
      * update westend benchmark list
      
      * Run benchmarks on Kusama
      
      * update payout staking weights
      
      * cargo update -p sp-io
      
      * remove babe and grandpa from benchmark list
      
      * remove babe and grandpa weights
      
      * re-run staking weights
      
      * update staking weights
      
      * copy weights from Polkadot into Westend
      
      * Update Cargo.lock
      536de96c
  5. Oct 01, 2020
  6. Sep 30, 2020
  7. Sep 29, 2020
  8. Sep 28, 2020
  9. Sep 25, 2020
    • Sergey Pepyakin's avatar
      collation-generation: guide and tidying (#1753) · 507b9cbc
      Sergey Pepyakin authored
      * Guide: Change for {Global,Local}ValidationData to ValidationData
      
      Seems like that was missed during the transition from notions of global and local validation data to persistent and transient
      
      * collation-generation: a small drive-by fix of line length
      
      * collation-generation: extract an error module
      
      this allows us to avoid piling Error and Result types from different contexts, specifically std vs. module-local
      
      * collation-generation: extract LOG_TARGET from log statements
      507b9cbc
  10. Sep 24, 2020
  11. Sep 23, 2020