v2.5.4
Release notes v2.5.4 π
This is a minor release
What's new
- Added
push
methods toVector
to support pushes of dynamic arrays. - Added
addProxyContractAddCall
method toAbstractContractsRegistry
to avoid initialization front-running.
Fixes
- Changed bytes behavioral variable from
calldata
tomemory
inAbstactDependant
. - Changed
decimals
return value fromuint256
touint8
inDeciamalsConverter
.