Skip to content

v2.5.4

Compare
Choose a tag to compare
@Arvolear Arvolear released this 08 Aug 14:15
· 108 commits to master since this release

Release notes v2.5.4 πŸŽ‰

This is a minor release

What's new

  • Added push methods to Vector to support pushes of dynamic arrays.
  • Added addProxyContractAddCall method to AbstractContractsRegistry to avoid initialization front-running.

Fixes

  • Changed bytes behavioral variable from calldata to memory in AbstactDependant.
  • Changed decimals return value from uint256 to uint8 in DeciamalsConverter.