Skip to content
  1. Sep 12, 2023
  2. Sep 11, 2023
  3. Sep 09, 2023
  4. Sep 08, 2023
  5. Sep 07, 2023
  6. Sep 06, 2023
  7. Sep 05, 2023
  8. Sep 04, 2023
  9. Sep 01, 2023
  10. Aug 31, 2023
    • Bastian Köcher's avatar
      Rename `polkadot-parachain` to `polkadot-parachain-primitives` (#1334) · a33d7922
      Bastian Köcher authored
      * Rename `polkadot-parachain` to `polkadot-parachain-primitives`
      
      While doing this it also fixes some last `rustdoc` issues and fixes
      another Cargo warning related to `pallet-paged-list`.
      
      * Fix compilation
      
      * ".git/.scripts/commands/fmt/fmt.sh"
      
      * Fix XCM docs
      
      ---------
      
      Co-authored-by: command-bot <>
      a33d7922
    • Francisco Aguirre's avatar
      Add environmental variable to track decoded instructions (#1320) · 995d81fd
      Francisco Aguirre authored
      * Add environmental variable to track decoded instructions
      
      * Fix doc tests
      
      * Fix manifest formatting
      
      * ".git/.scripts/commands/fmt/fmt.sh"
      
      * Add one more test
      
      * Add SetAppendix in test
      
      ---------
      
      Co-authored-by: command-bot <>
      995d81fd
    • Lulu's avatar
      Fix polkadot-node-core-pvf-prepare-worker build with jemalloc (#1315) · aedd2808
      Lulu authored
      
      
      * Fix polkadot-node-core-pvf-prepare-worker build with jemalloc
      
      The jemalloc feature on polkadot-node-core-pvf-prepare-worker depended
      on some feature gated code in polkadot-node-core-pvf-common but there
      way no way to enable this feature gate.
      
      This commit adds the feature and makes prepare-worker enable it.
      
      * More jemalloc-allocator fixes
      
      * Fix jemalloc-allocator feature dep
      
      * Run `zepter format features`
      
      ---------
      
      Co-authored-by: default avatarMarcin S <[email protected]>
      aedd2808
    • juangirini's avatar
      Restructure `dispatch` macro related exports (#1162) · bdbe9829
      juangirini authored
      
      
      * restructure dispatch macro related exports
      
      * moved Dispatchable to lib.rs
      
      * fix .gitignore final newline
      
      * ".git/.scripts/commands/fmt/fmt.sh"
      
      * fix rustdocs
      
      * wip
      
      ---------
      
      Co-authored-by: default avatarLiam Aharon <[email protected]>
      Co-authored-by: command-bot <>
      Co-authored-by: default avatarordian <[email protected]>
      bdbe9829
    • Alin Dima's avatar
      backing: move the min votes threshold to the runtime (#1200) · d6af073a
      Alin Dima authored
      
      
      * move min backing votes const to runtime
      
      also cache it per-session in the backing subsystem
      
      Signed-off-by: default avataralindima <[email protected]>
      
      * add runtime migration
      
      * introduce api versioning for min_backing votes
      
      also enable it for rococo/versi for testing
      
      * also add min_backing_votes runtime calls to statement-distribution
      
      this dependency has been recently introduced by async backing
      
      * remove explicit version runtime API call
      
      this is not needed, as the RuntimeAPISubsystem already takes care
      of versioning and will return NotSupported if the version is not
      right.
      
      * address review comments
      
      - parametrise backing votes runtime API with session index
      - remove RuntimeInfo usage in backing subsystem, as runtime API
      caches the min backing votes by session index anyway.
      - move the logic for adjusting the configured needed backing votes with the size of the backing group
      to a primitives helper.
      - move the legacy min backing votes value to a primitives helper.
      - mark JoinMultiple error as fatal, since the Canceled (non-multiple) counterpart is also fatal.
      - make backing subsystem handle fatal errors for new leaves update.
      - add HostConfiguration consistency check for zeroed backing votes threshold
      - add cumulus accompanying change
      
      * fix cumulus test compilation
      
      * fix tests
      
      * more small fixes
      
      * fix merge
      
      * bump runtime api version for westend and rollback version for rococo
      
      ---------
      
      Signed-off-by: default avataralindima <[email protected]>
      Co-authored-by: default avatarJavier Viola <[email protected]>
      d6af073a