v0.0.3-ac.2
Pre-release
Pre-release
This version is the first (and hopefully last) audit pass to the v0.0.3-ac.1, this library's first audit candidate.
Several errors have been corrected and I am now confident in the good functioning of the library.
Changelog:
- Memory arrays concatenation that had the second array's length be a multiple of 32 bytes do not waste a full 32 bytes slot in the allocation anymore
- Concatenation of storage arrays had a nasty flaw when crossing the first 32 bytes slot threshold in storage. All is good now!