Skip to content
Snippets Groups Projects
  1. Jul 26, 2022
  2. Jul 25, 2022
  3. Jul 24, 2022
  4. Jul 23, 2022
  5. Jul 22, 2022
  6. Jul 21, 2022
    • Robert Hambrock's avatar
      pallet-mmr: fix batch proof failures (#11840) · 05c71381
      Robert Hambrock authored
      * pallet-mmr: extend batch proof verification test
      
      covers all possible 2-leaf combinations now, including current
      verification failures that batch proof item count limit is too low
      sometimes.
      
      * raise upper bound on proof item number
      
      as described in
      https://github.com/paritytech/substrate/issues/11753#issuecomment-1179838174
      
      * test for powerset of leaves
      
      * refactor batch proof verification test
      
      * test all batch proofs for mmr sizes up to n=13
      
      * limit mmr size to reduce batch proof test duration
      
      * use saturating integer addition for proof check
      
      * extract common chain building in batch proof tests
      
      note: right now, since not killing old chain, it keeps growing by 7
      blocks for every leaf selection (added after proof generation), hence
      heavier to compute.
      
      * only add blocks after a proof generation once
      
      * increase batch proof testing range
      
      * register offchain extensions only once
      
      * fmt & remove unused util
      05c71381
    • Alexander Samusev's avatar
    • Nazar Mokrynskyi's avatar
      Stop RPC servers on drop (#11679) · 8c323a20
      Nazar Mokrynskyi authored
      * Stop RPC servers on drop
      
      * Switch to existing wrappers that stop RPC servers
      
      * Apply formatting
      8c323a20
    • Dmitry Markin's avatar
      Cleanup light client leftovers (#11865) · b7ecd1af
      Dmitry Markin authored
      
      * Remove --light cli option
      
      * Cleanup light client leftovers
      
      * Remove commented-out code and clean-up more light client leftovers
      
      * Fix formatting with `cargo +nightly fmt`
      
      * Remove FIXME regarding db directory structure
      
      Co-authored-by: default avatarBastian Köcher <bkchr@users.noreply.github.com>
      
      Co-authored-by: default avatarBastian Köcher <bkchr@users.noreply.github.com>
      b7ecd1af
  7. Jul 20, 2022
  8. Jul 19, 2022
  9. Jul 18, 2022
  10. Jul 17, 2022
  11. Jul 16, 2022
  12. Jul 15, 2022
  13. Jul 14, 2022