Skip to content
  1. Jun 16, 2020
  2. Jun 15, 2020
  3. Jun 12, 2020
  4. Jun 11, 2020
  5. Jun 10, 2020
  6. Jun 09, 2020
  7. Jun 08, 2020
  8. Jun 06, 2020
    • Ashley's avatar
      Fix the metered unbounded sender/recievers (#6246) · d68cfd7c
      Ashley authored
      
      
      * Fix the metered unbounded sender/recievers
      
      * Use a counter instead
      
      * Update client/rpc/src/system/tests.rs
      
      * Add an is_terminated check
      
      * Add FusedStream impl
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      d68cfd7c
    • Marcio Diaz's avatar
      Enable fixed point u128 (#6214) · 37bbc552
      Marcio Diaz authored
      * Add fixed u128.
      
      * remove move
      
      * Change sat_from_integer impl.
      
      * checked_pow is always positive
      
      * Revert.
      
      * rename fixed file
      
      * Rename to FixedI
      
      * rename fixed file
      
      * Add newline.
      
      * Use Multiplier in impls.
      
      * Renames negate() to saturating_negate().
      
      * Uncomment test.
      
      * Add Signed to macro.
      
      * Add some tests for Saturating trait.
      37bbc552