1. 02 Mar, 2022 2 commits
  2. 25 Feb, 2022 2 commits
  3. 16 Feb, 2022 2 commits
  4. 09 Feb, 2022 5 commits
  5. 08 Feb, 2022 9 commits
  6. 02 Feb, 2022 2 commits
  7. 01 Feb, 2022 4 commits
  8. 31 Jan, 2022 2 commits
  9. 29 Jan, 2022 1 commit
  10. 24 Jan, 2022 2 commits
  11. 23 Jan, 2022 2 commits
  12. 13 Jan, 2022 6 commits
  13. 12 Jan, 2022 1 commit
    • Add SignedMath with math utilities for signed integers (#2686) · 3458c1e8
      * add contract and tests
      
      * avoid implicit cast
      
      * add test cases
      
      * fix test names
      
      * modify avarage and add tests
      
      * improve signed average formula
      
      * fix lint
      
      * better average formula
      
      * refactor signed average testing
      
      * add doc and changelog entry
      
      * Update contracts/utils/math/SignedMath.sol
      
      Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
      
      * remove ceilDiv
      
      Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
      Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
      rotcivegaf authored