1. 08 Feb, 2022 7 commits
  2. 02 Feb, 2022 2 commits
  3. 01 Feb, 2022 4 commits
  4. 31 Jan, 2022 2 commits
  5. 29 Jan, 2022 1 commit
  6. 24 Jan, 2022 2 commits
  7. 23 Jan, 2022 2 commits
  8. 13 Jan, 2022 6 commits
  9. 12 Jan, 2022 2 commits
  10. 11 Jan, 2022 3 commits
  11. 10 Jan, 2022 2 commits
  12. 09 Jan, 2022 1 commit
  13. 07 Jan, 2022 1 commit
  14. 06 Jan, 2022 2 commits
  15. 05 Jan, 2022 1 commit
  16. 31 Dec, 2021 1 commit
  17. 29 Dec, 2021 1 commit
    • Add Base64 library to utils (#2884) · ef0273fd
      * Add Base64 library to utils
      
      * Fix typo on Base64 padding
      
      * Added documentation for Base64 and references from ERC1155 and ERC721
      
      * Updated Changelog
      
      * Fix typo in utilities doc
      
      * use mstore8 to improve memory accesses
      
      * use shorter strings with encodePacked
      
      * do not use using-for syntax, for clarity
      
      Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
      Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
      Ernesto García authored