Skip to content

Release v2.7.7

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 09:59
d5a01b8

Release notes v2.7.7 🎉

This is a minor feature release

  • Added AVLTree library to store "key <> value" uint, address, and bytes32 pairs in ascending or descending order leveraging log(n) complexity.
  • Added Iterator library to accommodate AVLTree in-order traversal.