Skip to content
Snippets Groups Projects
  1. Jul 17, 2023
  2. Jul 14, 2023
  3. Jul 13, 2023
    • gupnik's avatar
      Moves `Block` to `frame_system` instead of `construct_runtime` and removes... · 24d6e46a
      gupnik authored
      Moves `Block` to `frame_system` instead of `construct_runtime` and removes `Header` and `BlockNumber` (#2790)
      
      * Fixes
      
      * Removes unused import
      
      * Uses Block and removes BlockNumber/Header from Chain
      
      * Fixes bridges
      
      * Fixes
      
      * Removes unused import
      
      * Fixes build
      
      * Uses correct RelayBlock
      
      * Minor fix
      
      * Fixes glutton-kusama
      
      * Uses correct RelayBlock
      
      * Minor fix
      
      * Fixes benchmark for pallet-bridge-parachains
      
      * Adds appropriate constraints
      
      * Minor fixes
      
      * Removes unused import
      
      * Fixes integrity tests
      
      * Minor fixes
      
      * Updates trait bounds
      
      * Uses custom bound for AsPrimitive
      
      * Fixes trait bounds
      
      * Revert "Fixes trait bounds"
      
      This reverts commit 0b0f42f583f3a616a88afe45fcd06d31e7d9a06f.
      
      * Revert "Uses custom bound for AsPrimitive"
      
      This reverts commit 838e5281adf8b6e9632a2abb9cd550db4ae24126.
      
      * No AsPrimitive trait bound for now
      
      * Removes bounds on Number
      
      * update lockfile for {"substrate", "polkadot"}
      
      * Formatting
      
      * ".git/.scripts/commands/fmt/fmt.sh"
      
      * Minor fix
      
      ---------
      
      Co-authored-by: parity-processbot <>
      24d6e46a
    • dependabot[bot]'s avatar
      Bump serde_json from 1.0.100 to 1.0.102 (#2859) · 49145bdd
      dependabot[bot] authored
      
      Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.100 to 1.0.102.
      - [Release notes](https://github.com/serde-rs/json/releases)
      - [Commits](https://github.com/serde-rs/json/compare/v1.0.100...v1.0.102)
      
      ---
      updated-dependencies:
      - dependency-name: serde_json
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <support@github.com>
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      49145bdd
  4. Jul 12, 2023
  5. Jul 11, 2023
  6. Jul 10, 2023
  7. Jul 09, 2023
  8. Jul 08, 2023
  9. Jul 07, 2023
    • joe petrowski's avatar
      Better Handling of Candidates Who Become Invulnerable (#2801) · 5a813402
      joe petrowski authored
      * remove candidate when to invulnerable
      
      * fix
      
      * candidates to collators
      
      * make parameters consistent and more reasonable
      
      * add call to kick invulnerable candidates
      
      * factor removal into weight
      
      * fix: use accrue instead of add
      
      * make set_invulnerables non-atomic
      
      * benchmark add_invulnerable to account for candidate removal
      
      * don't remove from candidates with set_invulnerables
      
      * fix bounds on benchmarking
      
      * protect against zero min invulnerables underflow
      
      * extra event and tests
      
      * make candidates/invulnerables self-cleaning on session change
      
      * add integrity test
      
      * unused imports
      
      * make rococo-contracts have 1 collator
      5a813402
  10. Jul 06, 2023
  11. Jul 05, 2023
  12. Jul 04, 2023
    • Bastian Köcher's avatar
      Companion for Polkadot#7451 (#2807) · 429e9eae
      Bastian Köcher authored
      * Companion for Polkadot#7451
      
      https://github.com/paritytech/polkadot/pull/7451
      
      * Update Substrate & Polkadot
      
      * FMT
      
      * Fix integration tests
      
      * Bring back `polkadot-native` feature for now
      
      * :face_palm:
      429e9eae
    • Branislav Kontur's avatar
      BridgeHub subtree update (#2820) · 5d1de997
      Branislav Kontur authored
      * BH subtree master -> polkadot-staging by default
      
      * Squashed 'bridges/' changes from c9dd8b9dfc..0417308a48
      
      0417308a48 Update docs (#2242)
      1a0d3b55f3 Nits for subtree (#2241)
      18fca2e122 Ensure that the origin is signed for submit_parachain_heads and submit_finality_proof calls (#2239)
      fab51067e7 minor doc fix (#2207)
      4feb721d32 backport cumulus changes to polkadot-staging (#2167)
      433741942a fix testnet argocd deploy (#2151) (#2152)
      ff9eadc7dc Updated BHR/W version + codegen (#2148)
      
      git-subtree-dir: bridges
      git-subtree-split: 0417308a489096979ed3e08d0f8caafbfca6e7e9
      
      * Fix deps
      5d1de997
    • Egor_P's avatar
      [WIP do not merge yet]: Change names of the assets to new, to fix release notes (#2785) · c1a3556c
      Egor_P authored
      * changed names of the assets to new
      
      * add an order and a subtitle
      c1a3556c
Loading