Skip to content

v2.1.0

Compare
Choose a tag to compare
@Arvolear Arvolear released this 16 Feb 11:34
· 165 commits to master since this release
3e93a14

Release notes v2.1.0

What's new

  • Added PriorityQueue data structure library that is based on a heap.
  • Added an extension to RBAC - RBACGroupable to organize users into groups.
  • Added MerkleWhitelisted contract to simplify the creation of whitelists that are based on Merkle proofs.
  • Added functions to ArrayHelper library to compute prefix sums and return range queries.
  • Added snarkjs VerifierHelper library to aid the interaction with the generated verifier that uses static arrays.
  • Added sqrt function to DSMath library.

Other changes

  • Updated Openzeppelin contracts version from 4.5.0 to 4.8.0.
  • Fixed typos in README and Natspec