Skip to content
  1. Apr 29, 2020
  2. Apr 28, 2020
  3. Apr 27, 2020
  4. Apr 26, 2020
  5. Apr 25, 2020
  6. Apr 24, 2020
    • André Silva's avatar
      babe: remove error fallback from threshold calculation (#5764) · 3793fbf9
      André Silva authored
      * babe: remove error fallbacks from threshold calculation
      
      * babe: fix indent
      
      * babe: fix domain
      
      * babe: fix compilation
      
      * babe: improve expect
      
      * babe: add one more note about p's limit
      3793fbf9
    • thiolliere's avatar
      Update weight formula for session (with new_session taking full block) (#5738) · a564cafa
      thiolliere authored
      * weight formula for session except on_initialize
      
      * fix typo and set on_initialize to MaxWeight
      
      * Add note
      a564cafa
    • s3krit's avatar
      Increase check-gitlab-pipeline timeout (#5774) · d974df24
      s3krit authored
      d974df24
    • Max Inden's avatar
      client/authority-discovery: Reduce log level replaced by metrics · 324e51fb
      Max Inden authored
      Instead of logging value-found-event-handling failures or value-put
      failures on error level, log them on debug level only additionally
      recording them via Prometheus.
      
      Motivation is that both events can happen in "normal" operations and
      thus clutter the logs.
      324e51fb
    • Wei Tang's avatar
      babe: secondary blocks with VRF (#5501) · 969720c2
      Wei Tang authored
      
      
      * babe: secondary blocks with VRF
      
      * Fix node runtime compile
      
      * Fix test-utils runtime interface
      
      * Fix babe tests
      
      * typo: v == 2
      
      * babe: support online configuration upgrades
      
      * Fix rpc tests
      
      * Fix runtime version tests
      
      * Switch to use NextConfigDescriptor instead of changing runtime interface
      
      * Fix tests
      
      * epoch-changes: map function that allows converting with different epoch types
      
      * Add migration script for the epoch config change
      
      * Fix docs for PrimaryAndSecondaryVRFSlots
      
      * Add docs of `SecondaryVRF` in babe crate
      
      * babe-primitives: Secondary -> SecondaryPlain
      
      * babe-client: Secondary -> SecondaryPlain
      
      * Fix migration tests
      
      * test-utils-runtime: Secondary -> SecondaryPlain
      
      * Fix missing name change in test-utils-runtime
      
      * Fix migration: Epoch should be EpochV0
      
      * Update client/consensus/babe/src/lib.rs
      
      Co-Authored-By: default avatarAndré Silva <[email protected]>
      
      * Fix new epochChanges version
      
      * Fix babe-primitives naming changes
      
      * Fix merge issues in babe-client
      
      Co-authored-by: default avatarAndré Silva <[email protected]>
      Co-authored-by: default avatarAndré Silva <[email protected]>
      969720c2