Releases: argentlabs/web3.swift
Releases · argentlabs/web3.swift
1.6.1
🐛 Fixes
- Fix ENS reverse ENS resolution when supportsInterface is not implemented in contract by @DarthMike in #330
- [FIX] Remove potential deadlock when using async-await. Provide network at client initialization instead by @DarthMike in #336
- Fix: minor typo by @vuittont60 in #345
- Updated Package.swift by @varunlohade in #342
- Match against strings to improve performance by @DarthMike in #347
- Bump activesupport from 6.1.7.3 to 6.1.7.6 by @dependabot in #340
- Update README.md by @ignaciohugog in #225
New Contributors
- @ignaciohugog made their first contribution in #225
- @joeblau made their first contribution in #323
- @vuittont60 made their first contribution in #345
- @varunlohade made their first contribution in #342
Full Changelog: 1.5.0...1.6.1
1.6.0
🌱 New:
- ZKSync Era support by @DarthMike in #319
- [ADD] ZKSync Era: ABI function transaction helper by @DarthMike in #329
🐛 Fixes:
- [FIX] Cache number representation in EthereumAddress by @DarthMike in #325
- [TIDY] Offchain resolution tests target changed by @DarthMike in #327
- Bump activesupport from 6.1.7.2 to 6.1.7.3 by @dependabot in #328
Full Changelog: 1.5.1...1.6.0
1.5.1
- [CHANGE] EthereumAddress: Deprecate
value
. Compare by converting to number by @DarthMike in #314
Additional fixes after this change: - [FIX] EthereumAddress hash by @DarthMike in #321
- [FIX] EthereumAddress hashing intermitent failures by @DarthMike in #322
🐛 Fixes:
New Contributors
Full Changelog: 1.5.0...1.5.1
1.5.0
🌱 New:
- [ADD] SwiftFormat by @dnKaratzas in #290
- [ADD] missing logs subscription by @dnKaratzas in #303
- [ADD] Support multicall v2 by @tungnguyen20 in #308
🐛 Fixes:
- [Fix] Encoding array of static size bytes by @peerasak-u in #292
- Fix ABI issues by @DarthMike in #301
🦦 Other:
- Minor correction in Readme by @pranav-singhal in #300
- [CHANGE] Remove test key from repository by @DarthMike in #311
- Bump activesupport from 6.1.5 to 6.1.7.2 by @dependabot in #306
- Fix: minor typo by @omahs in #302
- [FIX] ENS target addresses have changed by @DarthMike in #309
New Contributors
- @peerasak-u made their first contribution in #292
- @pranav-singhal made their first contribution in #300
- @frohzinn made their first contribution in #299
- @omahs made their first contribution in #302
- @tungnguyen20 made their first contribution in #308
Full Changelog: 1.4.1...1.5.0
1.4.1
🐛 Fixes:
- [FIX] Support watchOS by @DarthMike in #287
- [FIX] Building with Cocoapods (no NIO/websocket feature) by @DarthMike in #286
Full Changelog: 1.4.0...1.4.1
1.4.0
🌱 New:
- Support Custom Typed Array by @joshuajiangdev in #279
- Add more tests for ENS resolutions with subdomains by @DarthMike in #284
- Update README.md by @ignaciohugog in #225
- Migrate tests to Goerli. Remove Rinkeby/Ropsten testnet definitions by @DarthMike in #281
🐛 Fixed:
- Update GenericJSON dependency version by @DarthMike in #283
- Refactor Account create/import APIs by @DarthMike in #282
New Contributors
- @ignaciohugog made their first contribution in #225
- @joshuajiangdev made their first contribution in #279
Full Changelog: 1.3.0...1.4.0
1.3.0
🌱 New:
- Add Goerli/Sepolia networks by @DarthMike in #238 #256
- WebSockets by @dnKaratzas in #239
- Code Format by @dnKaratzas in #244
- Initialize Network on constructor by @dnKaratzas in #248
- conform EthereumAdress to ExpressibleByStringLiteral by @OguzYuuksel in #254
- #251 Fix eth_estimateGas value with leading zero by @dnKaratzas in #252
- Sign-In with Ethereum + ERC1271 by @rkreutz in #246
- Added functionality for multiple wallets by @ismail9001 in #243
🐛 Fixed:
- Queue priority warning fixed for iOS16 @mluisbrown in #274
New Contributors
- @OguzYuuksel made their first contribution in #254
- @ismail9001 made their first contribution in #243
Full Changelog: 1.2.0...1.3.0
1.2.0
🌱 New:
🐛 Bug fixes:
- Bug/224 estimate gas by @dnKaratzas in #226
- Remove unused account in eth_estimateGas by @guillemsole in #233
- Fix secp256k1 warnings by @sirily11 in #236
New Contributors
- @guillemsole made their first contribution in #233
- @dhruv500 made their first contribution in #228
- @sirily11 made their first contribution in #236
Full Changelog: 1.1.1...1.2.0
1.1.1
1.1.0
🌱 New:
- Support for offchain lookup and ENS offchain resolution (EIP-3668) #208
- Support for wildcard ENS resolution (ENSIP-10) #214
- CI now runs on Linux too #212
- Bumped mininum version to iOS 13, macOS 11, removed conditional compilation of async/await
- All tests now using async/await API
- For linux, introduced
OpenCombine
dependency as we're now usingCombine
for some involved logic in #208 (May review this in the future)
Full Changelog: 1.0.0...1.1.0