Releases: wombat-tech/wombat-sdk-ios
Releases · wombat-tech/wombat-sdk-ios
v3.0.0
Add support for EVM blockchains
v2.0.0
- You can now specify
chainID
when registering a dApp. If omitted, the wallet will use the EOS blockchain as default.
- Corrected the action's name (
signTransaction
-> signData
)
v1.1.0
- Error message is now accessible in the Objective-C too (
WMResultObj:message
)
- Response error is provided along with the action type
v1.0.2
- Removed
options
parameter from Wombat.shared.application(_:open)
- Added support for 32bit architectures (iOS9+)