Skip to content

v2.2.0

Compare
Choose a tag to compare
@Arvolear Arvolear released this 20 Feb 16:50
· 161 commits to master since this release
d6e8bee

Release notes v2.2.0

What's new

  • Added TypeCaster library
  • Added lowerBound() and upperBound() array functions to ArrayHelper library
  • Added insert() and reverse() functions support for bytes32 arrays

Changes

  • Fixed PriorityQueue interface
  • Removed sqrt() function from DSMath library as it was added to Openzeppelin 4.8.0
  • Moved asArray() functions from ArrayHelper to TypeCaster and renamed them to addSingletonArray()