1. Feb 13, 2023
    • Adrian Catangiu's avatar
      client/beefy: request justifs from peers further in consensus (#13343) · d01e675f
      Adrian Catangiu authored
      
      
      For on-demand justifications, peer selection is based on witnessed
      gossip votes. This commit changes the condition for selecting a peer
      to request justification for `block` from
      "last voted on >= `block`" to "peer last voted on strict > `block`".
      
      When allowing `>=` we see nodes continuously spamming unsuccessful
      on-demand requests to nodes which are still voting on a block without
      having a justification available.
      
      One way to fix the spam would be to add some rate-limiting or backoff
      period when requesting justifications.
      
      The other solution (present in this commit) is to simply request
      justifications from peers that are voting on future blocks so we know
      they're _guaranteed_ to have the wanted mandatory justification
      available to send back.
      
      Signed-off-by: default avataracatangiu <[email protected]>
      d01e675f
    • Alexander Samusev's avatar
      [ci] Change label checker (#13360) · c8e71042
      Alexander Samusev authored
      * [ci] Change label checker
      
      * rm pr autolabel
      
      * fix specs file name to substrate
      c8e71042
  2. Feb 12, 2023
  3. Feb 11, 2023
  4. Feb 10, 2023
  5. Feb 09, 2023
    • Roman Useinov's avatar
      [Fix] Try-state feature-gated for BagsList (#13296) · 03e9f43f
      Roman Useinov authored
      
      
      * [Fix] Try-state feature-gated for BagsList
      
      * fix comment
      
      * fix try_state remote-tests
      
      * feature-gate try-state remote test for bags-list
      
      * remove try-state from a migration
      
      * more SortedListProvider fixes
      
      * more fixes
      
      * more fixes to allow do_try_state usage in other crates
      
      * do-try-state for fuzz
      
      * more fixes
      
      * more fixes
      
      * remove feature-flag
      
      * do-try-state
      
      * fix review comments
      
      * Update frame/bags-list/src/mock.rs
      
      Co-authored-by: default avatarAnton <[email protected]>
      
      ---------
      
      Co-authored-by: parity-processbot <>
      Co-authored-by: default avatarAnton <[email protected]>
      03e9f43f
    • Bastian Köcher's avatar
      pallet-scheduler: Ensure we request a preimage (#13340) · 214d1c0c
      Bastian Köcher authored
      * pallet-scheduler: Ensure we request a preimage
      
      The scheduler was not requesting a preimage. When a preimage is requested, a user can deposit it
      without paying any fees.
      
      * Review changes
      214d1c0c
  6. Feb 08, 2023
  7. Feb 07, 2023
  8. Feb 06, 2023
  9. Feb 05, 2023
  10. Feb 03, 2023
  11. Feb 02, 2023
  12. Feb 01, 2023
  13. Jan 30, 2023
  14. Jan 29, 2023