1. 15 Feb, 2022 2 commits
  2. 14 Feb, 2022 2 commits
  3. 13 Feb, 2022 2 commits
  4. 11 Feb, 2022 2 commits
  5. 09 Feb, 2022 13 commits
  6. 08 Feb, 2022 4 commits
  7. 07 Feb, 2022 2 commits
    • Rename some ERC20 parameters to match the standard document. (#3167) · 63b46690
      * Renames `sender` to `source`.
      
      The naming variable was incorrect.  The source of the funds is *not* necessarily (and in most cases isn't) the sender of the transaction.  Also, this code has a `msgSender` which further adds confusion.
      
      * Changes to `from/to` instead of `source`.
      
      * Function documentation matches new names
      
      * Changed other instances of sender/recipient to from/to.
      
      Also changed `msgSender` to `owner` in the approval related methods.
      
      * apply changes to IERC20.sol + minor renaming in ERC20.sol
      
      Co-authored-by: Daniel Von Fange <daniel@leancoder.com>
      Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
      Micah Zoltu authored
  8. 04 Feb, 2022 4 commits
  9. 03 Feb, 2022 2 commits
  10. 02 Feb, 2022 2 commits
  11. 01 Feb, 2022 5 commits