1. 11 Mar, 2022 1 commit
  2. 02 Mar, 2022 2 commits
  3. 01 Mar, 2022 3 commits
  4. 25 Feb, 2022 1 commit
  5. 23 Feb, 2022 1 commit
  6. 22 Feb, 2022 2 commits
  7. 18 Feb, 2022 3 commits
  8. 16 Feb, 2022 4 commits
  9. 15 Feb, 2022 1 commit
  10. 14 Feb, 2022 1 commit
    • ERC1155 after token transfer hook (#3166) · 3dfc0a44
      * add Hooks _afterTokenTransfer
      
      * avoid duplicate call to _asSingleton
      
      * add changelog entry
      
      * update changelog link to PR
      
      * Update CHANGELOG.md
      
      Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
      
      Co-authored-by: CryptoV8 <91189073+CryptoV8@users.noreply.github.com>
      Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
      Hadrien Croubois authored
  11. 13 Feb, 2022 1 commit
  12. 11 Feb, 2022 1 commit
  13. 09 Feb, 2022 7 commits
  14. 08 Feb, 2022 2 commits
  15. 07 Feb, 2022 1 commit
    • 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
  16. 04 Feb, 2022 2 commits
  17. 03 Feb, 2022 1 commit
  18. 02 Feb, 2022 1 commit
  19. 01 Feb, 2022 4 commits
  20. 31 Jan, 2022 1 commit