Commit Graph

4 Commits

Author SHA1 Message Date
a5445b0afb 4.5.0 2022-02-09 16:05:24 -03:00
ac8c53612a Add "available since" on Base64.sol
(cherry picked from commit bfd05d9646)
2022-02-01 20:04:41 -03:00
d1f67bd803 4.5.0-rc.0 2022-01-13 20:10:47 -03:00
ef0273fde1 Add Base64 library to utils (#2884)
* 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>
2021-12-29 20:41:20 +01:00