1. Jun 12, 2020
  2. Jun 11, 2020
  3. Jun 10, 2020
  4. Jun 09, 2020
  5. Jun 08, 2020
  6. Jun 06, 2020
    • Ashley's avatar
      Fix the metered unbounded sender/recievers (#6246) · 84cdb029
      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]>
      84cdb029
    • Marcio Diaz's avatar
      Enable fixed point u128 (#6214) · 7c051caa
      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.
      7c051caa