Releases: argentlabs/web3.swift
Releases · argentlabs/web3.swift
1.0.0
🌱 New:
- Some leftover async/await APIs are now public (#203)
- Changed logic around 'executionError' to be in line with latest nodes behaviour (#120)
🐛 Fixes:
removed
property forEthereumLog
is now optional, as sometimes not present in response (#198)
New Contributors
- @rinat-enikeev made their first contribution in #198
- @mwrites made their first contribution in #203
Full Changelog: 0.9.3...1.0.0
0.9.3
0.9.2
0.9.1
0.9.0
0.8.2
🌱 New:
- Allow to use custom EthereumAccount #158 (Thanks @thantthet)
- ExecutionError now provides the description of the error found #164
🐛 Bug fixes:
- Fixed podspec to allow importing using React Native #161 (Thanks @michaellee8)