Skip to content
  1. Jul 13, 2023
  2. Jul 12, 2023
  3. Jul 11, 2023
    • dependabot[bot]'s avatar
      Bump serde from 1.0.168 to 1.0.171 (#2855) · da51d3c2
      dependabot[bot] authored
      
      
      Bumps [serde](https://github.com/serde-rs/serde) from 1.0.168 to 1.0.171.
      - [Release notes](https://github.com/serde-rs/serde/releases)
      - [Commits](https://github.com/serde-rs/serde/compare/v1.0.168...v1.0.171)
      
      ---
      updated-dependencies:
      - dependency-name: serde
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      da51d3c2
    • Bastian Köcher's avatar
      Companion for removal of execution strategies (#2836) · ae0210c1
      Bastian Köcher authored
      * Companion for removal of execution strategies
      
      https://github.com/paritytech/substrate/pull/14387
      
      * Update Cargo.lock
      
      * Remove patches
      
      * Delete file again
      
      * update lockfile for {"polkadot", "substrate"}
      
      * Fix
      
      * FMT
      
      ---------
      
      Co-authored-by: parity-processbot <>
      ae0210c1
    • Branislav Kontur's avatar
      Bump substrate (because of failing asset-hub-westend benchmarks) (#2853) · 9e68861c
      Branislav Kontur authored
      * Bump substrate (because of failing asset-hub-westend benchmarks)
      
      * Cargo.lock
      
      * Update to compatible substrate vs polkadot
      9e68861c
    • Bastian Köcher's avatar
      collator-selection: Optimize length decoding (#2851) · 43a4f034
      Bastian Köcher authored
      Instead of loading always the entire `Vec` into the runtime to just decode the length, we can
      directly use `decode_len` to get this info.
      43a4f034
    • asynchronous rob's avatar
      Asynchronous-backing compatible Aura, not plugged in (#2573) · 406f92ad
      asynchronous rob authored
      * rough draft of potential parent search
      
      * get things compiling
      
      * fmt
      
      * add new function to all RelayChainInterface implementations
      
      * fix compilation
      
      * set slot and timestamp based on relay parent, prepare for find-parent
      
      * skeleton of new aura logic
      
      * fmt
      
      * introduce a collator module in the Aura crate
      
      * extract different implementations into own modules
      
      * make interface more convenient
      
      * docs and todos for lookahead
      
      * refactor basic collator to use new collator utility
      
      * some more refactoring
      
      * finish most of the control flow for new aura
      
      * introduce backend as parameter
      
      * fix compilation
      
      * fix a couple more TODOs
      
      * add an `announce_block` function to collator service
      
      * announce with barrier
      
      * rename block announcement validator to be more specific
      
      * fmt
      
      * clean up unused import errors
      
      * update references to BlockAnnounceValidator
      
      * rename unstable_reimpl
      
      * add AuraUnincludedSegmentApi
      
      * finish rename
      
      * integrate AuraUnincludedSegmentApi
      
      * add a new block announcement validator for backwards compatibility
      
      * add some naive equivocation defenses
      
      * rustfmt
      
      * clean up remaining TODO [now]s
      
      * fmt
      
      * try to fix inprocess-interface
      
      * actually fix compilation
      
      * ignored -> rejected rephrase
      
      * fix test compilation
      
      * fmt
      
      * clippy
      406f92ad
    • Bradley Olson's avatar
      Better scoped fallback in read_messaging_state_snapshot() (#2852) · cc5e0ae9
      Bradley Olson authored
      * moved changes to master
      
      * spelling
      
      * one last name change
      cc5e0ae9
    • dependabot[bot]'s avatar
      Bump syn from 2.0.23 to 2.0.25 (#2847) · 70742813
      dependabot[bot] authored
      
      
      Bumps [syn](https://github.com/dtolnay/syn) from 2.0.23 to 2.0.25.
      - [Release notes](https://github.com/dtolnay/syn/releases)
      - [Commits](https://github.com/dtolnay/syn/compare/2.0.23...2.0.25)
      
      ---
      updated-dependencies:
      - dependency-name: syn
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      70742813
  4. Jul 10, 2023
  5. Jul 09, 2023
  6. Jul 08, 2023
  7. 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
  8. Jul 06, 2023
  9. Jul 05, 2023
  10. Jul 04, 2023
  11. Jul 03, 2023
  12. Jul 02, 2023