You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#9332daf7c Thanks @Raiden1411! - Fixed a bug, where Solidity types were not validated when parsing ABI parameters, and added a base cache with well-known Solidity parameters.
#857042ee8 Thanks @jxom! - Breaking:uint and int types now cast to ResolvedConfig['BigIntType'] instead of ResolvedConfig['IntType'] | ResolvedConfig['BigIntType'].
Patch Changes
#8700e5bd0 Thanks @jxom! - Fixed derived type of AbiParameterToPrimitiveType for tuples that have all unnamed components.
#780df9b94 Thanks @Raiden1411! - Breaking: Changed BytesType configuration property to support ABI item inputs and outputs types. To keep the previous behavior set BytesType to the following: