Skip to content

Releases: web3swift-team/web3swift

3.0.0-RC1

09 May 05:53
Compare
Choose a tag to compare
3.0.0-RC1 Pre-release
Pre-release

NOTE: This is the first 3.0.0 release, e.g. it's alpha. We're not guarantee any reliability neither API stability in further versions.

Main features

  • This RC removes Promise concurrency types from the library and replace them to modern async/await concurrency mechanism.
  • Increased minimal OS version that support by the lib: iOS 13, macOS 10.5 (due to async/await).
  • This is the last version which supports Carthage dependency manager, on 3.0.0-RC2 it'll be dropped due to its low prevalence.

What's Changed

Full Changelog: 2.6.4...3.0.0-RC1

2.6.4

06 May 15:05
Compare
Choose a tag to compare

What's Changed

  • Fix ERC-1155 ABI by @mloit in #557
  • Fix access level for EIP-712 related objects by @mloit in #555
  • Restore public API fromJSON() functions by @mloit in #558

Full Changelog: 2.6.3...2.6.4

2.6.3

27 Apr 12:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.2...2.6.3

2.6.2

24 Apr 20:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.1...2.6.2

2.6.1

19 Apr 12:30
Compare
Choose a tag to compare

What's Changed

  • Update documentation for EIP-1559 support by @mloit in #530
  • Feature/transaction metadata by @mloit in #523

Full Changelog: 2.6.0...2.6.1

2.6.0

15 Apr 11:29
Compare
Choose a tag to compare

Features

  • Add full EIP-1559 transaction support see
  • Add gas prediction support see

What's Changed

Full Changelog: 2.5.1...2.6.0

2.5.1

23 Mar 16:44
6cb1440
Compare
Choose a tag to compare

Patch includes following changes

  • Drop Carthage cache files by yaroslavyaroslav
  • Drop examples cocoapods cache files by yaroslavyaroslav
  • Improve ci/cd pipeline by adding localTests job by yaroslavyaroslav
  • Rename tests in swift style name convention (CamelCase) by yaroslavyaroslav
  • Enable run ganache util in ci/cd pipeline (required for local tests) by yaroslavyaroslav
  • Clear lib warnings on build #437 by Valter4578 & mliot
  • Change UINT64_MAX to UInt64.max by mloit
  • Update CHANGELOG.md by ZeroCode999
  • Fix tokenURI method name for ERC721 and ERC721x tokens #419 by Sarquella
  • Provide basic tolerance to EIP-1559 data by mloit
  • Fix for buffer overflow in [Data|SECP256K1].randomBytes() #470 by mloit
  • Arbitrary clean project code by mloit
  • Fix github actions config issue that occasionally cancels running jobs by yaroslavyaroslav
  • mini-rollup of several issues by mloit

2.5.0

23 Dec 09:14
ff538e8
Compare
Choose a tag to compare
  • Fixed Cocoapods building.
  • Fixed Carthage building.
  • Fixed Swift Package Manager building.
  • Added github-actions pipeline.

2.2.1

24 Jun 09:47
2e30580
Compare
Choose a tag to compare
  • Updated Infura endpoints
  • Updated BigInt to 4.0
  • New ENS resolver ABI
  • New ENS resolver interfaceImplementer function
  • Exposed errorDescription
  • Signature fix
  • Bugfix

2.2.0

30 Apr 11:17
90b55a6
Compare
Choose a tag to compare
  • Removed pods
  • Complete carthage support
  • Removed old examples