Skip to content

v2.5.0

Compare
Choose a tag to compare
@Arvolear Arvolear released this 18 Jul 11:51
· 112 commits to master since this release

Release notes v2.5.0 πŸŽ‰

This is a major release

What's new

  • Added ReturnDataProxy for returndata yielding to avoid extra ABI encoding/decoding.
  • Added DiamondERC20 diamond facet contract to implement ERC20 tokens inside diamonds.
  • Added MultiOwnable contract to set up equally rightful owners of the contract.
  • Added crop() function to arrays utility to decrease the length of arrays.
  • Added asDynamic() function to convert static memory arrays to dynamic ones.
  • Added asSingletonArray() function for bool.
  • Upgraded OpenZeppelin contracts version to 4.9.2.

Fixes

  • Fixed code examples inside the documentation to work with the latest hardhat-markup plugin.