Skip to content
  1. Jul 06, 2023
  2. Jul 05, 2023
  3. Jul 04, 2023
  4. Jul 01, 2023
  5. Jun 30, 2023
  6. Jun 29, 2023
  7. Jun 28, 2023
  8. Jun 24, 2023
  9. Jun 21, 2023
  10. Jun 20, 2023
  11. Jun 19, 2023
  12. Jun 15, 2023
  13. Jun 13, 2023
  14. Jun 12, 2023
  15. Jun 10, 2023
  16. Jun 09, 2023
  17. Jun 07, 2023
  18. Jun 05, 2023
  19. Jun 03, 2023
  20. Jun 01, 2023
  21. May 31, 2023
  22. May 26, 2023
    • ordian's avatar
      polkompanion 6667: past session slashing (#2160) · 4ed61f9d
      ordian authored
      * polkompanion 6667: past session slashing
      
      * fix imports
      
      * fix incorrect merge
      
      * implement staging methods on RPC client
      
      * update lockfile for {"polkadot", "substrate"}
      
      ---------
      
      Co-authored-by: parity-processbot <>
      4ed61f9d
  23. May 24, 2023
  24. May 15, 2023
  25. May 14, 2023
    • asynchronous rob's avatar
      Consensus utilities and rearchitecture for more dynamic collators (#2382) · 0f06804f
      asynchronous rob authored
      
      
      * implement a proposer utility for consensus
      
      * tidy up deps of new proposer crate
      
      * implement a collator-service crate
      
      * rewrite cumulus-collator to use new service struct
      
      * implement a module for relay-chain-driven collators
      
      * adapt start_collator to use the new relay_chain_driven module
      
      * move collator-service to a public submodule
      
      * create an interface trait for the proposer
      
      * begin aura reimplementation
      
      * address review comments
      
      * update substrrate git ref
      
      * update polkadot-primitives refs
      
      * rough draft of aura collation using standalone fns
      
      * add a ServiceInterface
      
      * port aura reimpl to use new service trait
      
      * add an import queue utility crate
      
      * remove import queue crate in favor of module in common
      
      * implement new verification queue for aura
      
      * implement remaining behaviors
      
      * split 'collate' into smaller functions that could be pub
      
      * add telemetry
      
      * fix doc job?
      
      * Specify async-trait patch version
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * remove 'fn@' in doc string.
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * update variable names to be more readable
      
      * refactor proposer errors to anyhow/thiserror
      
      * remove manual span instrumentation
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * make slot_claim private
      
      * fix unused import
      
      * fmt
      
      * fmt
      
      * make clippy happy
      
      ---------
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      0f06804f