Skip to content

Releases: web3swift-team/web3swift

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

2.1.6

26 Apr 08:25
8c7bc1a
Compare
Choose a tag to compare

Made most of ENS namespace classes props and methods public

2.1.5

24 Apr 22:14
7011155
Compare
Choose a tag to compare
  • Updated ENS support
  • Fixed Travis build
  • Removed EthereumABI, EthereumAddress, SwiftRLP pods
  • Updated pods
  • Warnings fixed