Releases: gnosis/bivrost-swift
Releases · gnosis/bivrost-swift
0.0.4
- Eliminates warnings in the generated code by using special handling for methods that would result in a
Void
return. - Fix crash when address does respond to a certain function (e.g. if address is not a HumanStandardToken decoding the
0x
return data forName
function would crash). - Revert back to official CryptoSwift.
- Improve testing guide.
- Add
unwrap()
to some types to allow for getting the wrapped value out of the solidity wrapper.